[libvirt] [PATCH 3/3] libvirt.spec: Don't expect virt-admin in libvirt-admin yet

Michal Privoznik mprivozn at redhat.com
Wed Jun 17 13:54:12 UTC 2015


While Martin introduced the binary (and its manpage) in commit
4e7ccf87133 it was pushed by mistake. Therefore it was reverted in
220393bfb043. The problem is, the original commit was not quite right
as the binary was added into the spec file in a different commit:
55e0c840af. So as long as the binary does not exist, we must remove it
from the spec file too.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 libvirt.spec.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 592e9b9..dcd174a 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -2221,8 +2221,6 @@ exit 0
 
 %files admin
 %defattr(-, root, root)
-%{_mandir}/man1/virt-admin.1*
-%{_bindir}/virt-admin
 %{_libdir}/libvirt-admin.so.*
 
 %files client -f %{name}.lang
-- 
2.3.6




More information about the libvir-list mailing list