Accepting request 1139663 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1139663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/accel-config?expand=0&rev=17
This commit is contained in:
commit
51b904a4d8
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 09:40:51 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Update to versione 4.1.4:
|
||||
* Fix a bug while reading json objects
|
||||
* Do not save traffic class attributes
|
||||
* Handle cmd_status initialization failure without exiting
|
||||
* Remove SET_ERR macro which is error prone
|
||||
* Skip check for ats_disable if attribute absent
|
||||
* Add parameter for specifying dev and wq
|
||||
* Fix bug about checking result of decompression
|
||||
- Update to version 4.1.3:
|
||||
* be less greedy in _cleanup greps
|
||||
- Update to version 4.1.2:
|
||||
* Fix a memory leak bug
|
||||
- Update to version 4.1.1:
|
||||
* update Standards-Version to 4.6.2 in control file
|
||||
* Use asm volatile for compilers that don't support
|
||||
__builtin_ia32_mfence
|
||||
* Fixes for pedantic compiler warnings
|
||||
* Update copyright years in man pages
|
||||
* Fix some syntax errors and cleanup in man pages
|
||||
* Fix --help and other options
|
||||
* Fix a bug with empty wq driver name
|
||||
* Fix bug about finding a mismatched wq
|
||||
* Add op mask to check if an op is available
|
||||
* Decide whether to do the operation or not
|
||||
* Fix batch event log core check output issues
|
||||
* Provide --skip-config to run dsa tests without device reset
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 15:47:17 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package accel-config
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define pkg_libname libaccel-config1
|
||||
%define src_name idxd-config-accel-config-v%{version}
|
||||
Name: accel-config
|
||||
Version: 4.1
|
||||
Version: 4.1.4
|
||||
Release: 0
|
||||
Summary: Configure accelerator subsystem devices
|
||||
License: GPL-2.0-only
|
||||
|
BIN
idxd-config-accel-config-v4.1.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
idxd-config-accel-config-v4.1.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26bed5f5fdef226ae90aebf296f1fa355c7a134aa321a468fbc5be894ff0b91b
|
||||
size 192582
|
Loading…
x
Reference in New Issue
Block a user