]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- 1.618; don't delete constify grsecurity plugins when building kernel modules auto/th/rpm-build-macros-1_618-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Aug 2011 08:04:30 +0000 (08:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build-macros.spec -> 1.298
    rpm.macros -> 1.618

rpm-build-macros.spec
rpm.macros

index 4c7072bb198e96a3a44d6508f6b88894a4a8bbd3..d527c6c97d8b7abc66233b8ffc34633c423c8eb3 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.617
+%define                rpm_macros_rev  1.618
 %define                find_lang_rev   1.34
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index e9d596d0d4f1a5675801841da77a26b188f59f4e..4ab05fc385095fd16f018007077ad7ec14a26526 100644 (file)
@@ -1651,7 +1651,7 @@ for cfg in ${cfgs:-dist}; do                                        \
        %endif                                                                                                                  \
                                                                                                                                        \
        %{!?-c:%{__make} -C %{_kernelsrcdir} clean                                              \\\
-               RCS_FIND_IGNORE="-name '*.ko' -o"                                                       \\\
+               RCS_FIND_IGNORE="-name '*.[ks]o' -o"                                                    \\\
                ${1+"$@"}                                                                                                       \\\
                M=$PWD %{MakeOpts}}                                                                                     \
                                                                                                                                        \
This page took 0.032903 seconds and 4 git commands to generate.