]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- _noautoreqdep support is back (reimplemented in RPM internal dependency generator)
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 4 Jan 2004 14:56:55 +0000 (14:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.138

rpm.macros

index be87e562459866e76d9c6f222fb11d4ca53dfed5..9001452303fd5e3d3b43c7a2fe8c7b209cd8d02b 100644 (file)
@@ -338,7 +338,7 @@ echo "Compress kernel modules if any."; \
 #
 #%_noautoreqfiles      '%{_defaultdocdir}.*' '%{_examplesdir}.*'
 #%_noautoreq           %{nil}
-#%_noautoreqdep                %{nil}
+%_noautoreqdep         %(sed -e s'/#.*//' /etc/rpm/noautoreqdep)
 #%_noautoprovfiles     %{nil}
 #%_noautoprov          %{nil}
 #%_noautocompressdoc   %{nil}
This page took 0.231183 seconds and 4 git commands to generate.