[packages/valgrind] skip autostrip of *.[ch] files which confuse `file`; rel 2

atler atler at pld-linux.org
Wed Nov 1 02:09:25 CET 2023


commit 98a1cdbe9c170e32ecc90528e049cca33e91e7e1
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Nov 1 00:11:12 2023 +0100

    skip autostrip of *.[ch] files which confuse `file`; rel 2

 valgrind.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 643f690..f07f034 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/98a1cdbe9c170e32ecc90528e049cca33e91e7e1



More information about the pld-cvs-commit mailing list