2 Commits

Author SHA256 Message Date
a9a6400c07 Accepting request 1323020 from isv:SUSE:SupportTools:Factory
bsc#1232351 bsc#1245667 bsc#1246011 bsc#1246025 bsc#1249657 bsc#1250224 bsc#1252318 bsc#1254425 PR#265 PR#261 PR#266 PR#269 PR#270 PR#271 PR#276 PR#278 PR#279 PR#282 PR#284 PR#288 (forwarded request 1323019 from jrecord)

OBS-URL: https://build.opensuse.org/request/show/1323020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supportutils?expand=0&rev=47
2025-12-16 14:56:13 +00:00
Jason Record
0dbfb92e8c bsc#1232351 bsc#1245667 bsc#1246011 bsc#1246025 bsc#1249657 bsc#1250224 bsc#1252318 bsc#1254425 PR#265 PR#261 PR#266 PR#269 PR#270 PR#271 PR#276 PR#278 PR#279 PR#282 PR#284 PR#288
OBS-URL: https://build.opensuse.org/package/show/isv:SUSE:SupportTools:Factory/supportutils?expand=0&rev=42
2025-12-15 20:56:26 +00:00
4 changed files with 34 additions and 9 deletions

Binary file not shown.

BIN
supportutils-3.2.12.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Dec 12 20:05:09 UTC 2025 - jason.record@suse.com
- Changes to version 3.2.12
+ Optimized lsof usage and honors OPTION_OFILES (bsc#1232351, PR#274)
+ Run in containers without errors (bsc#1245667, PR#272)
+ Removed pmap PID from memory.txt (bsc#1246011, PR#263)
+ Added missing /proc/pagetypeinfo to memory.txt (bsc#1246025, PR#264)
+ Improved database perforce with kGraft patching (bsc#1249657, PR#273)
+ Using last boot for journalctl for optimization (bsc#1250224, PR#287)
+ Fixed extraction failures (bsc#1252318, PR#275)
+ Update supportconfig.conf path in docs (bsc#1254425, PR#281)
+ drm_sub_info: Catch error when dir doesn't exist (PR#265)
+ Replace remaining `egrep` with `grep -E` (PR#261, PR#266)
+ Add process affinity to slert logs (PR#269)
+ Reintroduce cgroup statistics (and v2) (PR#270)
+ Minor changes to basic-health-check: improve information level (PR#271)
+ Collect important machine health counters (PR#276)
+ powerpc: collect hot-pluggable PCI and PHB slots (PR#278)
+ podman: collect podman disk usage (PR#279)
+ Exclude binary files in crondir (PR#282)
+ kexec/kdump: collect everything under /sys/kernel/kexec dir (PR#284)
+ Use short-iso for journalctl (PR#288)
-------------------------------------------------------------------
Tue Jul 1 15:21:49 UTC 2025 - jason.record@suse.com

View File

@@ -22,22 +22,23 @@
%endif
Name: supportutils
Version: 3.2.11
Version: 3.2.12.2
Release: 0
Summary: Support Troubleshooting Tools
License: GPL-2.0-only
Group: System/Monitoring
Url: https://github.com/openSUSE/supportutils
Source: %{name}-%{version}.tar.gz
Requires: iproute2
Requires: ncurses-utils
%ifarch ppc64le s390x
Requires: numactl
%endif
Requires: coreutils
Requires: tar
Requires: /usr/bin/which
Requires: /usr/bin/sed
Requires: /usr/bin/awk
Requires: sed
Requires: gawk
Requires: findutils
Requires: grep
Requires: file
Provides: supportconfig-plugin-rc
BuildArch: noarch