diff --git a/md-renewed-1.5.0.tar.gz b/md-renewed-1.5.0.tar.gz deleted file mode 100644 index eae0a13..0000000 Binary files a/md-renewed-1.5.0.tar.gz and /dev/null differ diff --git a/md-renewed-2.0.0.tar.gz b/md-renewed-2.0.0.tar.gz new file mode 100644 index 0000000..12690c2 Binary files /dev/null and b/md-renewed-2.0.0.tar.gz differ diff --git a/md-renewed.spec b/md-renewed.spec index d0d5c44..922bb9e 100644 --- a/md-renewed.spec +++ b/md-renewed.spec @@ -1,6 +1,6 @@ Name: md-renewed -Version: 1.5.0 -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 - 1.0.0-1 Initial release