mirror of https://gitee.com/openkylin/libvirt.git
Move cpu_map.xml to -client RPM
All the cpu code is part of libvirt library and it might be used by drivers which do not require libvirtd to be running.
This commit is contained in:
parent
b9daebfee4
commit
79fa4a98d1
|
@ -687,8 +687,6 @@ fi
|
|||
%{_datadir}/libvirt/networks/default.xml
|
||||
%endif
|
||||
|
||||
%{_datadir}/libvirt/cpu_map.xml
|
||||
|
||||
%dir %{_localstatedir}/run/libvirt/
|
||||
|
||||
%dir %{_localstatedir}/lib/libvirt/
|
||||
|
@ -776,6 +774,8 @@ fi
|
|||
%{_datadir}/libvirt/schemas/secret.rng
|
||||
%{_datadir}/libvirt/schemas/storageencryption.rng
|
||||
|
||||
%{_datadir}/libvirt/cpu_map.xml
|
||||
|
||||
%if %{with_sasl}
|
||||
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
|
||||
%endif
|
||||
|
|
Loading…
Reference in New Issue