Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2023-01-20 17:37:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Fri Jan 20 17:37:18 2023 rev:547 rq:1059366 version:4.5.22 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2023-01-11 14:34:20.604989742 +0100 +++ /work/SRC/openSUSE:Factory/.yast2.new.32243/yast2.changes 2023-01-20 17:37:19.868073518 +0100 @@ -1,0 +2,6 @@ +Wed Jan 18 12:52:10 UTC 2023 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) +- 4.5.22 + +------------------------------------------------------------------- Old: ---- yast2-4.5.21.tar.bz2 New: ---- yast2-4.5.22.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.kFGKr9/_old 2023-01-20 17:37:20.876079094 +0100 +++ /var/tmp/diff_new_pack.kFGKr9/_new 2023-01-20 17:37:20.884079138 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.5.21 +Version: 4.5.22 Release: 0 Summary: YaST2 Main Package @@ -173,7 +173,7 @@ %yast_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/sbin ln -s ../%{_sbindir}/yast %{buildroot}/sbin ln -s ../%{_sbindir}/yast2 %{buildroot}/sbin @@ -240,7 +240,7 @@ %{_mandir}/*/* %doc %{yast_vardir}/hooks/README.md -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/yast* %endif %{_sbindir}/yast* ++++++ yast2-4.5.21.tar.bz2 -> yast2-4.5.22.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.21/package/yast2.changes new/yast2-4.5.22/package/yast2.changes --- old/yast2-4.5.21/package/yast2.changes 2023-01-10 13:00:31.000000000 +0100 +++ new/yast2-4.5.22/package/yast2.changes 2023-01-18 13:57:33.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jan 18 12:52:10 UTC 2023 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) +- 4.5.22 + +------------------------------------------------------------------- Tue Jan 10 11:38:40 UTC 2023 - José Iván López González <jlo...@suse.com> - Show help text in YaST Control Center (bsc#1206919). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.21/package/yast2.spec new/yast2-4.5.22/package/yast2.spec --- old/yast2-4.5.21/package/yast2.spec 2023-01-10 13:00:31.000000000 +0100 +++ new/yast2-4.5.22/package/yast2.spec 2023-01-18 13:57:33.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.5.21 +Version: 4.5.22 Release: 0 Summary: YaST2 Main Package @@ -173,7 +173,7 @@ %yast_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/sbin ln -s ../%{_sbindir}/yast %{buildroot}/sbin ln -s ../%{_sbindir}/yast2 %{buildroot}/sbin @@ -240,7 +240,7 @@ %{_mandir}/*/* %doc %{yast_vardir}/hooks/README.md -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/yast* %endif %{_sbindir}/yast*