Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2023-01-09 17:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mksh (Old)
 and      /work/SRC/openSUSE:Factory/.mksh.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mksh"

Mon Jan  9 17:24:12 2023 rev:25 rq:1057028 version:59c

Changes:
--------
--- /work/SRC/openSUSE:Factory/mksh/mksh.changes        2021-02-15 
23:21:51.875894448 +0100
+++ /work/SRC/openSUSE:Factory/.mksh.new.32243/mksh.changes     2023-01-09 
17:24:14.495307507 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 13:11:50 UTC 2022 - Ludwig Nussel <lnus...@suse.com>
+
+- Replace transitional %usrmerged macro with regular version check 
(boo#1206798)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mksh.spec ++++++
--- /var/tmp/diff_new_pack.obOQJm/_old  2023-01-09 17:24:15.043310607 +0100
+++ /var/tmp/diff_new_pack.obOQJm/_new  2023-01-09 17:24:15.047310631 +0100
@@ -125,14 +125,14 @@
 for shell in mksh lksh; do
     install -D -p -m 755 ${shell} %{buildroot}%{_bindir}/${shell}
     install -D -p -m 644 ${shell}.1 %{buildroot}%{_mandir}/man1/${shell}.1
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
     ln -s %{_bindir}/${shell} %{buildroot}/bin/${shell}
 %endif
 done
 install -d -m 755 %{buildroot}%{_sysconfdir}/alternatives
 ln -s %{_sysconfdir}/bash.bashrc %{buildroot}%{_sysconfdir}/mkshrc
 # compatibility symlinks for pdksh, lksh replaces pdksh in openSUSE >= 13.2
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 ln -s /bin/lksh %{buildroot}/bin/pdksh
 %endif
 ln -s %{_bindir}/lksh %{buildroot}%{_bindir}/pdksh
@@ -140,11 +140,11 @@
     %{buildroot}%{_mandir}/man1/pdksh.1%{ext_man}
 # symlinks for update-alternatives
 touch %{buildroot}%{_sysconfdir}/alternatives/ksh \
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
     %{buildroot}%{_sysconfdir}/alternatives/usr-bin-ksh \
 %endif
     %{buildroot}%{_sysconfdir}/alternatives/ksh.1%{ext_man}
-%if 0%{?usrmerged}
+%if 0%{?suse_version} >= 1550
 ln -sf %{_sysconfdir}/alternatives/ksh %{buildroot}/%{_bindir}/ksh
 %else
 ln -sf %{_sysconfdir}/alternatives/ksh %{buildroot}/bin/ksh
@@ -189,7 +189,7 @@
 
 %post
 %{_sbindir}/update-alternatives \
-%if 0%{?usrmerged}
+%if 0%{?suse_version} >= 1550
   --install %{_bindir}/ksh ksh %{_bindir}/lksh 15 \
 %else
   --install /bin/ksh ksh %{_bindir}/lksh 15 \
@@ -198,7 +198,7 @@
   --slave %{_mandir}/man1/ksh.1%{?ext_man} ksh.1%{?ext_man} 
%{_mandir}/man1/lksh.1%{?ext_man}
 
 %postun
-%if 0%{?usrmerged}
+%if 0%{?suse_version} >= 1550
 if [ ! -f %{_bindir}/lksh ] ; then
     %{_sbindir}/update-alternatives --remove ksh %{_bindir}/lksh
 fi
@@ -221,7 +221,7 @@
 %{_mandir}/man1/ksh.1%{?ext_man}
 %ghost %{_sysconfdir}/alternatives/ksh
 %ghost %{_sysconfdir}/alternatives/ksh.1%{?ext_man}
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/mksh
 /bin/lksh
 /bin/ksh

Reply via email to