From 886eb3c7876d3979d852d8fc70bd97344f7471b1 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Fri, 26 Jun 2015 17:26:28 +0200 Subject: [PATCH] spec: Remove admin package specification 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 --- libvirt.spec.in | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index dcd174a40e..e1a15f4300 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