]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- rel 5; conservative kernel modules stripping auto/th/geninitrd-12385-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 3 Dec 2011 15:38:55 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd-svn.patch -> 2.12
    geninitrd.spec -> 2.193

geninitrd-svn.patch
geninitrd.spec

index fe11a366223bd8c25c69714a107dc825998c51bc..1b02ea2af9e012a78d2323acaf0ec6f51aee13a8 100644 (file)
@@ -106,7 +106,7 @@ Index: geninitrd
                gunzip "$DESTDIR/lib/modules/$kernel/$mod" 2> /dev/null
 +              if [ "$STRIP" ] ; then
 +                      mod_nocomp=${mod%.gz}
-+                      $STRIP --strip-unneeded --remove-section=.comment --remove-section=.note.GNU-stack "$DESTDIR/lib/modules/$kernel/$mod_nocomp"
++                      $STRIP -g --remove-section=.comment "$DESTDIR/lib/modules/$kernel/$mod_nocomp"
 +              fi
        done
  }
index 5d535565891994fe4a54bd593a46fd148116bbde..4f81c441e13e5194b1d30d992ab1c6e779808cd4 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Creates an initial ramdisk image for preloading modules
 Summary(pl.UTF-8):     Narzędzie do tworzenia inicjalnego ramdysku używanego przy starcie systemu
 Name:          geninitrd
 Version:       12385
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
This page took 0.11364 seconds and 4 git commands to generate.