Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63da791110 | ||
|
|
c586b00cf3 | ||
|
|
1731066a26 | ||
|
|
463fc8e1fd | ||
|
|
c7bc830665 | ||
|
|
0231e1b9b5 | ||
|
|
8d397631d2 | ||
|
|
5c1698c70e | ||
|
|
28b015c71e | ||
|
|
d6b2f7032e | ||
|
|
a249b559ca | ||
|
|
74f80d5569 |
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue