forked from pool/libguestfs
Accepting request 726961 from home:gmoro:branches:Virtualization
Added patch to supermin appliance description, fixes boo#1136878 OBS-URL: https://build.opensuse.org/request/show/726961 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=443
This commit is contained in:
parent
92f3ff5d03
commit
e639c6c126
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 20:10:11 UTC 2019 - Guilherme Moro <gmoro@suse.com>
|
||||||
|
|
||||||
|
- Add sysconfig-netconfig to appliance (boo#1136878)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 22 13:39:11 UTC 2019 - ohering@suse.de
|
Thu Aug 22 13:39:11 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -153,6 +153,7 @@ Patch51: 0002-common-extract-UTF-8-conversion-function.patch
|
|||||||
Patch52: 0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
|
Patch52: 0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
|
||||||
# Our patches
|
# Our patches
|
||||||
Patch100: appliance.patch
|
Patch100: appliance.patch
|
||||||
|
Patch101: netconfig.patch
|
||||||
|
|
||||||
Source0: http://download.libguestfs.org/1.38-stable/libguestfs-%{version}.tar.gz
|
Source0: http://download.libguestfs.org/1.38-stable/libguestfs-%{version}.tar.gz
|
||||||
Source1: libguestfs.rpmlintrc
|
Source1: libguestfs.rpmlintrc
|
||||||
@ -409,7 +410,6 @@ BuildRequires: strace
|
|||||||
BuildRequires: syslinux
|
BuildRequires: syslinux
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: ldmtool
|
BuildRequires: ldmtool
|
||||||
BuildRequires: pkgconfig(systemd)
|
|
||||||
BuildRequires: systemd-sysvinit
|
BuildRequires: systemd-sysvinit
|
||||||
BuildRequires: tar
|
BuildRequires: tar
|
||||||
BuildRequires: terminfo-base
|
BuildRequires: terminfo-base
|
||||||
@ -419,6 +419,7 @@ BuildRequires: util-linux
|
|||||||
BuildRequires: util-linux-lang
|
BuildRequires: util-linux-lang
|
||||||
BuildRequires: xfsprogs
|
BuildRequires: xfsprogs
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
|
||||||
# Needed by guestfsd which is burried in the appliance
|
# Needed by guestfsd which is burried in the appliance
|
||||||
#
|
#
|
||||||
@ -568,6 +569,7 @@ It can import a variety of guest operating systems from libvirt-managed hosts.
|
|||||||
%patch51 -p1
|
%patch51 -p1
|
||||||
%patch52 -p1
|
%patch52 -p1
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
%patch101 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
bison --version
|
bison --version
|
||||||
|
11
netconfig.patch
Normal file
11
netconfig.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up ./appliance/packagelist.in.netconfig ./appliance/packagelist.in
|
||||||
|
--- ./appliance/packagelist.in.netconfig 2019-08-28 19:26:50.290462768 +0100
|
||||||
|
+++ ./appliance/packagelist.in 2019-08-28 19:27:05.530462557 +0100
|
||||||
|
@@ -161,6 +161,7 @@ ifelse(SUSE,1,
|
||||||
|
ntfs-3g
|
||||||
|
reiserfs
|
||||||
|
squashfs
|
||||||
|
+ sysconfig-netconfig
|
||||||
|
systemd
|
||||||
|
vim
|
||||||
|
xz
|
Loading…
x
Reference in New Issue
Block a user