Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2023-03-01 16:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh"

Wed Mar  1 16:13:45 2023 rev:101 rq:1068241 version:5.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2023-01-31 16:23:09.214662479 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new.31432/zsh.changes       2023-03-01 
16:13:52.558545164 +0100
@@ -1,0 +2,11 @@
+Tue Feb 28 16:40:02 UTC 2023 - Paolo Perego <paolo.per...@suse.com>
+
+- Disabled zsh-sh subpackage generation for Leap 15.4 to prevent an error when
+  building the package.
+
+-------------------------------------------------------------------
+Tue Feb 28 10:41:17 UTC 2023 - pgaj...@suse.com
+
+- don't require yodl for build, doc is not regenerated anyway
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zsh.spec ++++++
--- /var/tmp/diff_new_pack.PTHtsN/_old  2023-03-01 16:13:53.338549197 +0100
+++ /var/tmp/diff_new_pack.PTHtsN/_new  2023-03-01 16:13:53.346549238 +0100
@@ -56,7 +56,6 @@
 %endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
-BuildRequires:  yodl
 Requires(pre):  %{install_info_prereq}
 %if 0%{?suse_version} >= 1210
 BuildRequires:  makeinfo
@@ -95,6 +94,7 @@
 
 This package contains the Zsh manual in HTML format.
 
+%if 0%{?suse_version} >= 1550
 %package sh
 Summary:        Handle behaviour of /bin/sh
 Group:          System/Shells
@@ -105,6 +105,7 @@
 
 %description sh
 Use zsh as /bin/sh implementation.
+%endif
 
 %prep
 %setup -q
@@ -206,7 +207,7 @@
 #
 # Create the symlink required for zsh-sh to handle /bin/sh
 #
-%if 0%{?suse_version}
+%if 0%{?suse_version} >= 1550
   ln -s %{_bindir}/zsh %{buildroot}%{_bindir}/sh
 %endif
 
@@ -292,7 +293,9 @@
 %files htmldoc
 %doc Doc/htmldoc/*
 
+%if 0%{?suse_version} >= 1550
 %files sh
 %{_bindir}/sh
+%endif
 
 %changelog

Reply via email to