diff --git a/.gitignore b/.gitignore index 012a895..117856c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /certbot-apache-0.29.1.tar.gz /certbot-apache-0.30.2.tar.gz /certbot-apache-0.31.0.tar.gz +/certbot-apache-0.34.2.tar.gz diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 4906f2f..aa9d246 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -13,7 +13,7 @@ %endif Name: python-%{pyname} -Version: 0.31.0 +Version: 0.34.2 Release: 1%{?dist} Summary: The apache plugin for certbot @@ -33,19 +33,23 @@ BuildRequires: python3-devel %if %{with python2} #For running tests -BuildRequires: python2-acme >= 0.25.0 -BuildRequires: python2-certbot >= 0.26.0 +BuildRequires: python2-acme >= 0.29.0 +BuildRequires: python2-certbot >= 0.34.0 %if 0%{?rhel} && 0%{?rhel} <= 7 +# EL7 has unversioned names for these packages +BuildRequires: pytest BuildRequires: python-augeas %else BuildRequires: python2-augeas +BuildRequires: python2-pytest %endif %endif %if %{with python3} -BuildRequires: python3-acme >= 0.25.0 -BuildRequires: python3-certbot >= 0.26.0 +BuildRequires: python3-acme >= 0.29.0 +BuildRequires: python3-certbot >= 0.34.0 BuildRequires: python3-augeas +BuildRequires: python3-pytest %endif %description @@ -61,19 +65,22 @@ Provides: %{pyname} = %{version}-%{release} # Although a plugin for the certbot command it's technically # an extension to the certbot python libraries -Requires: python2-acme >= 0.25.0 -Requires: python2-certbot >= 0.26.0 +Requires: python2-acme >= 0.29.0 +Requires: python2-certbot >= 0.34.0 %if 0%{?rhel} && 0%{?rhel} <= 7 +# EL7 has unversioned names for these packages +Requires: pytest Requires: python-augeas %else Requires: python2-augeas +Requires: python2-pytest %endif Requires: mod_ssl %if 0%{?fedora} #Recommend the CLI as that will be the interface most use -Recommends: certbot >= 0.21.1 +Recommends: certbot >= 0.34.0 %else -Requires: certbot >= 0.21.1 +Requires: certbot >= 0.34.0 %endif Summary: The apache plugin for certbot %{?python_provide:%python_provide python2-%{pyname}} @@ -92,15 +99,16 @@ Provides: %{pyname} = %{version}-%{release} # Although a plugin for the certbot command it's technically # an extension to the certbot python libraries -Requires: python3-acme >= 0.25.0 -Requires: python3-certbot >= 0.26.0 +Requires: python3-acme >= 0.29.0 +Requires: python3-certbot >= 0.34.0 Requires: python3-augeas +Requires: python3-pytest Requires: mod_ssl %if 0%{?fedora} #Recommend the CLI as that will be the interface most use -Recommends: certbot >= 0.21.1 +Recommends: certbot >= 0.34.0 %else -Requires: certbot >= 0.21.1 +Requires: certbot >= 0.34.0 %endif Summary: The apache plugin for certbot %{?python_provide:%python_provide python3-%{pyname}} @@ -122,7 +130,7 @@ Plugin for certbot that allows for automatic configuration of apache %check %if %{with python2} -%{__python2} setup.py test +(cd build/lib && %{__python2} ../../setup.py test) %endif %if %{with python3} %{__python3} setup.py test @@ -154,6 +162,9 @@ Plugin for certbot that allows for automatic configuration of apache %endif %changelog +* Tue May 28 2019 Eli Young - 0.34.2-1 +- Update to 0.34.2 (#1686185) (#1706298) (#1701018) + * Fri Feb 08 2019 Eli Young - 0.31.0-1 - Update to 0.31.0 (#1673770) diff --git a/sources b/sources index f217678..e8892b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (certbot-apache-0.31.0.tar.gz) = 6c00b3786031d967e06adbcb06ee8be52e8f5fba69ffb84ec9ca5c634d2a1c0d293211c501692928a43efd16ecce17e527c07b8832f7d90e8f0bea995df6795f +SHA512 (certbot-apache-0.34.2.tar.gz) = c9a2f2c1124b4f9c55b5a72620f307a8ff75e802105e69ced7b723f415b9d8d029182bcea69b1436c76e1b2386a22ad4384039bce2946015d0f08ad81393ae87