Skip to content
Snippets Groups Projects
Commit 920e1a11 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import accel-config-3.5.0-1.el9

parent 68037bee
No related merge requests found
21e70c79f2e53c5cdbc941390f14b020f286a36d SOURCES/accel-config-v3.4.6.3.tar.gz
c2571f89e855e1054a078a4dfee1d7d6feefb7e5 SOURCES/accel-config-v3.5.0.tar.gz
SOURCES/accel-config-v3.4.6.3.tar.gz
SOURCES/accel-config-v3.5.0.tar.gz
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment