Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2023-01-11 14:32:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash"

Wed Jan 11 14:32:45 2023 rev:187 rq:1057035 version:5.2.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2022-12-18 
17:22:20.849249395 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new.32243/bash.changes     2023-01-11 
14:32:45.808456230 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 10:23:00 UTC 2022 - Ludwig Nussel <lnus...@suse.com>
+
+- Replace transitional %usrmerged macro with regular version check 
(boo#1206798)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.hENRD8/_old  2023-01-11 14:32:46.952462581 +0100
+++ /var/tmp/diff_new_pack.hENRD8/_new  2023-01-11 14:32:46.956462603 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bash
 #
-# Copyright (c) 2022 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
@@ -219,7 +219,7 @@
 
 whoami       Print out username of current user.
 
-%if 0%{?usrmerged}
+%if 0%{?suse_version} >= 1550
 %package legacybin
 Summary:        Legacy usrmove helper files
 Group:          System/Shells
@@ -586,7 +586,7 @@
 %ghost %config %{_sysconfdir}/alternatives/sh
 %endif
 %dir %{_sysconfdir}/bash_completion.d
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/bash
 %if %{with alternatives}
 /bin/sh
@@ -608,7 +608,7 @@
 
 %if %{without alternatives}
 %files sh
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/sh
 %endif
 %{_bindir}/sh
@@ -633,7 +633,7 @@
 %files loadables
 %{_ldldir}
 
-%if 0%{?usrmerged}
+%if 0%{?suse_version} >= 1550
 %files legacybin
 /bin/bash
 /bin/sh

Reply via email to