Revert "listfiles: fix expansion of listfiles_exclude/listfiles_include"
This reverts commit 9deb0680eb
.
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
9deb0680eb
commit
1e9cb0e970
@ -12,9 +12,9 @@
|
|||||||
# Arguments passed to the macro without flags will be interpreted as inclusion
|
# Arguments passed to the macro without flags will be interpreted as inclusion
|
||||||
# globs.
|
# globs.
|
||||||
%listfiles(i:x:) %{expand:
|
%listfiles(i:x:) %{expand:
|
||||||
%if "%{?-i*}%{expand:%{?listfiles_include}}%*" != ""
|
%if "%{?-i*}%{expand:?listfiles_include}%*" != ""
|
||||||
listfiles_include=$(realpath -e --relative-base=. %{?-i*} %{?listfiles_include} %* | sort -u)
|
listfiles_include=$(realpath -e --relative-base=. %{?-i*} %{?listfiles_include} %* | sort -u)
|
||||||
%if "%{?-x*}%{expand:%{?listfiles_exclude}}" != ""
|
%if "%{?-x*}%{expand:?listfiles_exclude}" != ""
|
||||||
while IFS= read -r finc ; do
|
while IFS= read -r finc ; do
|
||||||
realpath -qe --relative-base=. %{?-x*} %{?listfiles_exclude} \\
|
realpath -qe --relative-base=. %{?-x*} %{?listfiles_exclude} \\
|
||||||
| sort -u | grep -q "${finc}" || echo "${finc}"
|
| sort -u | grep -q "${finc}" || echo "${finc}"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 135
|
Version: 136
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -202,6 +202,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 08 2019 Robert-André Mauchin <zebob.m@gmail.com> - 136-1
|
||||||
|
- Revert "Fix expansion in listfiles_exclude/listfiles_include"
|
||||||
|
|
||||||
* Mon Jul 08 2019 Nicolas Mailhot <nim@fedoraproject.org> - 135-1
|
* Mon Jul 08 2019 Nicolas Mailhot <nim@fedoraproject.org> - 135-1
|
||||||
- Fix expansion in listfiles_exclude/listfiles_include
|
- Fix expansion in listfiles_exclude/listfiles_include
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user