diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 6140e8b94b51d9c5ca60d2152c83400a7fd6f130..d205460e3bf13b4066958a39d55efe71af800408 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: pyOpenSSL Version: 20.0.1 -Release: 1 +Release: 2 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 @@ -51,13 +51,16 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %files -n python3-%{name} %license LICENSE %{python3_sitelib}/OpenSSL/ -%{python3_sitelib}/%{name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %files help %license LICENSE %doc CHANGELOG.rst doc/_build/html %changelog +* Wed Apr 17 2024 OpenStack_SIG - 20.0.1-2 +- Use the %{python3_version} macro instead of '?.?' to adapt to Python3.11 + * Tue Feb 02 2021 wuchaochao - 20.0.1-1 - Update package version