]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
skip autostrip of *.[ch] files which confuse `file`; rel 2 auto/th/valgrind-3.22.0-2
authorJan Palus <atler@pld-linux.org>
Tue, 31 Oct 2023 23:11:12 +0000 (00:11 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 31 Oct 2023 23:11:12 +0000 (00:11 +0100)
valgrind.spec

index 643f690998fad8d620984308cb6567e38c136ddd..f07f03480fe6aef566b1228dcb618b34dffca3a3 100644 (file)
@@ -8,7 +8,7 @@ Summary:        An open-source memory debugger
 Summary(pl.UTF-8):     Otwarty odpluskwiacz pamiÄ™ci
 Name:          valgrind
 Version:       3.22.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       https://sourceware.org/pub/valgrind/%{name}-%{version}.tar.bz2
@@ -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
+%define                _noautostrip    .*\\(/vgpreload.*\\.so\\|\\.[ch]$\\)
 %define                filterout_c     -fstack-protector-strong
 # ld portion broken
 %undefine      with_ccache
This page took 0.118753 seconds and 4 git commands to generate.