2 Commits
f36 ... f39

Author SHA1 Message Date
ff91a0cc99 v2.0.0 2024-05-25 00:04:23 +02:00
Zoran Peričić
25b20aaeae v1.5.0 2023-01-30 20:39:57 +01:00
3 changed files with 17 additions and 2 deletions

Binary file not shown.

BIN
md-renewed-2.0.0.tar.gz Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
Name: md-renewed
Version: 1.4.9
Release: 1%{?dist}
Version: 2.0.0
Release: 4%{?dist}
Summary: Restart service on Apache module mod_md certificate renewal
License: MIT
Group: System Environment/Base
@@ -20,6 +20,16 @@ BuildRequires: systemd-rpm-macros
%description
Restart service on Apache module mod_md certificate renewal
%package ipa-dns
Summary: FreeIPA DNS challange plugin
Requires: python3-ipalib
Requires: %name = %version-%release
%description ipa-dns
FreeIPA DNS challange plugin
%prep
%autosetup
@@ -77,6 +87,11 @@ Restart service on Apache module mod_md certificate renewal
%dir %attr(-, root, apache) %{_sharedstatedir}/httpd/md-renewed/ocsp-renewed
%dir %attr(-, root, apache) %{_sharedstatedir}/httpd/md-renewed/ocsp-errored
%files ipa-dns
%{_libexecdir}/md-renewed/md-ipa-dns
%config(noreplace) %{_sysconfdir}/httpd/conf.d/md-renewed-ipa-dns.conf
%config(noreplace) %{_sysconfdir}/gssproxy/20-mod_md.conf
%changelog
* Tue Nov 30 2021 Zoran Pericic <zpericic@netst.org> - 1.0.0-1
Initial release