Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package open-isns for openSUSE:Factory checked in at 2025-01-25 19:09:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-isns (Old) and /work/SRC/openSUSE:Factory/.open-isns.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-isns" Sat Jan 25 19:09:38 2025 rev:20 rq:1239995 version:0.103+2.296d533bd52a Changes: -------- --- /work/SRC/openSUSE:Factory/open-isns/open-isns.changes 2024-11-09 20:57:40.264673519 +0100 +++ /work/SRC/openSUSE:Factory/.open-isns.new.2316/open-isns.changes 2025-01-25 19:09:39.245707628 +0100 @@ -1,0 +2,5 @@ +Wed Jan 22 16:02:04 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop rcFOO symlinks for CODE16 (PED-266). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-isns.spec ++++++ --- /var/tmp/diff_new_pack.miqeIz/_old 2025-01-25 19:09:41.277790743 +0100 +++ /var/tmp/diff_new_pack.miqeIz/_new 2025-01-25 19:09:41.297791562 +0100 @@ -1,7 +1,7 @@ # # spec file for package open-isns # -# Copyright (c) 2024 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 @@ -79,7 +79,9 @@ %install %meson_install +%if 0%{?suse_version} < 1600 ln -sf /usr/sbin/service %{buildroot}/usr/sbin/rcisnsd +%endif %post %{run_ldconfig} @@ -107,7 +109,9 @@ %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/isns/isnsd.conf %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/isns/isnsadm.conf %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/isns/isnsdd.conf +%if 0%{?suse_version} < 1600 %{_sbindir}/rcisnsd +%endif %license COPYING %doc HACKING README.md TODO %doc %{_mandir}/man8/isnsd.8%{?ext_man}