Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpio for openSUSE:Factory checked in at 2023-01-07 17:15:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpio (Old) and /work/SRC/openSUSE:Factory/.cpio.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpio" Sat Jan 7 17:15:44 2023 rev:64 rq:1055861 version:2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/cpio/cpio.changes 2021-11-05 22:58:19.748270981 +0100 +++ /work/SRC/openSUSE:Factory/.cpio.new.1563/cpio.changes 2023-01-07 17:15:48.512757867 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:29:29 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpio.spec ++++++ --- /var/tmp/diff_new_pack.p4ulaM/_old 2023-01-07 17:15:51.200773903 +0100 +++ /var/tmp/diff_new_pack.p4ulaM/_new 2023-01-07 17:15:51.208773951 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpio # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -110,7 +110,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/alternatives ln -sf %{_sysconfdir}/alternatives/mt %{buildroot}%{_bindir}/mt ln -sf %{_sysconfdir}/alternatives/mt.1%{ext_man} %{buildroot}%{_mandir}/man1/mt.1%{ext_man} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -sf %{_bindir}/cpio %{buildroot}/bin %endif @@ -138,7 +138,7 @@ %files %license COPYING %doc NEWS ChangeLog -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/cpio %endif %{_bindir}/cpio