Steffen Winterfeldt 2014-02-21 15:23:38 +00:00 committed by Git OBS Bridge
parent 699ec67a36
commit c57620cacf
7 changed files with 24 additions and 24 deletions

View File

@ -1,15 +0,0 @@
diff --git a/data/initrd/initrd.file_list b/data/initrd/initrd.file_list
index 13ba0d1..113fba9 100644
--- a/data/initrd/initrd.file_list
+++ b/data/initrd/initrd.file_list
@@ -318,6 +318,10 @@ gzip:
/usr/bin/gzip
/usr/bin/gunzip
+gawk:
+ /usr/bin/gawk
+ s gawk usr/bin/awk
+
nscd:
# remaining files are in root image
d /var/run/nscd

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56897b2f378e36d0dd0d25437904d00fd6b5cbd2dae0a2ac41c7913a2a1531c2
size 184751

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11b6c7c529bd7840075145596b8389dc491a452b974403f0b327eb91be86b609
size 184913

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 21 16:22:49 CET 2014 - snwint@suse.de
- replace sles11.exec with sles12.exec (bnc #865109)
- link gawk also in initrd or we get dangling symlinks
-------------------------------------------------------------------
Thu Feb 20 10:02:03 UTC 2014 - coolo@suse.com
- also symlink awk in initrd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 19 08:53:51 CET 2014 - snwint@suse.de Wed Feb 19 08:53:51 CET 2014 - snwint@suse.de

View File

@ -353,9 +353,9 @@ ExcludeArch: %arm
Summary: Installation Image Files for %theme Summary: Installation Image Files for %theme
License: GPL-2.0+ License: GPL-2.0+
Group: Metapackages Group: Metapackages
Version: 14.46 Version: 14.47
Release: 0 Release: 0
Source: installation-images-14.46.tar.bz2 Source: installation-images-14.47.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio %define _binary_payload w.ufdio

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 21 16:22:49 CET 2014 - snwint@suse.de
- replace sles11.exec with sles12.exec (bnc #865109)
- link gawk also in initrd or we get dangling symlinks
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 20 10:02:03 UTC 2014 - coolo@suse.com Thu Feb 20 10:02:03 UTC 2014 - coolo@suse.com

View File

@ -353,10 +353,9 @@ ExcludeArch: %arm
Summary: Installation Image Files for %theme Summary: Installation Image Files for %theme
License: GPL-2.0+ License: GPL-2.0+
Group: Metapackages Group: Metapackages
Version: 14.46 Version: 14.47
Release: 0 Release: 0
Source: installation-images-14.46.tar.bz2 Source: installation-images-14.47.tar.bz2
Patch0: gawk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio %define _binary_payload w.ufdio
@ -393,7 +392,6 @@ Package that holds debuginfo dependencies for image files in installation-image.
%prep %prep
%setup -n installation-images-%{version} %setup -n installation-images-%{version}
rm -f /usr/lib/build/checks/04-check-filelist rm -f /usr/lib/build/checks/04-check-filelist
%patch0 -p1
%build %build
unset MALLOC_CHECK_ unset MALLOC_CHECK_