|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: accel-config
|
|
|
|
|
Version: 3.4.6.3
|
|
|
|
|
Version: 3.5.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Configure accelerator subsystem devices
|
|
|
|
|
# The entire source code is under GPLv2 except for accel-config
|
|
|
|
@ -24,8 +24,9 @@ BuildRequires: pkgconfig(libkmod)
|
|
|
|
|
BuildRequires: pkgconfig(uuid)
|
|
|
|
|
BuildRequires: pkgconfig(json-c)
|
|
|
|
|
BuildRequires: pkgconfig(libudev)
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
# accel-config is for configuring Intel DSA (Data-Streaming
|
|
|
|
|
# Accelerator) subsystem in the Linux kernel. It supports x86_64 only.
|
|
|
|
@ -68,7 +69,7 @@ Tests for accel-config command.
|
|
|
|
|
%build
|
|
|
|
|
echo %{version} > version
|
|
|
|
|
./autogen.sh
|
|
|
|
|
%configure --disable-static --disable-silent-rules --enable-test=yes
|
|
|
|
|
%configure --disable-static --disable-silent-rules --enable-test
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -83,8 +84,7 @@ make check
|
|
|
|
|
%license licenses/accel-config-licenses LICENSE_GPL_2_0
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_mandir}/man1/%{name}*
|
|
|
|
|
%{_sysconfdir}/%{name}/%{name}.conf.sample
|
|
|
|
|
%{_datadir}/%{name}/contrib/*
|
|
|
|
|
%{_sysconfdir}/%{name}/contrib/configs/*
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
|
%doc README.md
|
|
|
|
@ -101,9 +101,13 @@ make check
|
|
|
|
|
%files test
|
|
|
|
|
%license Documentation/COPYING LICENSE_GPL_2_0
|
|
|
|
|
%doc test/README.md
|
|
|
|
|
%{_datadir}/%{name}/test/*
|
|
|
|
|
%{_prefix}/lib/accel-config/test/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 04 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.8-1
|
|
|
|
|
- Rebase to 3.5.0 release.
|
|
|
|
|
Resolves: rhbz#2101609
|
|
|
|
|
|
|
|
|
|
* Sun Apr 03 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.6.3-1
|
|
|
|
|
- Rebase to 3.4.6.3 release.
|
|
|
|
|
Resolves: rhbz#2040077
|
|
|
|
|