mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
spec: Move virt-admin into its own package
The new package for the virt-admin binary is libvirt-admin. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
70b4f0e719
commit
9a6e47c483
@ -855,6 +855,15 @@ Requires: cyrus-sasl-md5
|
|||||||
%description libs
|
%description libs
|
||||||
Shared libraries for accessing the libvirt daemon.
|
Shared libraries for accessing the libvirt daemon.
|
||||||
|
|
||||||
|
%package admin
|
||||||
|
Summary: Set of tools to control libvirt daemon
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
Requires: readline
|
||||||
|
|
||||||
|
%description admin
|
||||||
|
The client side utilities to control the libvirt daemon.
|
||||||
|
|
||||||
%if %{with_wireshark}
|
%if %{with_wireshark}
|
||||||
%package wireshark
|
%package wireshark
|
||||||
Summary: Wireshark dissector plugin for libvirt RPC transactions
|
Summary: Wireshark dissector plugin for libvirt RPC transactions
|
||||||
@ -1752,12 +1761,10 @@ exit 0
|
|||||||
|
|
||||||
%files client
|
%files client
|
||||||
%{_mandir}/man1/virsh.1*
|
%{_mandir}/man1/virsh.1*
|
||||||
%{_mandir}/man1/virt-admin.1*
|
|
||||||
%{_mandir}/man1/virt-xml-validate.1*
|
%{_mandir}/man1/virt-xml-validate.1*
|
||||||
%{_mandir}/man1/virt-pki-validate.1*
|
%{_mandir}/man1/virt-pki-validate.1*
|
||||||
%{_mandir}/man1/virt-host-validate.1*
|
%{_mandir}/man1/virt-host-validate.1*
|
||||||
%{_bindir}/virsh
|
%{_bindir}/virsh
|
||||||
%{_bindir}/virt-admin
|
|
||||||
%{_bindir}/virt-xml-validate
|
%{_bindir}/virt-xml-validate
|
||||||
%{_bindir}/virt-pki-validate
|
%{_bindir}/virt-pki-validate
|
||||||
%{_bindir}/virt-host-validate
|
%{_bindir}/virt-host-validate
|
||||||
@ -1808,6 +1815,11 @@ exit 0
|
|||||||
|
|
||||||
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
|
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
|
||||||
|
|
||||||
|
%files admin
|
||||||
|
%{_mandir}/man1/virt-admin.1*
|
||||||
|
%{_bindir}/virt-admin
|
||||||
|
|
||||||
|
|
||||||
%if %{with_wireshark}
|
%if %{with_wireshark}
|
||||||
%files wireshark
|
%files wireshark
|
||||||
%{_libdir}/wireshark/plugins/libvirt.so
|
%{_libdir}/wireshark/plugins/libvirt.so
|
||||||
|
Loading…
Reference in New Issue
Block a user