]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- rel 5; use lzma format for xz auto/th/geninitrd-10000_18-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 Sep 2009 12:38:45 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd-lzma.patch -> 2.3
    geninitrd.spec -> 2.152

geninitrd-lzma.patch
geninitrd.spec

index b32ab366b081c16f6b56262a5954b32b870a3394..32078f355d48a414fe2b1c12cbf6aa030c56a08b 100644 (file)
@@ -39,7 +39,7 @@ Index: geninitrd
 -      lzma)
 -              lzma -9 < "$IMAGE" > "$tmp"
 +      xz)
-+              xz -9 < "$IMAGE" > "$tmp"
++              xz --format=lzma -9 < "$IMAGE" > "$tmp"
                ;;
        bzip2)
                bzip2 -9 < "$IMAGE" > "$tmp"
index 96cd7f5ef56b8b6e0333d0a5cbdb1aa1f51dc19d..bca9db0f6a755d5801be5804d95325508ed2f784 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Narzędzie do tworzenia inicjalnego ramdysku używanego przy
 Name:          geninitrd
 Version:       10000.18
 # leave rel 1 for ac
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
This page took 0.038243 seconds and 4 git commands to generate.