diff --git a/acme-tiny.spec b/acme-tiny.spec index 605194d..fceb923 100644 --- a/acme-tiny.spec +++ b/acme-tiny.spec @@ -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 5.0.1-2 +- Add missing python3 dependency for new version + * Thu Oct 28 2021 Stuart D. Gathman 5.0.1-1 - New upstream release