Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package logwatch for openSUSE:Factory checked in at 2026-02-04 21:10:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/logwatch (Old) and /work/SRC/openSUSE:Factory/.logwatch.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "logwatch" Wed Feb 4 21:10:22 2026 rev:56 rq:1330979 version:7.13 Changes: -------- --- /work/SRC/openSUSE:Factory/logwatch/logwatch.changes 2025-07-23 16:39:39.274722250 +0200 +++ /work/SRC/openSUSE:Factory/.logwatch.new.1670/logwatch.changes 2026-02-04 21:10:48.388432975 +0100 @@ -1,0 +2,7 @@ +Thu Jan 8 08:58:51 UTC 2026 - Cathy Hu <[email protected]> + +- Exclude df from checking nsfs. This is upstream, but + not in a release yet. (bsc#1255862) + 0001-Exclude-virtual-FS-nsfs.patch + +------------------------------------------------------------------- New: ---- 0001-Exclude-virtual-FS-nsfs.patch ----------(New B)---------- New: not in a release yet. (bsc#1255862) 0001-Exclude-virtual-FS-nsfs.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ logwatch.spec ++++++ --- /var/tmp/diff_new_pack.Z7AlQr/_old 2026-02-04 21:10:49.216467653 +0100 +++ /var/tmp/diff_new_pack.Z7AlQr/_new 2026-02-04 21:10:49.220467821 +0100 @@ -1,7 +1,7 @@ # # spec file for package logwatch # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,8 @@ Patch2: logwatch-timestamp_in_var.patch Patch3: harden_logwatch.service.patch Patch4: harden_logwatch_dmeventd.service.patch +# PATCH-FIX-UPSTREAM 0001-Exclude-virtual-FS-nsfs.patch bsc#1255862 +Patch5: 0001-Exclude-virtual-FS-nsfs.patch BuildRequires: xz Requires: grep Requires: mailx @@ -67,6 +69,7 @@ sed -i -e 's,%{_datadir}/doc/logwatch-\*,%{_defaultdocdir}/logwatch,' logwatch.8 %patch -P 3 -p1 %patch -P 4 -p1 +%patch -P 5 -p1 %build ++++++ 0001-Exclude-virtual-FS-nsfs.patch ++++++ >From 6cbaacbe80aa4f86340dc55271f7f3e08bb76750 Mon Sep 17 00:00:00 2001 From: Frank Crawford <[email protected]> Date: Tue, 28 Oct 2025 20:18:56 +1100 Subject: [PATCH] Exclude virtual FS nsfs --- scripts/services/zz-disk_space | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/services/zz-disk_space b/scripts/services/zz-disk_space index d7f2c9a..67c6f02 100644 --- a/scripts/services/zz-disk_space +++ b/scripts/services/zz-disk_space @@ -163,7 +163,7 @@ sub DiskFull { #Main if ($OSname eq "Linux") { - $df_options = "-h -x tmpfs -x devtmpfs -x udf -x iso9660 -x squashfs -x overlay"; + $df_options = "-h -x tmpfs -x devtmpfs -x udf -x iso9660 -x squashfs -x overlay -x nsfs"; if ($local_disks_only) { $df_options .= " -l"; } } elsif ($OSname eq "Darwin") { $df_options = "-h -T nodevfs,autofs"; -- 2.52.0
