Sync from SUSE:ALP:Source:Standard:1.0 supportutils revision 7bd64e872ca4fca8dfd10db150041978
This commit is contained in:
BIN
supportutils-3.2.10.tar.gz
LFS
BIN
supportutils-3.2.10.tar.gz
LFS
Binary file not shown.
BIN
supportutils-3.2.12.2.tar.gz
LFS
Normal file
BIN
supportutils-3.2.12.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Changes to version 3.2.11
|
||||
+ Collect rsyslog frule files (bsc#1244003, pr#257)
|
||||
+ Remove proxy passwords (bsc#1244011, pr#257)
|
||||
+ Missing NetworkManager information (bsc#1241284, pr#257)
|
||||
+ Include agama logs bsc#1244937, pr#256)
|
||||
+ Additional NFS conf files (pr#253)
|
||||
+ New fadump sysfs files (pr#252)
|
||||
+ Fixed change log dates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 20:17:07 UTC 2025 - jason.record@suse.com
|
||||
|
||||
@@ -206,8 +242,8 @@ Mon Mar 20 22:51:05 UTC 2023 - jason.record@suse.com
|
||||
- Collects hwinfo hardware logs (bsc#1208928)
|
||||
- Collects lparnumascore logs (issue#148)
|
||||
|
||||
Thu Feb 02 16:53:23 UTC 2023 - hp.jansen@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 02 16:53:23 UTC 2023 - hp.jansen@suse.com
|
||||
|
||||
- Add dependency to `numactl` on ppc64le and `s390x`, this enforces
|
||||
that `numactl --hardware` data is provided in supportconfigs
|
||||
|
||||
@@ -22,22 +22,23 @@
|
||||
%endif
|
||||
|
||||
Name: supportutils
|
||||
Version: 3.2.10
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user