]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- use gzip as compressor in Titanium unless user has specified otherwise auto/ti/geninitrd-10000_18-7
authorhawk <hawk@pld-linux.org>
Sat, 19 Sep 2009 20:48:23 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd.spec -> 2.157

geninitrd.spec

index f91e4db295963dd3f0b03247c231d1db3be49afc..0949ec5c2223b33c35dad07960ee538f12a6e12a 100644 (file)
@@ -3,13 +3,14 @@ Summary(pl.UTF-8):    Narzędzie do tworzenia inicjalnego ramdysku używanego przy
 Name:          geninitrd
 Version:       10000.18
 # leave rel 1 for ac
-Release:       6
+Release:       7
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: b3b0acb344ae8852cf30672370c81888
 Patch0:                %{name}-romfs.patch
-Patch1:                %{name}-lzma.patch
+Patch1:                %{name}-gzip-compressor.patch
+Patch2:                %{name}-lzma.patch
 BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      awk
 Requires:      busybox-initrd > 1.00-4
@@ -71,8 +72,9 @@ bieżących informacji zawartych w /etc/modules.conf.
 %setup -q
 %if "%{pld_release}" == "ti"
 %patch0 -p1
+%patch1 -p1
 %endif
-%patch1 -p0
+%patch2 -p0
 
 %build
 %{__make}
This page took 0.11857 seconds and 4 git commands to generate.