Compare commits

...
Sign in to create a new pull request.

12 commits

Author SHA1 Message Date
Stuart D. Gathman
63da791110 Add missing dependency on python3 2022-05-17 23:10:44 -04:00
Stuart D. Gathman
c586b00cf3 Merge branch 'main' into epel7 2021-10-28 19:50:29 -04:00
Stuart D. Gathman
1731066a26 Merge branch 'main' into epel7 2021-09-08 09:30:19 -04:00
Stuart D. Gathman
463fc8e1fd Merge branch 'main' into epel7 2021-09-08 00:07:40 -04:00
Stuart D. Gathman
c7bc830665 Merge branch 'main' into epel7 2021-09-07 22:01:26 -04:00
Stuart D. Gathman
0231e1b9b5 Set default days before expiration in /etc/sysconfig/acme-tiny 2021-09-07 21:59:37 -04:00
Stuart D. Gathman
8d397631d2 Merge branch 'main' into epel7 2021-09-07 21:57:03 -04:00
Stuart D. Gathman
5c1698c70e Set default days before expiration in /etc/sysconfig/acme-tiny 2021-09-07 21:49:26 -04:00
Stuart D. Gathman
28b015c71e Merge branch 'main' into epel7 2021-09-07 21:45:56 -04:00
Stuart D. Gathman
d6b2f7032e Set default days before expiration in /etc/sysconfig/acme-tiny 2021-09-07 21:45:22 -04:00
Stuart D. Gathman
a249b559ca Merge branch 'main' into epel7 2021-09-07 14:44:53 -04:00
Stuart D. Gathman
74f80d5569 Merge branch 'main' into epel7 2021-06-19 18:31:09 -04:00

View file

@ -9,7 +9,7 @@
Name: acme-tiny
Version: 5.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tiny auditable script to issue, renew Let's Encrypt certificates
License: MIT
@ -50,7 +50,7 @@ acme_tiny on installed CSRs as the acme user for privilege separation.
%package core
Summary: Core python module of acme-tiny
Requires: openssl
Requires: openssl python3
%if 0%{?rhel} >= 5 && 0%{?rhel} < 7
# EL6 uses python2.6, which does not include argparse
Requires: python-argparse
@ -133,6 +133,9 @@ exit 0
%{_sbindir}/acme_tiny
%changelog
* Tue May 17 2022 Stuart D. Gathman <stuart@gathman.org> 5.0.1-2
- Add missing python3 dependency for new version
* Thu Oct 28 2021 Stuart D. Gathman <stuart@gathman.org> 5.0.1-1
- New upstream release