Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package logrotate for openSUSE:Factory checked in at 2025-01-24 13:38:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/logrotate (Old) and /work/SRC/openSUSE:Factory/.logrotate.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "logrotate" Fri Jan 24 13:38:23 2025 rev:77 rq:1239760 version:3.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes 2024-12-04 15:26:48.472431860 +0100 +++ /work/SRC/openSUSE:Factory/.logrotate.new.2316/logrotate.changes 2025-01-24 13:38:35.662171977 +0100 @@ -1,0 +2,5 @@ +Wed Jan 22 15:52:54 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop rcFOO symlinks for CODE16 (PED-266). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ logrotate.spec ++++++ --- /var/tmp/diff_new_pack.yIRBZj/_old 2025-01-24 13:38:36.194193950 +0100 +++ /var/tmp/diff_new_pack.yIRBZj/_new 2025-01-24 13:38:36.198194115 +0100 @@ -1,7 +1,7 @@ # # spec file for package logrotate # -# 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 @@ -74,7 +74,9 @@ install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service install -D -m 755 %{SOURCE4} %{buildroot}%{_sbindir}/logrotate-all install -D -m 0644 examples/%{name}.timer %{buildroot}%{_unitdir}/%{name}.timer +%if 0%{?suse_version} < 1600 ln -s service %{buildroot}%{_sbindir}/rc%{name} +%endif %pre #only the timer can be enabled/disabled/masked ! @@ -103,7 +105,9 @@ %doc ChangeLog.md README.md %{_sbindir}/logrotate %{_sbindir}/logrotate-all +%if 0%{?suse_version} < 1600 %{_sbindir}/rc%{name} +%endif %{_mandir}/man8/logrotate.8%{?ext_man} %{_mandir}/man5/logrotate.conf.5%{?ext_man} %{_distconfdir}/logrotate.conf