]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- rel 3; use default compression level for lzma auto/th/geninitrd-10000_18-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 Sep 2009 10:37:40 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd-lzma.patch -> 2.1
    geninitrd.spec -> 2.150

geninitrd-lzma.patch [new file with mode: 0644]
geninitrd.spec

diff --git a/geninitrd-lzma.patch b/geninitrd-lzma.patch
new file mode 100644 (file)
index 0000000..80be7b2
--- /dev/null
@@ -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"
index 82a343396a1664f8dfc8dd788c68756a8eb0b6e5..502034302205a03480f64fbdfcea1b640523b4ec 100644 (file)
@@ -3,12 +3,13 @@ Summary(pl.UTF-8):    Narzędzie do tworzenia inicjalnego ramdysku używanego przy
 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
@@ -70,6 +71,7 @@ bieżących informacji zawartych w /etc/modules.conf.
 %if "%{pld_release}" == "ti"
 %patch0 -p1
 %endif
+%patch1 -p0
 
 %build
 %{__make}
This page took 0.138113 seconds and 4 git commands to generate.