forked from pool/libguestfs
- Add db48-utils dependency: needed to inspect the installed
packages. OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=413
This commit is contained in:
parent
3725fcbc09
commit
e74a187725
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 16:22:39 UTC 2017 - cbosdonnat@suse.com
|
||||
|
||||
- Add db48-utils dependency: needed to inspect the installed
|
||||
packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 13:24:50 UTC 2017 - cbosdonnat@suse.com
|
||||
|
||||
|
@ -441,7 +441,7 @@ Recommends: parted
|
||||
Recommends: zerofree
|
||||
Recommends: genisoimage
|
||||
Recommends: ldmtool
|
||||
%if %{?is_opensuse:0} == 0
|
||||
%if 0%{?is_opensuse:0} == 0
|
||||
Recommends: guestfs-winsupport
|
||||
%endif
|
||||
|
||||
@ -489,6 +489,7 @@ Summary: Runtime library of libguestfs
|
||||
License: LGPL-2.1
|
||||
Group: System/Libraries
|
||||
Requires: %{kvm_binary}
|
||||
Requires: db48-utils
|
||||
Requires: guestfs-data >= %{version}
|
||||
Requires: qemu >= 2.0
|
||||
Requires: qemu-tools
|
||||
@ -664,7 +665,7 @@ touch %{name}.lang
|
||||
%fdupes -s %{buildroot}/
|
||||
|
||||
# Appliance NTFS files
|
||||
%if %{?is_opensuse}
|
||||
%if 0%{?is_opensuse} == 0
|
||||
mkdir -p %{buildroot}/tmp/etc/alternatives
|
||||
pushd %{buildroot}/tmp/etc/alternatives
|
||||
ln -s /sbin/mount.ntfs-3g mount.ntfs
|
||||
@ -723,7 +724,7 @@ rm %{buildroot}/%{_datadir}/virt-p2v/p2v.ks.in
|
||||
%{_libdir}/guestfs/supermin.d/packages
|
||||
%{_libdir}/guestfs/supermin.d/zz-scripts.tar.gz
|
||||
|
||||
%if %{?is_opensuse}
|
||||
%if 0%{?is_opensuse} == 0
|
||||
%{_libdir}/guestfs/supermin.d/zz-ntfs-symlink.tar.gz
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user