import accel-config-3.5.0-1.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:39:34 +00:00 committed by Stepan Oksanichenko
parent 61c93f7a7c
commit ee6e27233b
3 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
21e70c79f2e53c5cdbc941390f14b020f286a36d SOURCES/accel-config-v3.4.6.3.tar.gz
c2571f89e855e1054a078a4dfee1d7d6feefb7e5 SOURCES/accel-config-v3.5.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/accel-config-v3.4.6.3.tar.gz
SOURCES/accel-config-v3.5.0.tar.gz

View File

@ -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