diff --git a/accel-config.spec b/accel-config.spec index 8854e4e..d8b9bcf 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -2,7 +2,7 @@ Name: accel-config Version: 2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configure accelerator subsystem devices # The entire source code is under GPLv2 except for accel-config # library which is mostly LGPLv2, ccan/list which is BSD-MIT and @@ -24,6 +24,7 @@ BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(libudev) BuildRequires: systemd +BuildRequires: make # accel-config is for configuring Intel DSA (Data-Streaming # Accelerator) subsystem in the Linux kernel. It supports x86 only. @@ -86,5 +87,8 @@ make check %{_libdir}/pkgconfig/lib%{name}.pc %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 6 2020 Yunying Sun - 2.8-1 - Initial Packaging