Accepting request 903051 from home:susnux:branches:Base:System
Update to version 3.2 OBS-URL: https://build.opensuse.org/request/show/903051 OBS-URL: https://build.opensuse.org/package/show/Base:System/accel-config?expand=0&rev=7
This commit is contained in:
parent
fde00f6f43
commit
9773982d6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb1add686ca7175cd3d738747973efb43756cf61d10d2527bce6b3d25f577ef4
|
||||
size 130308
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 10:23:21 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 3.2
|
||||
* Add support for new device bind paths retaining compatibility
|
||||
with older kernels
|
||||
* Add support for UACCE interface to access char devices
|
||||
* Fixed several issues in filtering, config and listing code
|
||||
* Support all 256 bits of op_cap
|
||||
* Fix incorrect return values
|
||||
* Made removing all mdevs more intuitive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 09:57:42 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define pkg_libname libaccel-config1
|
||||
|
||||
%define src_name idxd-config-accel-config-v%{version}
|
||||
Name: accel-config
|
||||
Version: 3.1
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: Configure accelerator subsystem devices
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/intel/idxd-config
|
||||
Source: https://github.com/intel/idxd-config/archive/accel-config-v%{version}.tar.gz
|
||||
Source: %{url}/archive/accel-config-v%{version}.tar.gz#/%{src_name}.tar.gz
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -63,7 +63,7 @@ Requires: kmod(idxd.ko)
|
||||
Libraries for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n idxd-config-accel-config-v%{version}
|
||||
%setup -q -n %{src_name}
|
||||
|
||||
%build
|
||||
echo %{version} > version
|
||||
|
3
idxd-config-accel-config-v3.2.tar.gz
Normal file
3
idxd-config-accel-config-v3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d07e9b012b2214ccb6d4cfc726fcd826e1a2f5830450ffe05e0510d1eb633091
|
||||
size 133487
|
Loading…
x
Reference in New Issue
Block a user