packages: geninitrd/geninitrd.spec, geninitrd/geninitrd-lzma.patch (NEW) - ...
arekm
arekm at pld-linux.org
Fri Sep 4 12:37:45 CEST 2009
Author: arekm Date: Fri Sep 4 10:37:45 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 3; use default compression level for lzma
---- Files affected:
packages/geninitrd:
geninitrd.spec (2.149 -> 2.150) , geninitrd-lzma.patch (NONE -> 2.1) (NEW)
---- Diffs:
================================================================
Index: packages/geninitrd/geninitrd.spec
diff -u packages/geninitrd/geninitrd.spec:2.149 packages/geninitrd/geninitrd.spec:2.150
--- packages/geninitrd/geninitrd.spec:2.149 Mon Aug 31 21:33:18 2009
+++ packages/geninitrd/geninitrd.spec Fri Sep 4 12:37:40 2009
@@ -4,12 +4,13 @@
Name: geninitrd
Version: 10000.18
# leave rel 1 for ac
-Release: 2
+Release: 3
License: GPL
Group: Applications/System
Source0: %{name}-%{version}.tar.gz
# Source0-md5: b3b0acb344ae8852cf30672370c81888
Patch0: %{name}-romfs.patch
+Patch1: %{name}-lzma.patch
BuildRequires: xmlto >= 0:0.0.18-1
Requires: awk
Requires: busybox-initrd >= 1.00-0.rc3.2
@@ -71,6 +72,7 @@
%if "%{pld_release}" == "ti"
%patch0 -p1
%endif
+%patch1 -p0
%build
%{__make}
@@ -101,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 2.150 2009/09/04 10:37:40 arekm
+- rel 3; use default compression level for lzma
+
Revision 2.149 2009/08/31 19:33:18 arekm
- up to 10000.18
================================================================
Index: packages/geninitrd/geninitrd-lzma.patch
diff -u /dev/null packages/geninitrd/geninitrd-lzma.patch:2.1
--- /dev/null Fri Sep 4 12:37:46 2009
+++ packages/geninitrd/geninitrd-lzma.patch Fri Sep 4 12:37:40 2009
@@ -0,0 +1,13 @@
+Index: geninitrd
+===================================================================
+--- geninitrd (wersja 10524)
++++ geninitrd (kopia robocza)
+@@ -1328,7 +1328,7 @@
+ # extension, which is .gz most of the time.
+ case "$compressor" in
+ lzma)
+- lzma -9 < "$IMAGE" > "$tmp"
++ lzma < "$IMAGE" > "$tmp"
+ ;;
+ bzip2)
+ bzip2 -9 < "$IMAGE" > "$tmp"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geninitrd/geninitrd.spec?r1=2.149&r2=2.150&f=u
More information about the pld-cvs-commit
mailing list