From b7f437abd3604db7eb6c7c5f88293380f2f61da3 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Apr 27 2023 08:21:02 +0000 Subject: Correct typo in logrotate configuration this change corrects a typo which caused a readme file rather than the logrotate configuration to be placed in /etc/logrotate.d/certbot, which in turn caused the logrotate service to crash on each run. details in https://bugzilla.redhat.com/show_bug.cgi?id=2187543 --- diff --git a/certbot.spec b/certbot.spec index 5c9c46e..6aa8f70 100644 --- a/certbot.spec +++ b/certbot.spec @@ -18,7 +18,7 @@ Name: certbot Version: 2.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A free, automated certificate authority client License: Apache-2.0 @@ -251,7 +251,7 @@ install -Dm 0644 --preserve-timestamps %{SOURCE10} %{buildroot}%{_unitdir}/certb install -Dm 0644 --preserve-timestamps %{SOURCE11} %{buildroot}%{_unitdir}/certbot-renew.timer install -Dm 0644 --preserve-timestamps %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/certbot install -Dm 0644 --preserve-timestamps %{SOURCE13} %{buildroot}%{_sysconfdir}/letsencrypt/cli.ini -install -Dm 0644 --preserve-timestamps %{SOURCE14} %{buildroot}%{_sysconfdir}/logrotate.d/certbot +install -Dm 0644 --preserve-timestamps %{SOURCE15} %{buildroot}%{_sysconfdir}/logrotate.d/certbot cp -a %{SOURCE14} %{_builddir}/%{name}-%{version}/README.fedora # project uses old letsencrypt dir for compatibility @@ -374,6 +374,9 @@ fi %changelog +* Thu Apr 27 2023 rob thijssen - 2.5.0-3 +- Correct typo in logrotate configuration rhbz#2187543 + * Thu Apr 13 2023 Jonathan Wright - 2.5.0-2 - Include logrotate configuration rhbz#2102070