Accepting request 943249 from Base:System
OBS-URL: https://build.opensuse.org/request/show/943249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/accel-config?expand=0&rev=7
This commit is contained in:
commit
2c11b55829
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 30 15:11:29 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.4:
|
||||||
|
* Add -e/--enable and -f/--force features to load-config command
|
||||||
|
* Add more sample configuration files for different usages
|
||||||
|
* Add multi-descriptor support
|
||||||
|
- Update to version 3.4.3:
|
||||||
|
* Remove redundant dependencies (kmod and udev)
|
||||||
|
* Bug fixes and code cleanup
|
||||||
|
* DSA test adds device and wq selection
|
||||||
|
* DSA test adds no opcode operation support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 8 13:28:16 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
Fri Oct 8 13:28:16 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define pkg_libname libaccel-config1
|
%define pkg_libname libaccel-config1
|
||||||
%define src_name idxd-config-accel-config-v%{version}
|
%define src_name idxd-config-accel-config-v%{version}
|
||||||
Name: accel-config
|
Name: accel-config
|
||||||
Version: 3.4.2
|
Version: 3.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configure accelerator subsystem devices
|
Summary: Configure accelerator subsystem devices
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -33,8 +33,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: pkgconfig(json-c)
|
BuildRequires: pkgconfig(json-c)
|
||||||
BuildRequires: pkgconfig(libkmod)
|
|
||||||
BuildRequires: pkgconfig(libudev)
|
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
Requires: %{pkg_libname} = %{version}-%{release}
|
Requires: %{pkg_libname} = %{version}-%{release}
|
||||||
ExclusiveArch: x86_64 i586
|
ExclusiveArch: x86_64 i586
|
||||||
@ -84,6 +82,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_mandir}/man1/accel-config*
|
%{_mandir}/man1/accel-config*
|
||||||
%dir %{_sysconfdir}/accel-config
|
%dir %{_sysconfdir}/accel-config
|
||||||
%config %{_sysconfdir}/accel-config/accel-config.conf.sample
|
%config %{_sysconfdir}/accel-config/accel-config.conf.sample
|
||||||
|
%dir %{_datadir}/accel-config
|
||||||
|
%dir %{_datadir}/accel-config/contrib
|
||||||
|
%dir %{_datadir}/accel-config/contrib/configs
|
||||||
|
%{_datadir}/accel-config/contrib/configs/app_profile.conf
|
||||||
|
%{_datadir}/accel-config/contrib/configs/net_profile.conf
|
||||||
|
%{_datadir}/accel-config/contrib/configs/os_profile.conf
|
||||||
|
%{_datadir}/accel-config/contrib/configs/profilenote.txt
|
||||||
|
%{_datadir}/accel-config/contrib/configs/storage_profile.conf
|
||||||
|
|
||||||
%files -n %{pkg_libname}
|
%files -n %{pkg_libname}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9cb2151e86f83949a28f06a885be3bf3100906f9e3af667fa01b56e7666a3c1c
|
|
||||||
size 137110
|
|
3
idxd-config-accel-config-v3.4.4.tar.gz
Normal file
3
idxd-config-accel-config-v3.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c933547d51d9e719f9a58f662af41cd94a5d5fce851150f9b9ed8798e0562bc0
|
||||||
|
size 139430
|
Loading…
x
Reference in New Issue
Block a user