Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package procps for openSUSE:Factory checked in at 2026-08-29 17:40:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/procps (Old) and /work/SRC/openSUSE:Factory/.procps.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "procps" Sat Aug 29 17:40:16 2026 rev:143 rq:1374324 version:4.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/procps/procps.changes 2026-08-20 16:13:57.053392345 +0200 +++ /work/SRC/openSUSE:Factory/.procps.new.1265/procps.changes 2026-08-29 17:41:13.485638993 +0200 @@ -1,0 +2,6 @@ +Fri Aug 28 09:28:50 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Add patch procps-ng-4.0.7-sysctl_ipv6.patch (boo#1276206) + * Really ignore stable_secret below /proc/sys/net/ipv6/conf + +------------------------------------------------------------------- New: ---- procps-ng-4.0.7-sysctl_ipv6.patch ----------(New B)---------- New: - Add patch procps-ng-4.0.7-sysctl_ipv6.patch (boo#1276206) * Really ignore stable_secret below /proc/sys/net/ipv6/conf ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ procps.spec ++++++ --- /var/tmp/diff_new_pack.ZoDU13/_old 2026-08-29 17:41:14.650680102 +0200 +++ /var/tmp/diff_new_pack.ZoDU13/_new 2026-08-29 17:41:14.652680173 +0200 @@ -38,6 +38,8 @@ #Alternate: https://gitlab.com/procps-ng/procps/-/archive/v%%{version}/procps-v%%{version}.tar.gz Source2: procps-rpmlintrc Source3: procps.keyring +# PATCH-FIX-OPENSUSE -- Allow EIO error for sysctl -a +Patch2: procps-ng-4.0.7-sysctl_ipv6.patch # PATCH-FIX-COMMUNITY Patch3: procps-ng-3.3.9-w-notruncate.diff Patch7: procps-ng-3.3.8-readeof.patch @@ -159,6 +161,7 @@ %prep %setup -q -n procps-ng-%{version} +%patch -P2 -b .ipv6 %patch -P3 -p1 -b .trcate %patch -P7 -b .rof %patch -P8 -b .cache ++++++ procps-ng-4.0.7-sysctl_ipv6.patch ++++++ --- src/sysctl.c +++ src/sysctl.c 2026-08-28 09:08:46.524799993 +0000 @@ -408,7 +408,7 @@ static int ReadSetting(const char *restr rc = EXIT_FAILURE; break; case EIO: /* Ignore stable_secret below /proc/sys/net/ipv6/conf */ - rc = EXIT_FAILURE; + rc = EXIT_SUCCESS; break; default: warn(_("reading key \"%s\""), outname); @@ -460,7 +460,7 @@ static int ReadSetting(const char *restr goto out; } case EIO: /* Ignore stable_secret below /proc/sys/net/ipv6/conf */ - rc = EXIT_FAILURE; + rc = EXIT_SUCCESS; break; default: warnx(_("reading key \"%s\""), outname);
