Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ssl-cert-check for openSUSE:Factory checked in at 2024-05-17 20:06:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ssl-cert-check (Old) and /work/SRC/openSUSE:Factory/.ssl-cert-check.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ssl-cert-check" Fri May 17 20:06:43 2024 rev:4 rq:1174811 version:4.11git.1556282902.f3fc941 Changes: -------- --- /work/SRC/openSUSE:Factory/ssl-cert-check/ssl-cert-check.changes 2019-08-06 15:11:58.567739763 +0200 +++ /work/SRC/openSUSE:Factory/.ssl-cert-check.new.1880/ssl-cert-check.changes 2024-05-17 20:08:00.297544229 +0200 @@ -1,0 +2,18 @@ +Fri May 17 08:42:01 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Actually drop fix-shebang.patch: the last change replaced the + patch usage with sed, but the patch was not actually removed from + the package. This in turn blocked submissions to Factory. +- Set services to "manual": nothing worse than services running + uncontrolled. + +------------------------------------------------------------------- +Tue Feb 25 14:04:56 UTC 2020 - Lars Vogdt <l...@linux-schulserver.de> + +- Version 4.14 + - Fixed HOST / PORT discovery @mhow2 + - Reverted the file checking logic which breaks $RETCODE + - Fixed various logic errors and typos -- Daniel Lewart +- replace patch by sed line in install section + +------------------------------------------------------------------- Old: ---- fix-shebang.patch BETA DEBUG BEGIN: Old: - Actually drop fix-shebang.patch: the last change replaced the patch usage with sed, but the patch was not actually removed from BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ssl-cert-check.spec ++++++ --- /var/tmp/diff_new_pack.JpXSEz/_old 2024-05-17 20:08:01.281579786 +0200 +++ /var/tmp/diff_new_pack.JpXSEz/_new 2024-05-17 20:08:01.285579930 +0200 @@ -1,7 +1,7 @@ # # spec file for package ssl-cert-check # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,6 @@ Group: Productivity/Security URL: https://prefetch.net/articles/checkcertificate.html Source0: %{name}-%{version}.tar.xz -Patch0: fix-shebang.patch BuildRequires: xz Requires: bash Requires: coreutils @@ -45,12 +44,13 @@ %prep %setup -q -%patch0 -p1 %build %install -install -D -m0755 ssl-cert-check %{buildroot}/%{_bindir}/ssl-cert-check +mkdir -p %{buildroot}/%{_bindir} +sed -e "s|/usr/bin/env bash|/bin/bash|g" ssl-cert-check > %{buildroot}/%{_bindir}/ssl-cert-check +chmod 0755 %{buildroot}/%{_bindir}/ssl-cert-check %files %if 0%{?suse_version} >= 1500 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.JpXSEz/_old 2024-05-17 20:08:01.321581231 +0200 +++ /var/tmp/diff_new_pack.JpXSEz/_new 2024-05-17 20:08:01.329581520 +0200 @@ -1,14 +1,14 @@ <services> - <service name="obs_scm" mode="localonly"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/Matty9191/ssl-cert-check.git</param> <param name="scm">git</param> - <param name="versionprefix">4.11git</param> + <param name="versionprefix">4.14git</param> </service> - <service mode="localonly" name="tar" /> - <service mode="localonly" name="recompress"> + <service mode="manual" name="tar" /> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="localonly" name="set_version" /> + <service mode="manual" name="set_version" /> </services>