forked from pool/libguestfs
Accepting request 1280654 from Virtualization
Fix for bsc#1243351 - guestfs-appliance still requires ISC dhcp OBS-URL: https://build.opensuse.org/request/show/1280654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=121
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 08:43:54 MDT 2025 - carnold@suse.com
|
||||
|
||||
- bsc#1243351 - guestfs-appliance still requires ISC dhcp
|
||||
Conditionally replace usage of dhcp-client with dhcpcd in
|
||||
libguestfs.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 05:42:04 MDT 2025 - carnold@suse.com
|
||||
|
||||
|
||||
@@ -331,7 +331,11 @@ BuildRequires: bzip2
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: cpio
|
||||
BuildRequires: cryptsetup
|
||||
%if 0%{?suse_version} < 1600
|
||||
BuildRequires: dhcp-client
|
||||
%else
|
||||
BuildRequires: dhcpcd
|
||||
%endif
|
||||
BuildRequires: diffutils
|
||||
BuildRequires: dosfstools
|
||||
BuildRequires: e2fsprogs
|
||||
@@ -383,7 +387,11 @@ BuildRequires: xz
|
||||
# the appliance will fail to start the guestfsd.
|
||||
Requires: augeas
|
||||
Requires: augeas-lenses
|
||||
%if 0%{?suse_version} < 1600
|
||||
Requires: dhcp-client
|
||||
%else
|
||||
Requires: dhcpcd
|
||||
%endif
|
||||
Requires: libaugeas0
|
||||
Requires: libcap2
|
||||
Requires: libguestfs0
|
||||
|
||||
Reference in New Issue
Block a user