|
|
|
@ -1,16 +1,12 @@
|
|
|
|
|
%global project_name idxd-config
|
|
|
|
|
|
|
|
|
|
Name: accel-config
|
|
|
|
|
Version: 3.5.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 4.1.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Configure accelerator subsystem devices
|
|
|
|
|
# The entire source code is under GPLv2 except for accel-config
|
|
|
|
|
# library which is mostly LGPLv2.1, ccan/list which is BSD-MIT and
|
|
|
|
|
# the rest of ccan which is CC0.
|
|
|
|
|
License: GPLv2 and LGPLv2+ and MIT and CC0
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
|
URL: https://github.com/intel/%{project_name}
|
|
|
|
|
Source0: %{URL}/archive/%{name}-v%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
@ -18,6 +14,7 @@ BuildRequires: asciidoc
|
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(libkmod)
|
|
|
|
|
BuildRequires: pkgconfig(uuid)
|
|
|
|
@ -25,7 +22,7 @@ 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.
|
|
|
|
@ -36,7 +33,7 @@ Utility library for configuring the accelerator subsystem.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for libaccfg
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: LGPL-2.1-only
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -46,9 +43,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: Configuration library for accelerator subsystem devices
|
|
|
|
|
# All source code of configuration library is LGPLv2.1, except
|
|
|
|
|
# ccan/list which is BSD-MIT and the rest of ccan/ which is CC0.
|
|
|
|
|
License: LGPLv2+ and MIT and CC0
|
|
|
|
|
License: LGPL-2.1-only
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
@ -56,7 +51,7 @@ Libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
%package test
|
|
|
|
|
Summary: Tests for accel-config
|
|
|
|
|
License: GPLv2
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description test
|
|
|
|
@ -103,43 +98,102 @@ make check
|
|
|
|
|
%{_libexecdir}/accel-config/test/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 18 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 3.5.3-2
|
|
|
|
|
- Remove spec file variable that blocked debuginfo build
|
|
|
|
|
Resolves: rhz#2153899
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.1.8-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jul 29 2024 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.8-1
|
|
|
|
|
- Rebase to 4.1.8 release.
|
|
|
|
|
Resolves: RHEL-40014
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.1.6-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 10 2024 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.6-2
|
|
|
|
|
- Fix issue with dsa_user_test_runner device clean up.
|
|
|
|
|
Resolves: RHEL-32469
|
|
|
|
|
|
|
|
|
|
* Sun Mar 24 2024 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.6-1
|
|
|
|
|
- Rebase to 4.1.6 release
|
|
|
|
|
Resolves: RHEL-29909
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Jun Miao <jun.miao@intel.com> - 4.1.1-2
|
|
|
|
|
- Update to v4.1.1 release
|
|
|
|
|
|
|
|
|
|
* Tue Sep 26 2023 Jun Miao <jun.miao@intel.com> - 4.1-1
|
|
|
|
|
- Update to v4.1 release
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 30 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 4.0-2
|
|
|
|
|
- Update spec file to use SPDX identifiers
|
|
|
|
|
|
|
|
|
|
* Sun Apr 23 2023 Jun Miao <jun.miao@intel.com> - 4.0-1
|
|
|
|
|
- Update to v4.0 release
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2023 Jun Miao <jun.miao@intel.com> - 3.5.3-1
|
|
|
|
|
- Update to v3.5.3 release
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Dec 04 2022 Jun Miao <jun.miao@intel.com> - 3.5.2-3
|
|
|
|
|
- Update to v3.5.2 release
|
|
|
|
|
|
|
|
|
|
* Tue Nov 29 2022 Jun Miao <jun.miao@intel.com> - 3.5.1-2
|
|
|
|
|
- Update to v3.5.1 release
|
|
|
|
|
|
|
|
|
|
* Tue Oct 25 2022 Jun Miao <jun.miao@intel.com> - 3.5.0-1
|
|
|
|
|
- Update to v3.5.0 release
|
|
|
|
|
|
|
|
|
|
* Mon Sep 26 2022 Jun Miao <jun.miao@intel.com> - 3.4.8-2
|
|
|
|
|
- Update to v3.4.8 release
|
|
|
|
|
|
|
|
|
|
* Wed Aug 31 2022 Jun Miao <jun.miao@intel.com> - 3.4.7-1
|
|
|
|
|
- Update to v3.4.7 release
|
|
|
|
|
|
|
|
|
|
* Tue Aug 23 2022 Jun Miao <jun.miao@intel.com> - 3.4.6.5-4
|
|
|
|
|
- Update to v3.4.6.5 release
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 06 2022 Jun Miao <jun.miao@intel.com> - 3.4.6.4-2
|
|
|
|
|
- Update to v3.4.6.4 release
|
|
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 3.5.3-1
|
|
|
|
|
- Rebase to the 3.5.3 release.
|
|
|
|
|
Resolves: rhbz#2153899
|
|
|
|
|
* Wed Apr 20 2022 Jun Miao <jun.miao@intel.com> - 3.4.6.3-1
|
|
|
|
|
- Update to v3.4.6.3 release
|
|
|
|
|
|
|
|
|
|
* Tue Oct 04 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.5.0-1
|
|
|
|
|
- Rebase to 3.5.0 release.
|
|
|
|
|
Resolves: rhbz#2101609
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Apr 03 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.6.3-1
|
|
|
|
|
- Rebase to 3.4.6.3 release.
|
|
|
|
|
Resolves: rhbz#2040077
|
|
|
|
|
* Wed Dec 22 2021 Yunying Sun <yunying.sun@intel.com> - 3.4.4-1
|
|
|
|
|
- Updated to 3.4.4 release
|
|
|
|
|
- Added several config example files to package under contrib/configs
|
|
|
|
|
|
|
|
|
|
* Fri Feb 11 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.2-2
|
|
|
|
|
- Rebuild to clear osci test failure.
|
|
|
|
|
Resolves: rhbz#1999934
|
|
|
|
|
* Wed Sep 29 2021 Yunying Sun <yunying.sun@intel.com> - 3.4.2-1
|
|
|
|
|
- Updated to 3.4.2 release
|
|
|
|
|
|
|
|
|
|
* Tue Oct 05 2021 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.2-1
|
|
|
|
|
- Rebase to 3.4.2 release and add test subpackage.
|
|
|
|
|
Resolves: rhbz#1999934
|
|
|
|
|
* Fri Aug 13 2021 Yunying Sun <yunying.sun@intel.com> - 3.4.1-1
|
|
|
|
|
- Updated to 3.4.1 release
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.2-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jul 29 2021 Yunying Sun <yunying.sun@intel.com> - 3.4-1
|
|
|
|
|
- Updated to 3.4 release
|
|
|
|
|
|
|
|
|
|
* Fri Jul 02 2021 Jerry Snitselaar <jsnitsel@redhat.com> - 3.2-2
|
|
|
|
|
- Fix product version for gating.
|
|
|
|
|
Resolves: rhbz#1921368
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 21 2021 Jerry Snitselaar <jsnitsel@redhat.com> - 3.2-1
|
|
|
|
|
- Rebase to 3.2 release. Related: rhbz#1921368
|
|
|
|
|
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 3.2-2
|
|
|
|
|
- Rebuild for versioned symbols in json-c
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.1-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Jun 7 2021 Yunying Sun <yunying.sun@intel.com> - 3.2-1
|
|
|
|
|
- Updated to 3.2 release
|
|
|
|
|
|
|
|
|
|
* Mon Mar 29 2021 Yunying Sun <yunying.sun@intel.com> - 3.1-1
|
|
|
|
|
- Added ix86 support back as 3.1 release fixed it
|
|
|
|
|