diff --git a/supportutils-3.2.10.tar.gz b/supportutils-3.2.10.tar.gz deleted file mode 100644 index 9257910..0000000 --- a/supportutils-3.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f66176eca8cb35df909699ec4f63327c396b0c9e488ebe219e6c244cefe76c -size 92194 diff --git a/supportutils-3.2.12.2.tar.gz b/supportutils-3.2.12.2.tar.gz new file mode 100644 index 0000000..1486580 --- /dev/null +++ b/supportutils-3.2.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65718dab9df31ac2d18d2a66918acb7e8304d01d4f7970b48b5e0e3b81025903 +size 94328 diff --git a/supportutils.changes b/supportutils.changes index 8035d2d..f7c0458 100644 --- a/supportutils.changes +++ b/supportutils.changes @@ -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 diff --git a/supportutils.spec b/supportutils.spec index 6f237aa..093a2d2 100644 --- a/supportutils.spec +++ b/supportutils.spec @@ -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