diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2018-08-16 12:39:39 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2018-08-28 12:08:21 +0100 |
commit | 3ecbac95cd2a02ba5e2f98c625386ec12c8bbdac (patch) | |
tree | 14b3a6e22f04c376f60b992ccd97782e8ff2142f /libvirt.spec.in | |
parent | 18cab54c3a0bc72390f29300684396690a7ecf51 (diff) | |
download | libvirt-3ecbac95cd2a02ba5e2f98c625386ec12c8bbdac.tar.gz |
cpu: move the CPU map data files into a src/cpu_map directory
In preparation for splitting up the CPU map data file, move it into a
dedicated directory of its own.
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r-- | libvirt.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in index e7196b7d3b..cc2e662e27 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1863,7 +1863,7 @@ exit 0 %{_datadir}/libvirt/schemas/storagepool.rng %{_datadir}/libvirt/schemas/storagevol.rng -%{_datadir}/libvirt/cpu_map.xml +%{_datadir}/libvirt/cpu_map/*.xml %{_datadir}/libvirt/test-screenshot.png |