Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cachefilesd for openSUSE:Factory checked in at 2025-04-03 16:49:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cachefilesd (Old) and /work/SRC/openSUSE:Factory/.cachefilesd.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cachefilesd" Thu Apr 3 16:49:51 2025 rev:25 rq:1266716 version:0.10.10 Changes: -------- --- /work/SRC/openSUSE:Factory/cachefilesd/cachefilesd.changes 2024-02-26 19:47:22.134199278 +0100 +++ /work/SRC/openSUSE:Factory/.cachefilesd.new.1907/cachefilesd.changes 2025-04-03 16:51:14.782333888 +0200 @@ -1,0 +2,15 @@ +Wed Mar 19 21:18:39 UTC 2025 - Anthony Iliopoulos <ail...@suse.com> + +- Fix cachefilesd startup failure (bsc#1239807) + - remove cachefilesd-loadmod.patch + + The patch would explicitly attempt to load the cachefilesd module at + startup and fail with -EPERM when started from the systemd unit file, + as system is by default enforcing a strict seccomp policy that denies + the finit_module (among many other privileged operations). + + Since the systemd unit file is already loading the cachefilesd module + before starting the daemon, there is no need to repeat loading from + within the daemon code, so the patch can be dropped. + +------------------------------------------------------------------- Old: ---- cachefilesd-loadmod.patch BETA DEBUG BEGIN: Old:- Fix cachefilesd startup failure (bsc#1239807) - remove cachefilesd-loadmod.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cachefilesd.spec ++++++ --- /var/tmp/diff_new_pack.L7PURN/_old 2025-04-03 16:51:15.254353776 +0200 +++ /var/tmp/diff_new_pack.L7PURN/_new 2025-04-03 16:51:15.258353945 +0200 @@ -1,7 +1,7 @@ # # spec file for package cachefilesd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,9 @@ Source: http://people.redhat.com/~dhowells/fscache/%{name}-%{version}.tar.bz2 Patch0: cachefilesd-autotools.patch Patch1: cachefilesd-config.patch -Patch2: cachefilesd-loadmod.patch -Patch3: cachefilesd-monitoring-howto-update.patch +Patch2: cachefilesd-monitoring-howto-update.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: libkmod-devel BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros %{?systemd_requires} @@ -43,8 +41,7 @@ %setup -q %patch -P 0 %patch -P 1 -%patch -P 2 -%patch -P 3 -p1 +%patch -P 2 -p1 %build autoreconf -fiv