]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
Revert "skip autostrip of *.[ch] files which confuse `file`; rel 2"
authorJan Palus <atler@pld-linux.org>
Wed, 1 Nov 2023 01:16:31 +0000 (02:16 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 1 Nov 2023 01:16:31 +0000 (02:16 +0100)
in favor of global fix in rpm-pld-macros. keep the release though.

This reverts commit 98a1cdbe9c170e32ecc90528e049cca33e91e7e1.

valgrind.spec

index f07f03480fe6aef566b1228dcb618b34dffca3a3..52c15b0109393ef3c15f4b8eed0bdf329733bf46 100644 (file)
@@ -34,7 +34,7 @@ Obsoletes:    valgrind-calltree < 0.10
 ExclusiveArch: %{ix86} %{x8664} %{armv7} ppc ppc64 s390x x32 aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautostrip    .*\\(/vgpreload.*\\.so\\|\\.[ch]$\\)
+%define                _noautostrip    .*/vgpreload.*\\.so
 %define                filterout_c     -fstack-protector-strong
 # ld portion broken
 %undefine      with_ccache
This page took 0.158845 seconds and 4 git commands to generate.