Remove virt-dib
Removed upstream in guestfs-tools >= 1.15.1
This commit is contained in:
parent
b2aba02d68
commit
9035c79c25
@ -208,24 +208,6 @@ Virt-win-reg lets you look at and modify the Windows Registry of
|
|||||||
Windows virtual machines.
|
Windows virtual machines.
|
||||||
|
|
||||||
|
|
||||||
%if !0%{?rhel}
|
|
||||||
%package -n virt-dib
|
|
||||||
Summary: Safe and secure diskimage-builder replacement
|
|
||||||
License: GPLv2+
|
|
||||||
# This subpackage (only) must have an Epoch of 1 because it
|
|
||||||
# replaces a package in libguestfs which had an Epoch of 1.
|
|
||||||
Epoch: 1
|
|
||||||
|
|
||||||
Requires: libguestfs-dib >= 1:1.45.2-1
|
|
||||||
|
|
||||||
|
|
||||||
%description -n virt-dib
|
|
||||||
Virt-dib is a safe and secure alternative to the OpenStack
|
|
||||||
diskimage-builder command. It is compatible with most
|
|
||||||
diskimage-builder elements.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Bash tab-completion scripts for %{name}
|
Summary: Bash tab-completion scripts for %{name}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -329,12 +311,6 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
mv $RPM_BUILD_ROOT%{_docdir}/%{name} installed-docs
|
mv $RPM_BUILD_ROOT%{_docdir}/%{name} installed-docs
|
||||||
gzip --best installed-docs/*.xml
|
gzip --best installed-docs/*.xml
|
||||||
|
|
||||||
%if 0%{?rhel}
|
|
||||||
# Remove virt-dib if it was built.
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_bindir}/virt-dib
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/virt-dib.1*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Find locale files.
|
# Find locale files.
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -410,15 +386,6 @@ end
|
|||||||
%{_mandir}/man1/virt-win-reg.1*
|
%{_mandir}/man1/virt-win-reg.1*
|
||||||
|
|
||||||
|
|
||||||
%if !0%{?rhel}
|
|
||||||
%files -n virt-dib
|
|
||||||
%license COPYING
|
|
||||||
%doc README
|
|
||||||
%{_bindir}/virt-dib
|
|
||||||
%{_mandir}/man1/virt-dib.1*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files bash-completion
|
%files bash-completion
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_datadir}/bash-completion/completions
|
%dir %{_datadir}/bash-completion/completions
|
||||||
|
Loading…
Reference in New Issue
Block a user