Sync from SUSE:SLFO:Main supportutils revision 237bca3ea21641b5983cb355533ecb09

This commit is contained in:
Adrian Schröter 2024-12-11 15:14:13 +01:00
parent 3dc8597cad
commit 5be38995c8
4 changed files with 90 additions and 4 deletions

BIN
supportutils-3.2.7.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
supportutils-3.2.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Dec 3 22:09:11 UTC 2024 - jason.record@suse.com
- Changes to version 3.2.9
+ Map running PIDs to RPM package owner aiding BPF program detection (bsc#1222896, bsc#1213291, PED-8221)
+ Supportconfig available in current distro (PED-7131)
+ Corrected display issues (bsc#1231396)
+ NFS takes too long, showmount times out (bsc#1231423)
+ Merged sle15 and master branches (bsc#1233726, PED-11669)
-------------------------------------------------------------------
Thu Aug 1 03:11:32 UTC 2024 - jesse.chandler@suse.com
- Changes to version 3.2.8
+ Avoid getting duplicate kernel verifications in boot.text (pr#190)
+ lvm: suppress file descriptor leak warnings from lvm commands (pr#191)
+ docker_info: Add timestamps to container logs (pr#196)
+ Key value pairs and container log timestamps (bsc#1222021 PED-8211, pr#198)
+ Update supportconfig get pam.d sorted (pr#199)
+ yast_files: Exclude .zcat (pr#201)
+ Sanitize grub bootloader (bsc#1227127, pr#203)
+ Sanitize regcodes (pr#204)
+ Improve product detection (pr#205)
+ Add read_values for s390x (bsc#1228265, pr#206)
+ hardware_info: Remove old alsa ver check (pr#209)
+ drbd_info: Fix incorrect escape of quotes (pr#210)
-------------------------------------------------------------------
Mon Apr 15 17:00:03 UTC 2024 - jason.record@suse.com
- Changes in version 3.1.30
+ Added -V key:value pair option (bsc#1222021, PED-8211)
+ Avoid getting duplicate kernel verifications in boot.text (pr#193)
+ Suppress file descriptor leak warnings from lvm commands (pr#192, bsc#1220082)
+ Includes container log timestamps (pr#197)
-------------------------------------------------------------------
Wed Feb 14 22:46:05 UTC 2024 - jason.record@suse.com
@ -6,6 +42,17 @@ Wed Feb 14 22:46:05 UTC 2024 - jason.record@suse.com
+ Corrected get_sles_ver for SLE Micro (bsc#1219241)
+ Check nvidida-persistenced state (bsc#1219639)
-------------------------------------------------------------------
Mon Feb 12 22:02:10 UTC 2024 - jason.record@suse.com
- Changes to version 3.1.29
+ Extended scaling for performance (bsc#1214713)
+ Fixed kdumptool output error (bsc#1218632)
+ Corrected podman ID errors (bsc#1218812)
+ Duplicate non root podman entries removed (bsc#1218814)
+ Corrected get_sles_ver for SLE Micro (bsc#1219241)
+ Check nvidida-persistenced state (bsc#1219639)
-------------------------------------------------------------------
Fri Jan 19 00:05:02 UTC 2024 - jason.record@suse.com
@ -21,6 +68,30 @@ Thu Jan 11 14:01:52 UTC 2024 - jason.record@suse.com
+ Fixed ipvsadm logic error (bsc#1218324)
+ Correctly detects Xen Dom0 (bsc#1218201)
-------------------------------------------------------------------
Thu Jan 11 13:37:41 UTC 2024 - jason.record@suse.com
- Additional changes in version 3.1.28
+ ipset - List entries for all sets
+ ipvsadm - Inspect the virtual server table (pr#185)
+ Correctly detects Xen Dom0 (bsc#1218201)
+ Fixed smart disk error (bsc#1218282)
-------------------------------------------------------------------
Wed Dec 20 15:22:09 UTC 2023 - jason.record@suse.com
- Changes in version 3.1.28
+ Inhibit the conversion of port numbers to port names for network files (cherry picked from commit 55f5f716638fb15e3eb1315443949ed98723d250)
+ powerpc: collect rtas_errd.log and lp_diag.log files (pr#175)
+ Get list of pam.d file (cherry picked from commit eaf35c77fd4bc039fd7e3d779ec1c2c6521283e2)
+ Remove supportutils requires for util-linux-systemd and kmod (bsc#1193173)
+ Added missing klp information to kernel-livepatch.txt (bsc#1216390)
+ Fixed plugins creating empty files when using supportconfig.rc (bsc#1216388)
+ Provides long listing for /etc/sssd/sssd.conf (bsc#1211547)
+ Optimize lsof usage (bsc#1183663)
+ Added mokutil commands for secureboot (pr#179)
+ Collects chrony or ntp as needed (bsc#1196293)
-------------------------------------------------------------------
Mon Dec 18 21:21:56 UTC 2023 - jason.record@suse.com
@ -35,6 +106,17 @@ Mon Dec 18 21:21:56 UTC 2023 - jason.record@suse.com
+ ipset - List entries for all sets (pr#180)
+ ipvsadm - Inspect the virtual server table (pr#181)
-------------------------------------------------------------------
Fri Nov 17 20:49:50 UTC 2023 - jason.record@suse.com
- Changes in version 3.1.27
+ Fixed podman display issue (bsc#1217287)
+ Added nvme-stas configuration to nvme.txt (bsc#1216049)
+ Added timed command to fs-files.txt (bsc#1216827)
+ Collects zypp history file issue#166 (bsc#1216522)
+ Changed -x OPTION to really be exclude only (issue#146)
+ Collect HA related rpm package versions in ha.txt (pr#169)
-------------------------------------------------------------------
Fri Nov 17 15:35:15 UTC 2023 - jason.record@suse.com

View File

@ -16,9 +16,13 @@
#
%define support_libdir /usr/lib/supportconfig
# ensure usr-merge does not effect existing SLE
%if %suse_version < 1550
%define _sbindir /sbin
%endif
Name: supportutils
Version: 3.2.7
Version: 3.2.9
Release: 0
Summary: Support Troubleshooting Tools
License: GPL-2.0-only