Accepting request 1108156 from home:dspinella:branches:Base:System

- Update to version 4.1:
  * add missing libssl-dev dependency
  * Skip configuring ats_disable if the attribute is not present
  * Add config-user-default command
  * Add option "-c <config_file>" to load default configurations from
    the file
  * Disable default configured WQs and devices
  * Add "-n <wq_name>" to specify WQ name for disabling WQs
  * Add user_default_profile.conf
  * Add doumentation for new command "config-user-default"

OBS-URL: https://build.opensuse.org/request/show/1108156
OBS-URL: https://build.opensuse.org/package/show/Base:System/accel-config?expand=0&rev=29
This commit is contained in:
Danilo Spinella 2023-08-30 15:48:55 +00:00 committed by Git OBS Bridge
parent a2baea9ae0
commit 6d5a596b3b
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 30 15:47:17 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
- Update to version 4.1:
* add missing libssl-dev dependency
* Skip configuring ats_disable if the attribute is not present
* Add config-user-default command
* Add option "-c <config_file>" to load default configurations from
the file
* Disable default configured WQs and devices
* Add "-n <wq_name>" to specify WQ name for disabling WQs
* Add user_default_profile.conf
* Add doumentation for new command "config-user-default"
-------------------------------------------------------------------
Fri Apr 28 08:53:40 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -19,7 +19,7 @@
%define pkg_libname libaccel-config1
%define src_name idxd-config-accel-config-v%{version}
Name: accel-config
Version: 4.0
Version: 4.1
Release: 0
Summary: Configure accelerator subsystem devices
License: GPL-2.0-only
@ -88,6 +88,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%config %{_sysconfdir}/accel-config/contrib/configs/os_profile.conf
%config %{_sysconfdir}/accel-config/contrib/configs/profilenote.txt
%config %{_sysconfdir}/accel-config/contrib/configs/storage_profile.conf
%config %{_sysconfdir}/accel-config/contrib/configs/user_default_profile.conf
%files -n %{pkg_libname}
%doc README.md

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9bce40d797a87508ce5c5a5b71bb2bdc1cb544848925ed2c4c37b46a1252ce
size 189169

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26bed5f5fdef226ae90aebf296f1fa355c7a134aa321a468fbc5be894ff0b91b
size 192582