mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
libvirt.spec: Don't expect virt-admin in libvirt-admin yet
While Martin introduced the binary (and its manpage) in commit4e7ccf8713it was pushed by mistake. Therefore it was reverted in220393bfb0. 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@redhat.com>
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user