]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- 1.740; fix regex for build root auto/th/rpm-build-macros-1.740-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Mar 2019 20:07:45 +0000 (21:07 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Mar 2019 20:07:45 +0000 (21:07 +0100)
rpm-build-macros.spec
rpm.macros

index d4df931bb427deccac6946a9e01e6127dc8fb133..d4d9918dcf8594aa91280636767f471ffc98e699 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.739
+%define                rpm_macros_rev  1.740
 %define                find_lang_rev   1.40
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index ae88b385e889415b524289ce0bbf581ac0f5fdec..a868e087e3cc86034d1a86c405bc88910082f835 100644 (file)
@@ -625,7 +625,7 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \
                        echo "DONE"; \
                fi; \
        fi; \
-       filelist=$(find $RPM_BUILD_ROOT -type f ! -regex ".*/usr/lib[x0-9]*/debug/.*\.debug" ! -regex "/usr/lib[x0-9]*/guile/.*\.go" ! -regex ".*/lib/modules/.*" ! -regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"} %{?_autostripall:! -regex "%{_autostripall}"} %{?_autostripunneeded:! -regex "%{_autostripunneeded}"} %{?_autostripdebug:! -regex "%{_autostripdebug}"}); \
+       filelist=$(find $RPM_BUILD_ROOT -type f ! -regex ".*/usr/lib[x0-9]*/debug/.*\.debug" ! -regex ".*/usr/lib[x0-9]*/guile/.*\.go" ! -regex ".*/lib/modules/.*" ! -regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"} %{?_autostripall:! -regex "%{_autostripall}"} %{?_autostripunneeded:! -regex "%{_autostripunneeded}"} %{?_autostripdebug:! -regex "%{_autostripdebug}"}); \
        if [ -n "$filelist" ]; then \
                filetypes=`echo "$filelist" | xargs -r -d'\\n' file`; \
                elfexelist=`echo "$filetypes" | awk -F: '/ELF.*executable/ {print $1}'`; \
This page took 0.050263 seconds and 4 git commands to generate.