
On 04/13/2014 04:27 AM, Eric Blake wrote:
Having two tiny files with a couple definitions didn't make as much sense as one common file, especially since I plan to add more definitions and use it in more places.
* docs/schemas/storageencryption.rng: Merge this... * docs/schemas/storagefilefeatures.rng: ...and this, into... * docs/schemas/storagecommon.rng: ...this new file. * docs/schemas/Makefile.am (schema_DATA): Reflect renames. * docs/schemas/storagevol.rng: Likewise. * docs/schemas/domaincommon.rng: Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com> --- docs/schemas/Makefile.am | 5 ++--- docs/schemas/domaincommon.rng | 2 +- .../{storageencryption.rng => storagecommon.rng} | 26 ++++++++++++++++++++-- docs/schemas/storagefilefeatures.rng | 24 -------------------- docs/schemas/storagevol.rng | 3 +-- 5 files changed, 28 insertions(+), 32 deletions(-) rename docs/schemas/{storageencryption.rng => storagecommon.rng} (52%) delete mode 100644 docs/schemas/storagefilefeatures.rng
There are still some references to the old filenames: libvirt.spec.in:%{_datadir}/libvirt/schemas/storageencryption.rng libvirt.spec.in:%{_datadir}/libvirt/schemas/storagefilefeatures.rng mingw-libvirt.spec.in:%{mingw32_datadir}/libvirt/schemas/storageencryption.rng mingw-libvirt.spec.in:%{mingw32_datadir}/libvirt/schemas/storagefilefeatures.rng mingw-libvirt.spec.in:%{mingw64_datadir}/libvirt/schemas/storageencryption.rng mingw-libvirt.spec.in:%{mingw64_datadir}/libvirt/schemas/storagefilefeatures.rng ACK with that fixed. Jan