]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- _noautoreqfiles and _noautoprovfiles are back (reimplemented in RPM internal depend... auto/ac/rpm-4_3-0_20040107_1
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 4 Jan 2004 17:37:26 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.139

rpm.macros

index 9001452303fd5e3d3b43c7a2fe8c7b209cd8d02b..5bca27c772164faae907651da20f26c5d3b4a09d 100644 (file)
@@ -336,10 +336,10 @@ echo "Compress kernel modules if any."; \
 # Requires/Provides automation
 # exceptions system by Jacek Konieczny <jajcus@pld.org.pl>
 #
-#%_noautoreqfiles      '%{_defaultdocdir}.*' '%{_examplesdir}.*'
+%_noautoreqfiles       %(sed -e s'/#.*//' /etc/rpm/noautoreqfiles)
+%_noautoprovfiles      %(sed -e s'/#.*//' /etc/rpm/noautoprovfiles)
 #%_noautoreq           %{nil}
 %_noautoreqdep         %(sed -e s'/#.*//' /etc/rpm/noautoreqdep)
-#%_noautoprovfiles     %{nil}
 #%_noautoprov          %{nil}
 #%_noautocompressdoc   %{nil}
 #
This page took 0.091938 seconds and 4 git commands to generate.