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
This commit is contained in:
DistroBaker 2021-02-03 10:35:09 +01:00
parent 693d54c4bd
commit 95dc72b1fa
1 changed files with 5 additions and 1 deletions

View File

@ -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 <releng@fedoraproject.org> - 2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Nov 6 2020 Yunying Sun <yunying.sun@intel.com> - 2.8-1
- Initial Packaging