Accepting request 1145132 from Base:System

- Upgrade s390-tools to version 2.31 (jsc#PED-3275, jsc#PED-3223) 
- General:
  * common.mak: Set default C/C++ standard to gnu11/gnu++11
- Add new tools / libraries:
  * pvapconfig: Tool to automatically configure APQNs in SE KVM guests
  * s390-tools: Provide pre-commit configuration
- Changes of existing tools:
  * cpuplugd: Adjust to CPU 0 being no longer hotpluggable
  * dbginfo.sh: Check for Dynamic Partition Mode
  * dbginfo.sh: Update man page and copyright
  * rust/pv: Add user-data signing and verifying
  * rust/pvsecret: Add user defined signatures and verifications
  * zdev/dracut: Consolidate device configuration
- Bug Fixes:
  * dbginfo.sh: Fix relative path on script copy
  * libkmipclient: Fix build with libxml2-2.12.0
  * pvsecret: Fix panic if empty file is used as host key document
  * rust/pv: Fix 'elided_lifetimes_in_associated_constant' warning

OBS-URL: https://build.opensuse.org/request/show/1145132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/s390-tools?expand=0&rev=69
This commit is contained in:
Ana Guerrero 2024-02-08 18:03:46 +00:00 committed by Git OBS Bridge
commit 31a31c15c4
5 changed files with 32 additions and 6 deletions

BIN
s390-tools-2.30.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
s390-tools-2.31.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Feb 7 07:55:51 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade s390-tools to version 2.31 (jsc#PED-3275, jsc#PED-3223)
- General:
* common.mak: Set default C/C++ standard to gnu11/gnu++11
- Add new tools / libraries:
* pvapconfig: Tool to automatically configure APQNs in SE KVM guests
* s390-tools: Provide pre-commit configuration
- Changes of existing tools:
* cpuplugd: Adjust to CPU 0 being no longer hotpluggable
* dbginfo.sh: Check for Dynamic Partition Mode
* dbginfo.sh: Update man page and copyright
* rust/pv: Add user-data signing and verifying
* rust/pvsecret: Add user defined signatures and verifications
* zdev/dracut: Consolidate device configuration
- Bug Fixes:
* dbginfo.sh: Fix relative path on script copy
* libkmipclient: Fix build with libxml2-2.12.0
* pvsecret: Fix panic if empty file is used as host key document
* rust/pv: Fix 'elided_lifetimes_in_associated_constant' warning
-------------------------------------------------------------------
Thu Feb 1 08:31:08 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

@ -33,7 +33,7 @@
%endif
Name: s390-tools
Version: 2.30.0
Version: 2.31.0
Release: 0
Summary: S/390 tools like zipl and dasdfmt
License: MIT
@ -700,6 +700,10 @@ done
%exclude %{_mandir}/man1/zdsfs.1.gz
%exclude %{_mandir}/man1/hmcdrvfs.1.gz
%exclude %{_mandir}/man8/lshmc.8.gz
###
%dir /etc/mdevctl.d/scripts.d/
%dir /etc/mdevctl.d/scripts.d/callouts/
###
%files -n osasnmpd -f %{_builddir}/%{name}.osasnmp
%{_libexecdir}/net-snmp/agents/osasnmpd

BIN
vendor.tar.gz (Stored with Git LFS)

Binary file not shown.