diff --git a/.gitignore b/.gitignore index e0ef8bd..4dab75a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ /certbot-0.38.0.tar.gz /certbot-0.39.0.tar.gz /certbot-0.39.0.tar.gz.asc +/certbot-1.0.0.tar.gz +/certbot-1.0.0.tar.gz.asc diff --git a/certbot.spec b/certbot.spec index 232a1c8..8e006b7 100644 --- a/certbot.spec +++ b/certbot.spec @@ -13,8 +13,8 @@ %endif Name: certbot -Version: 0.39.0 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: A free, automated certificate authority client License: ASL 2.0 @@ -35,7 +35,7 @@ Source13: certbot-README.fedora BuildArch: noarch %if %{with python2} -BuildRequires: python2-acme >= 0.29.0 +BuildRequires: python2-acme >= 0.40.0 BuildRequires: python2-configargparse BuildRequires: python2-cryptography BuildRequires: python2-distro @@ -76,7 +76,7 @@ BuildRequires: python2-sphinx_rtd_theme %endif %if %{with python3} -BuildRequires: python3-acme >= 0.29.0 +BuildRequires: python3-acme >= 0.40.0 BuildRequires: python3-configargparse BuildRequires: python3-configobj BuildRequires: python3-cryptography @@ -130,7 +130,7 @@ to lower the barriers to entry for encrypting all HTTP traffic on the internet. %if %{with python2} %package -n python2-certbot -Requires: python2-acme >= 0.29.0 +Requires: python2-acme >= 0.40.0 Requires: python2-configargparse Requires: python2-cryptography Requires: python2-distro @@ -173,7 +173,7 @@ The python2 libraries to interface with certbot %if %{with python3} %package -n python3-certbot -Requires: python3-acme >= 0.29.0 +Requires: python3-acme >= 0.40.0 Requires: python3-configargparse Requires: python3-configobj Requires: python3-cryptography @@ -200,6 +200,8 @@ The python3 libraries to interface with certbot %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -n %{name}-%{version} -p1 +# Remove bundled egg-info +rm -rf %{name}.egg-info %build @@ -295,6 +297,9 @@ restorecon -R %{_sysconfdir}/letsencrypt || : %endif %changelog +* Thu Dec 05 2019 Eli Young - 1.0.0-1 +- Update to 1.0.0 (#1769107) + * Thu Nov 21 2019 Felix Schwarz 0.39.0-2 - Verify source OpenPGP signature diff --git a/sources b/sources index 6f2582d..042f855 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (certbot-0.39.0.tar.gz) = 463083a7d5d086c823372e2e810c905aa13f1a24eb1d8fa55cdfc06b0ba9358d90f400ae5d1bb5d89e0a3137702719a552b6de1f75da0014ec9602897db372d3 -SHA512 (certbot-0.39.0.tar.gz.asc) = 5dbecc1e3084fa9eac6c01aaf26e569a19c602585d2b0e893f02aeb16dc48c2d57d099d0159fd4e1d00b99c3778724741b9f45fadf88762ae78c1613a2c8949d +SHA512 (certbot-1.0.0.tar.gz) = ab432f3986b28d88857a550016b21240f5af85f145e12c291c9b99060c22d1d313b1ea0000db132ae0297f238096b7754ce37d409e5c83d8d67564058c657307 +SHA512 (certbot-1.0.0.tar.gz.asc) = 952214331016eaab53d708124917b194a31e0f5c47d34ff522a857a7c3ac3d4179157ab762a8e566ddb8b68cf0f402cf66d307f80f6d23c527b4831b117d36d2