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#55c685839037df00ed6a2fbe26720bfb6e763425
This commit is contained in:
parent
95dc72b1fa
commit
47253c766e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/accel-config-v2.8.tar.gz
|
||||
/accel-config-v3.0.1.tar.gz
|
||||
|
@ -1,13 +1,14 @@
|
||||
%global project_name idxd-config
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: accel-config
|
||||
Version: 2.8
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?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
|
||||
# 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: GPLv2 and LGPLv2+ and MIT and CC0
|
||||
URL: https://github.com/intel/%{project_name}
|
||||
Source0: %{URL}/archive/%{name}-v%{version}.tar.gz
|
||||
|
||||
@ -27,15 +28,15 @@ BuildRequires: systemd
|
||||
BuildRequires: make
|
||||
|
||||
# accel-config is for configuring Intel DSA (Data-Streaming
|
||||
# Accelerator) subsystem in the Linux kernel. It supports x86 only.
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
# Accelerator) subsystem in the Linux kernel. It supports x86_64 only.
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
Utility library for configuring the accelerator subsystem.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libaccfg
|
||||
License: LGPLv2
|
||||
License: LGPLv2+
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -45,9 +46,9 @@ developing applications that use %{name}.
|
||||
|
||||
%package libs
|
||||
Summary: Configuration library for accelerator subsystem devices
|
||||
# All source code of configuration library is LGPLv2, except
|
||||
# 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: LGPLv2+ and MIT and CC0
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description libs
|
||||
@ -71,6 +72,7 @@ make check
|
||||
|
||||
%files
|
||||
%license Documentation/COPYING licenses/BSD-MIT licenses/CC0
|
||||
%license licenses/accel-config-licenses LICENSE_GPL_2_0
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}*
|
||||
%{_sysconfdir}/%{name}/%{name}.conf.sample
|
||||
@ -78,6 +80,7 @@ make check
|
||||
%files libs
|
||||
%doc README.md
|
||||
%license Documentation/COPYING licenses/BSD-MIT licenses/CC0
|
||||
%license licenses/accel-config-licenses accfg/lib/LICENSE_LGPL_2_1
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
|
||||
%files devel
|
||||
@ -87,6 +90,11 @@ make check
|
||||
%{_libdir}/pkgconfig/lib%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Thu Feb 18 2021 Yunying Sun <yunying.sun@intel.com> - 3.0.1-1
|
||||
- Updated to 3.0.1 release
|
||||
- Removed ix86 support as so far it supports x86_64 only
|
||||
- Updated licenses following upstream
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (accel-config-v2.8.tar.gz) = 7f32a01bfec7ffb388aae8b20573198611416c40554e68fcd56893180432ed79cfa26b2533b512813d332f2f15543feb3db18264865da9f6921af66cbec17456
|
||||
SHA512 (accel-config-v3.0.1.tar.gz) = cf230a352447f4162d36a171f8e2f91e47984e8b9550da34be4acab407b464518d34e470445fd4ba93811ceb1e679f157f316069f7328a7bad33f12f9062d187
|
||||
|
Loading…
Reference in New Issue
Block a user