diff --git a/python-certbot.spec b/python-certbot.spec index 0add219..8a901dd 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: python-certbot Version: 1.16.0 -Release: 2 +Release: 3 Summary: ACME client License: Apache License 2.0 URL: https://github.com/certbot/certbot @@ -86,7 +86,7 @@ mv %{buildroot}/doclist.lst . %files -n python3-certbot %dir %{python3_sitelib}/* %{python3_sitelib}/certbot -%{python3_sitelib}/certbot-%{version}-py?.?.egg-info +%{python3_sitelib}/certbot-%{version}-py%{python3_version}.egg-info %{_bindir}/certbot %files help -f doclist.lst @@ -95,9 +95,12 @@ mv %{buildroot}/doclist.lst . %files -n python3-acme %dir %{python3_sitelib}/* %{python3_sitelib}/acme -%{python3_sitelib}/acme-%{version}-py?.?.egg-info +%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info %changelog +* Fri May 06 2022 yangping - 1.16.0-3 +- Fix build error caused by py3.10+ wildcard + * Thu Aug 05 2021 xu_ping - 1.16.0-2 - fix sync code to openEuler-20.03-LTS-SP1 %file error.