Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package inn for openSUSE:Factory checked in at 2026-07-23 23:16:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inn (Old) and /work/SRC/openSUSE:Factory/.inn.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inn" Thu Jul 23 23:16:06 2026 rev:48 rq:1367466 version:2.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/inn/inn.changes 2024-08-23 22:27:56.800090818 +0200 +++ /work/SRC/openSUSE:Factory/.inn.new.2004/inn.changes 2026-07-23 23:18:57.450475810 +0200 @@ -1,0 +2,6 @@ +Thu Jul 23 09:18:43 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Properly set %verify(not mode) for files that have their + permissions set/adjusted by set_permissions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inn.spec ++++++ --- /var/tmp/diff_new_pack.rrTCay/_old 2026-07-23 23:18:58.302505658 +0200 +++ /var/tmp/diff_new_pack.rrTCay/_new 2026-07-23 23:18:58.302505658 +0200 @@ -1,7 +1,7 @@ # # spec file for package inn # -# Copyright (c) 2024 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 @@ -248,8 +248,8 @@ { pfx="" } /^\/%{search}\/news\/include/ { next } /^\/%{search}\/news\/lib\/.*\.a/ { next } -$0 == "%{_libexecdir}/news/bin/inews" { pfx="%attr(2555,news,news) " } -$0 == "%{_libexecdir}/news/bin/rnews" { pfx="%attr(4550,news,uucp) " } +$0 == "%{_libexecdir}/news/bin/inews" { pfx="%verify(not mode) %attr(2555,news,news) " } +$0 == "%{_libexecdir}/news/bin/rnews" { pfx="%verify(not mode) %attr(4550,news,uucp) " } $0 == "%{_libexecdir}/news/bin/innbind" { pfx="%verify(not mode) %attr(4550,root,news) " } /^\/(etc\/news|%{search}\/news\/bin\/filter|var\/lib\/news)\// { pfx="%config(noreplace) "pfx @@ -328,8 +328,8 @@ %defattr(-,root,root) %config(noreplace) /etc/news/inn.conf %dir %{_libexecdir}/news/bin -%attr(4550,news,uucp) %{_libexecdir}/news/bin/rnews -%attr(2555,news,news) %{_libexecdir}/news/bin/inews +%verify(not mode) %attr(4550,news,uucp) %{_libexecdir}/news/bin/rnews +%verify(not mode) %attr(2555,news,news) %{_libexecdir}/news/bin/inews /usr/bin/[ri]news %{_libexecdir}/news/[ri]news %doc %{_mandir}/*/inn.conf.*
