From 256477574ce2c3fda1ec0becd0694e2543e58897 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 5 May 2021 20:16:28 +0300 Subject: [PATCH] Use %{valgrind_arches} Signed-off-by: David Abdurachmanov --- libtasn1.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libtasn1.spec b/libtasn1.spec index 75a2e57..ccd9c41 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -1,7 +1,7 @@ Summary: The ASN.1 library used in GNUTLS Name: libtasn1 Version: 4.16.0 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} # The libtasn1 library is LGPLv2+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ @@ -15,7 +15,9 @@ BuildRequires: gnupg2 BuildRequires: gcc BuildRequires: bison, pkgconfig, help2man BuildRequires: autoconf, automake, libtool +%ifarch %{valgrind_arches} BuildRequires: valgrind-devel +%endif # Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174 Provides: bundled(gnulib) = 20130324 @@ -92,6 +94,9 @@ make check %changelog +* Wed May 05 2021 David Abdurachmanov - 4.16.0-3.0.riscv64 +- Use %%{valgrind_arches} + * Tue Jul 28 2020 Fedora Release Engineering - 4.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild