From 08a5bbb16185a0b6983d7ece86a9f8dacfdba7da Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 7 Nov 2016 15:50:01 +0200 Subject: [PATCH] Add valgrind_arches macro for BuildRequires of valgrind (#1334599) --- macros.valgrind-srpm | 3 +++ redhat-rpm-config.spec | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 macros.valgrind-srpm diff --git a/macros.valgrind-srpm b/macros.valgrind-srpm new file mode 100644 index 0000000..894afe4 --- /dev/null +++ b/macros.valgrind-srpm @@ -0,0 +1,3 @@ +# valgrind_arches lists what arches Valgrind works on + +%valgrind_arches %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index a862af5..9ca2191 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 51 +Version: 52 Release: 1%{?dist} # No version specified. License: GPL+ @@ -30,6 +30,7 @@ Source100: macros.fedora-misc-srpm Source102: macros.mono-srpm Source103: macros.nodejs-srpm Source104: macros.ldc-srpm +Source105: macros.valgrind-srpm # Other misc macros Source150: macros.dwz @@ -145,6 +146,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Mon Nov 07 2016 Lubomir Rintel - 52-1 +- Add valgrind_arches macro for BuildRequires of valgrind + * Fri Nov 04 2016 Stephen Gallagher - 51-1 - Add s390x build target for Node.js packages