commit bff4f7b0d0cf9f407b1909379a8d2881eb4b905b
Author: Jan Rękorajski <[email protected]>
Date: Sat Feb 13 18:11:43 2021 +0100
- avoid creating empty macros
macros.pld | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/macros.pld b/macros.pld
index 7292648..68a36a0 100644
--- a/macros.pld
+++ b/macros.pld
@@ -1165,10 +1165,10 @@ fi; \
printf(")");
}
}')
-%__requires_exclude_from %{__noautodep_helper %{__noautoreqfiles}}
-%__provides_exclude_from %{__noautodep_helper %{__noautoprovfiles}}
-%__requires_exclude %{__noautodep_helper %{__noautoreq}}
-%__provides_exclude %{__noautodep_helper %{__noautoprov}}
+%__requires_exclude_from %{__noautodep_helper %{__noautoreqfiles}}%{nil}
+%__provides_exclude_from %{__noautodep_helper %{__noautoprovfiles}}%{nil}
+%__requires_exclude %{__noautodep_helper
%{__noautoreq}}%{nil}
+%__provides_exclude %{__noautodep_helper
%{__noautoprov}}%{nil}
# helper for wrapping _noautoreq between perl() or pear()
# Author: Elan Ruusamäe <[email protected]>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/bff4f7b0d0cf9f407b1909379a8d2881eb4b905b
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit