File project.diff of Package ssl-cert-check
--- ssl-cert-check.changes.orig
+++ ssl-cert-check.changes
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Tue Jan 14 17:05:20 UTC 2025 - Herbert Graeber <herbert@graeber-clan.de>
+
+- Fix '-f', '-c', und '-d' options without '-s', but HOST environment
+ variable defined
+- Allow process substitution for '-s' option
+- Relax with space handling in server files
+
+-------------------------------------------------------------------
Fri May 17 08:42:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Actually drop fix-shebang.patch: the last change replaced the
--- ssl-cert-check.spec.orig
+++ ssl-cert-check.spec
@@ -1,7 +1,7 @@
#
# spec file for package ssl-cert-check
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
Name: ssl-cert-check
-Version: 4.11git.1556282902.f3fc941
+Version: 4.14git.1632956722.967b937
Release: 0
Summary: Shell script to send notifications when SSL certificates are about to expire
License: GPL-2.0-only
Group: Productivity/Security
URL: https://prefetch.net/articles/checkcertificate.html
Source0: %{name}-%{version}.tar.xz
+Patch0: some-server-file-fixes.patch
BuildRequires: xz
Requires: bash
Requires: coreutils
@@ -43,7 +44,7 @@ SSL certificates. The script was designe
warnings or log alerts through nagios.
%prep
-%setup -q
+%autosetup
%build