Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov 6dc9e85991
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-03-25 09:16:41 +02:00
David Abdurachmanov c93c293892
Use %{valgrind_arches}
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-07-29 20:33:06 +02:00
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: The ASN.1 library used in GNUTLS
Name: libtasn1
Version: 4.16.0
Release: 1%{?dist}
Release: 1.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 Mar 25 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> 4.16.0-1.0.riscv64
- Use %{valgrind_arches}
* Sun Feb 02 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.16.0-1
- Update to 4.14 (#1621973)