Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 55c38ac9b7
Properly check valgrind arches
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-12-08 08:33:26 +02:00
1 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,7 @@
Name: rpm-head-signing
Version: 1.7.4
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Small python module to extract RPM header and file digests
License: MIT
URL: https://github.com/fedora-iot/rpm-head-signing
@ -24,7 +24,9 @@ BuildRequires: ima-evm-utils-devel
BuildRequires: rpm-devel
BuildRequires: rpm-sign
BuildRequires: cpio
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
BuildRequires: zstd
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
@ -75,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} SKIP_IMA_LIVE_CHECK=true python3 test
%changelog
* Fri Dec 08 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.7.4-1.0.riscv64
- Properly check valgrind arches
* Wed Oct 25 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.4-1
- Update to 1.7.4
- Upstream and package fixes