From 6b2a04e984a21629af682541db510f2d33439ff8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 23 Jul 2019 07:56:48 +0200 Subject: [PATCH 01/20] "Adding package.cfg file" --- package.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package.cfg diff --git a/package.cfg b/package.cfg new file mode 100644 index 0000000..66ea79d --- /dev/null +++ b/package.cfg @@ -0,0 +1,2 @@ +[koji] +targets = epel8 epel8-playground \ No newline at end of file From 96c0ccee5153aa80923cb49602bdd99f8dc0c0bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:49:52 +0000 Subject: [PATCH 02/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 76b4de4..3f6347c 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -55,6 +55,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jun 03 2019 Robert Scheck 0.6.1-6 - Corrected systemd scriptlets usage (#1716408) From 6b59c167715e84602a5a6752aa7bda464676c589 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:03:39 +0000 Subject: [PATCH 03/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 3f6347c..8572565 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -55,6 +55,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.6.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.6.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 7d44d0c26cb7ea349d4d23f673b357f7167de84c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:25:24 +0000 Subject: [PATCH 04/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 8572565..6009ea0 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -55,6 +55,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 0.6.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f9be3bb4e76fad741a365e3069dadfa71d2b03e7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 24 Sep 2020 18:58:59 +0000 Subject: [PATCH 05/20] remove package.cfg per new epel-playground policy --- package.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package.cfg diff --git a/package.cfg b/package.cfg deleted file mode 100644 index 66ea79d..0000000 --- a/package.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[koji] -targets = epel8 epel8-playground \ No newline at end of file From 1fb4b3d664d46537dfc5268965829813760c3e37 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Thu, 31 Dec 2020 13:49:05 +0100 Subject: [PATCH 06/20] Remove support for Red Hat Enterprise Linux 6 --- x509watch.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/x509watch.spec b/x509watch.spec index 6009ea0..5c56d80 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -5,13 +5,13 @@ Release: 9%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz -Requires: %{_bindir}/openssl, %{_sbindir}/sendmail -%if 0%{?rhel} > 6 || 0%{?fedora} > 17 +Requires: %{_bindir}/openssl +Requires: %{_sbindir}/sendmail Requires(post): systemd >= 197 Requires(preun): systemd >= 197 Requires(postun): systemd >= 197 BuildRequires: systemd >= 197 -%endif +BuildRequires: make BuildRequires: perl-generators BuildArch: noarch @@ -30,7 +30,6 @@ encoded DER and PEM X.509 certificates are supported. %install %make_install -%if 0%{?rhel} > 6 || 0%{?fedora} > 17 %post %systemd_post %{name}.timer @@ -39,19 +38,14 @@ encoded DER and PEM X.509 certificates are supported. %postun %systemd_postun %{name}.timer -%endif %files %license COPYING %doc ChangeLog README %{_bindir}/%{name} -%if 0%{?rhel} > 6 || 0%{?fedora} > 17 %{_libexecdir}/%{name} %{_unitdir}/%{name}.service %{_unitdir}/%{name}.timer -%else -%{_sysconfdir}/cron.daily/%{name} -%endif %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog From f212bb293a29aecce953434cd00d03201755aadf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:45:55 +0000 Subject: [PATCH 07/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 5c56d80..cf2bef1 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 88219d2e6ffbcfcfc22081f02a152fc23de94511 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:15:02 +0000 Subject: [PATCH 08/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index cf2bef1..815084a 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.6.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From c0c1bc3815eab5fbc13e6dbd81c1809e7925a7d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:46:38 +0000 Subject: [PATCH 09/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 815084a..0d71855 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.6.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.6.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From d3487af2453480903aee4cbb4da229c0155003bb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:45:10 +0000 Subject: [PATCH 10/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 0d71855..6cc59bf 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.6.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 2069351a0c7e5e899a951c9ed2483df93e9a6193 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:06:59 +0000 Subject: [PATCH 11/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 6cc59bf..e3ffd59 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.6.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From c4be4802d583c33015e2051c624416370da8f5a6 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sun, 7 May 2023 15:26:05 +0200 Subject: [PATCH 12/20] Update license identifier to SPDX expression --- x509watch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index e3ffd59..61f408c 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -2,7 +2,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 Release: 14%{?dist} -License: GPLv2+ +License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz Requires: %{_bindir}/openssl From 2c9fbfe9019b024e9f964eaafc1e2562af3c34ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:29:11 +0000 Subject: [PATCH 13/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 61f408c..cb6f94a 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 14%{?dist} +Release: 15%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.6.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.6.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8b4f86ae90409d1cc2f8bbb4d727c2f2fa994d65 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:17:40 +0000 Subject: [PATCH 14/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index cb6f94a..8b18cd6 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.6.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From e2a319e6f1d016cd42f081d1d9236b38ebd44357 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:40:28 +0000 Subject: [PATCH 15/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 8b18cd6..1b99a51 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 16%{?dist} +Release: 17%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.6.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.6.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From fc817ee5130ae45775e4e6360792c66fff53b2f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:23:09 +0000 Subject: [PATCH 16/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 1b99a51..f30a382 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 17%{?dist} +Release: 18%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.6.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.6.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 48ebe4bbbb7d1c254268415f0e49a5f0378ebba2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:36:28 +0000 Subject: [PATCH 17/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index f30a382..1e98613 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 18%{?dist} +Release: 19%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.6.1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.6.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3ce63fa5ac4499ea40323bfcd396ba8c5346115b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:26:07 +0000 Subject: [PATCH 18/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index 1e98613..c6b5fc6 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 19%{?dist} +Release: 20%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.6.1-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.6.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 38262ac16f9e3f2ede314523d595efa688e1a4cb Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:07:07 -0400 Subject: [PATCH 19/20] Rebuilt for openssl 4.0 --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index c6b5fc6..bea6c11 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 20%{?dist} +Release: 21%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 0.6.1-21 +- Rebuilt for openssl 4.0 + * Sat Jan 17 2026 Fedora Release Engineering - 0.6.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From d59d6c3bbdb9cc9b202b85e570ab02374b7a4167 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:59:39 +0000 Subject: [PATCH 20/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- x509watch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x509watch.spec b/x509watch.spec index bea6c11..27567e4 100644 --- a/x509watch.spec +++ b/x509watch.spec @@ -1,7 +1,7 @@ Summary: Simple tool to list expiring or expired X.509 certificates Name: x509watch Version: 0.6.1 -Release: 21%{?dist} +Release: 22%{?dist} License: GPL-2.0-or-later URL: https://ftp.robert-scheck.de/linux/%{name}/ Source: https://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ encoded DER and PEM X.509 certificates are supported. %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.6.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jun 13 2026 Yaakov Selkowitz - 0.6.1-21 - Rebuilt for openssl 4.0