diff --git a/python-rsa.spec b/python-rsa.spec index 35bd69d68bb1eafd8b47e6e5a8aa4284dcdfeba6..e7e7e51f82080db6747e9e3dbf7805c21c98f596 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -1,14 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name rsa Name: python-%{pypi_name} -Version: 4.8 +Version: 4.9 Release: %{anolis_release}%{dist} Summary: Pure-Python RSA implementation License: ASL 2.0 URL: http://stuvel.eu/rsa -Source0: https://pypi.python.org/packages/source/r/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/r/rsa/rsa-4.9.tar.gz BuildArch: noarch %description @@ -85,6 +85,10 @@ cp %{buildroot}%{_bindir}/pyrsa-verify %{buildroot}%{_bindir}/pyrsa-verify-3 %doc README.md %changelog +* Tue Oct 28 2025 wenyuzifang - 4.9-1 +- Updated to version 4.9 to fix xxxxxx + + * Fri Mar 15 2024 Zhao Hang - 4.8-2 - Rebuild with python3.11 diff --git a/rsa-4.9.tar.gz b/rsa-4.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d7f948b44a65e483ec336fdcf0608856bd7f0616 Binary files /dev/null and b/rsa-4.9.tar.gz differ