From 95dc72b1faf6f1754512ebcc8539768f88ba0de0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 10:35:09 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/accel-config.git#45599bb2cd4b8e4c44c8516e12b6e53d1bdcd4b7 --- accel-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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