This commit is contained in:
2024-05-25 00:04:23 +02:00
parent 25b20aaeae
commit ff91a0cc99
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 Name: md-renewed
Version: 1.5.0 Version: 2.0.0
Release: 1%{?dist} Release: 4%{?dist}
Summary: Restart service on Apache module mod_md certificate renewal Summary: Restart service on Apache module mod_md certificate renewal
License: MIT License: MIT
Group: System Environment/Base Group: System Environment/Base
@@ -20,6 +20,16 @@ BuildRequires: systemd-rpm-macros
%description %description
Restart service on Apache module mod_md certificate renewal 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 %prep
%autosetup %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-renewed
%dir %attr(-, root, apache) %{_sharedstatedir}/httpd/md-renewed/ocsp-errored %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 %changelog
* Tue Nov 30 2021 Zoran Pericic <zpericic@netst.org> - 1.0.0-1 * Tue Nov 30 2021 Zoran Pericic <zpericic@netst.org> - 1.0.0-1
Initial release Initial release