Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2025-12-18 18:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man (Old)
 and      /work/SRC/openSUSE:Factory/.man.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man"

Thu Dec 18 18:30:27 2025 rev:107 rq:1323319 version:2.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/man/man.changes  2025-08-09 19:57:21.024063917 
+0200
+++ /work/SRC/openSUSE:Factory/.man.new.1928/man.changes        2025-12-18 
18:30:28.943170092 +0100
@@ -1,0 +2,6 @@
+Wed Dec 17 10:07:17 UTC 2025 - Dr. Werner Fink <[email protected]>
+
+- Extend tmpfiles template man-db.conf (jsc#PED-14862)
+  * Create cache directories with systemd tmpfiles service
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man.spec ++++++
--- /var/tmp/diff_new_pack.6pMbGq/_old  2025-12-18 18:30:30.019215284 +0100
+++ /var/tmp/diff_new_pack.6pMbGq/_new  2025-12-18 18:30:30.023215453 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package man
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -89,6 +89,9 @@
 %if 0%{?suse_version} < 1500
 Requires:       cron
 %endif
+%if 0%{?_has_tmpfiled} == 0
+%define _tmpfilesdir %{_prefix}/lib/tmpfiles.d
+%endif
 
 %description
 A program for displaying man pages on the screen or sending them to a
@@ -259,6 +262,9 @@
 
 %find_lang man-db --all-name --with-man
 
+find %{buildroot}%{_localstatedir}/cache/man/ -type d -printf "d 
%{_localstatedir}/cache/man/%%P 0755 man man -\n" | \
+grep -v '/ ' >> %{buildroot}%{_prefix}/lib/tmpfiles.d/man-db.conf
+
 %global trigger_functions %{expand:
 -- Check if rpm.execute() as function call is given
 if type(rpm.execute) == "function" then
@@ -373,6 +379,7 @@
 %service_add_post man-db.service man-db.timer
 %endif
 %endif
+%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/man-db.conf}
 
 %preun
 %if %{with sdtimer}
@@ -427,9 +434,9 @@
 %{_libdir}/libman*.so
 %{_libexecdir}/man-db/zsoelim
 %if 0%{?_has_tmpfiled} == 0
-%dir %{_prefix}/lib/tmpfiles.d
+%dir %{_tmpfilesdir}
 %endif
-%{_prefix}/lib/tmpfiles.d/man-db.conf
+%{_tmpfilesdir}/man-db.conf
 %if %{with sdtimer}
 %{_unitdir}/man-db-create.service
 %if 0%{?suse_version} >= 1500
@@ -449,5 +456,7 @@
 %dir %{_mandir}/tr
 %{_fillupdir}/sysconfig.cron-man
 %defattr(-,man,man)
+%if 0%{?_has_tmpfiled} == 0
 %ghost %{_localstatedir}/cache/man
+%endif
 

Reply via email to