]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- more conservative kernel modules stripping auto/th/rpm-build-macros-1_624-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Dec 2011 11:36:10 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build-macros.spec -> 1.304
    rpm.macros -> 1.624

rpm-build-macros.spec
rpm.macros

index 46d69953574ab0ac3d703ac6b4c504d45d8bce11..211aaddb62a0a96717c06ef0c94700552f9534cb 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.623
+%define                rpm_macros_rev  1.624
 %define                find_lang_rev   1.35
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index c419c2232718fb6791f19644872d2d572f718151..43b8a094d4731c1dfd6584770598af879a56a80c 100644 (file)
@@ -560,7 +560,7 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \
                        modulecount=$(echo "$modulelist" | wc -l); \
                        printf "Stripping %d kernel modules..." $modulecount; \
                        echo "$modulelist" | xargs -l512 chmod u+w; \
-                       echo "$modulelist" | xargs -l512 %{__strip} --strip-unneeded --remove-section=.comment --remove-section=.note.GNU-stack; \
+                       echo "$modulelist" | xargs -l512 %{__strip} -g --remove-section=.comment --remove-section=.note.GNU-stack; \
                        echo "DONE"; \
                fi; \
        fi; \
This page took 0.033054 seconds and 4 git commands to generate.