[libvirt] [PATCH v2 1/3] spec: Remove admin package specification

Martin Kletzander mkletzan at redhat.com
Fri Jun 26 15:26:28 UTC 2015


Its only file must be included in the daemon package anyway, since the
daemon is linked with the admin library and so then it's just an empty
package until we have virt-admin binary which we can decide later on
whether to just move it to clients or create a new package for it.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 libvirt.spec.in | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index dcd174a40e03..e1a15f4300ab 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1216,15 +1216,6 @@ Includes the Sanlock lock manager plugin for the QEMU
 driver
 %endif

-%package admin
-Summary: Client side library and binary for the libvirt admin interface
-Group: Development/Libraries
-Requires: readline
-Requires: %{name}-client = %{version}-%{release}
-
-%description admin
-Shared library and client for admin access to libvirt daemon
-

 %prep
 %setup -q
@@ -2219,10 +2210,6 @@ exit 0
 %attr(0755, root, root) %{_libexecdir}/libvirt_sanlock_helper
 %endif

-%files admin
-%defattr(-, root, root)
-%{_libdir}/libvirt-admin.so.*
-
 %files client -f %{name}.lang
 %defattr(-, root, root)
 %doc COPYING COPYING.LESSER
@@ -2239,6 +2226,7 @@ exit 0
 %{_libdir}/libvirt.so.*
 %{_libdir}/libvirt-qemu.so.*
 %{_libdir}/libvirt-lxc.so.*
+%{_libdir}/libvirt-admin.so.*

 %if %{with_dtrace}
 %{_datadir}/systemtap/tapset/libvirt_probes*.stp
-- 
2.4.4




More information about the libvir-list mailing list