Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fde-tools for openSUSE:Factory checked in at 2026-01-01 14:59:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fde-tools (Old) and /work/SRC/openSUSE:Factory/.fde-tools.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fde-tools" Thu Jan 1 14:59:49 2026 rev:33 rq:1324881 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/fde-tools/fde-tools.changes 2025-12-05 16:51:52.192433195 +0100 +++ /work/SRC/openSUSE:Factory/.fde-tools.new.1928/fde-tools.changes 2026-01-01 15:00:01.536459810 +0100 @@ -1,0 +2,6 @@ +Wed Dec 31 06:29:41 UTC 2025 - Gary Ching-Pang Lin <[email protected]> + +- Add fde-tools.conf to create /var/log/fde with tmpfiles.d + (jsc#PED-14754) + +------------------------------------------------------------------- New: ---- fde-tools.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fde-tools.spec ++++++ --- /var/tmp/diff_new_pack.SMpSjX/_old 2026-01-01 15:00:03.304532321 +0100 +++ /var/tmp/diff_new_pack.SMpSjX/_new 2026-01-01 15:00:03.308532485 +0100 @@ -29,6 +29,7 @@ URL: https://github.com/openSUSE/fde-tools Source: https://github.com/openSUSE/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 Source1: fde-tools.service +Source2: fde-tools.conf Patch0: fde-tools-firstboot-alp-snapshot.patch Patch1: fde-tools-bsc1243877-firstboot-remove-key-conf.patch Patch2: fde-tools-bsc1244323-firstboot-fix-lsinitrd.patch @@ -116,12 +117,16 @@ mkdir -p %{buildroot}%{_unitdir} cp %{S:1} %{buildroot}%{_unitdir}/fde-tpm-enroll.service +mkdir -p %{buildroot}%{_tmpfilesdir} +install -m 0644 %{S:2} %{buildroot}%{_tmpfilesdir}/%{name}.conf + %pre %service_add_pre fde-tpm-enroll.service %post %service_add_post fde-tpm-enroll.service %fillup_and_insserv +%tmpfiles_create %{name}.conf %preun %service_del_preun fde-tpm-enroll.service @@ -140,7 +145,7 @@ %{_mandir}/man8/fdectl.8.gz %dir %{_libdir}/cryptsetup/ %{_libdir}/cryptsetup/libcryptsetup-token-*.so -%dir %attr(750,root,root) %{_var}/log/fde +%{_tmpfilesdir}/%{name}.conf %files bash-completion %{_datadir}/bash-completion/completions/fdectl ++++++ fde-tools.conf ++++++ d /var/log/fde 0750 root root -
