aboutsummaryrefslogtreecommitdiffstats
path: root/macros.in
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-07-25 17:12:22 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-07-25 17:12:22 +0000
commit5f2dfb20a07f6ab67dfbd8d2dd4445de6ed58be8 (patch)
tree94464bba7794c3d2f71fabf41076bc6aa07e5429 /macros.in
parent27b3f01f6871dfb376d8e01c3ef4aab8e9234f32 (diff)
downloadrpm-setup-5f2dfb20a07f6ab67dfbd8d2dd4445de6ed58be8.tar
rpm-setup-5f2dfb20a07f6ab67dfbd8d2dd4445de6ed58be8.tar.gz
rpm-setup-5f2dfb20a07f6ab67dfbd8d2dd4445de6ed58be8.tar.bz2
rpm-setup-5f2dfb20a07f6ab67dfbd8d2dd4445de6ed58be8.tar.xz
rpm-setup-5f2dfb20a07f6ab67dfbd8d2dd4445de6ed58be8.zip
- fix #31973 (Impossible to exclude single files from autoreq/autoprov)
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.in b/macros.in
index 5605dec..1deb33d 100644
--- a/macros.in
+++ b/macros.in
@@ -148,8 +148,8 @@
# Use internal dependency generator rather than external helpers?
%_use_internal_dependency_generator 0
-%__find_provides @RPMVENDORDIR@/filter.sh '%{?_provides_exceptions:%{_provides_exceptions}}%{!?_provides_exceptions: }' @RPMVENDORDIR@/find-provides
-%__find_requires @RPMVENDORDIR@/filter.sh '%{?_requires_exceptions:%{_requires_exceptions}}%{!?_requires_exceptions: }' @RPMVENDORDIR@/find-requires %{?buildroot:%{buildroot}} %{?_target_cpu:%{_target_cpu}}
+%__find_provides @RPMVENDORDIR@/filter.sh '%{?_provides_exceptions:%{_provides_exceptions}}%{!?_provides_exceptions: }' '%{?_exclude_files_from_autoprov:%{?buildroot:%{buildroot}}%{_exclude_files_from_autoprov}}%{!?_exclude_files_from_autoprov: }' @RPMVENDORDIR@/find-provides
+%__find_requires @RPMVENDORDIR@/filter.sh '%{?_requires_exceptions:%{_requires_exceptions}}%{!?_requires_exceptions: }' '%{?_exclude_files_from_autoreq:%{?buildroot:%{buildroot}}%{_exclude_files_from_autoreq}}%{!?_exclude_files_from_autoreq: }' @RPMVENDORDIR@/find-requires %{?buildroot:%{buildroot}} %{?_target_cpu:%{_target_cpu}}
%find_lang @RPMVENDORDIR@/find-lang.pl %{buildroot}