diff --git a/fido2-1.1.1.tar.gz b/fido2-1.1.1.tar.gz deleted file mode 100644 index adbb718f972e4b3c636dac48099167b22950eaa6..0000000000000000000000000000000000000000 Binary files a/fido2-1.1.1.tar.gz and /dev/null differ diff --git a/python-fido2-1.1.2.tar.gz b/python-fido2-1.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..55e897f8f0a27dd3a0e660366bfeb966f0e937f7 Binary files /dev/null and b/python-fido2-1.1.2.tar.gz differ diff --git a/python-fido2.spec b/python-fido2.spec index 8a76556cbc3e85beb2d6b1b1799c9804a850624d..5a7e5dd24081d5f6efdf324ec82bca119b69079f 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fido2 -Version: 1.1.1 +Version: 1.1.2 Release: 1 Summary: Python based FIDO 2.0 library License: BSD-2-Clause and Apache-2.0 and MPL-2.0 URL: https://github.com/Yubico/python-fido2 -Source0: https://files.pythonhosted.org/packages/5a/67/244ad51cb9fd87eaf8797820d95e79d6d5f940c0aafe931e8051b60dd8a0/fido2-1.1.1.tar.gz +Source0: https://github.com/Yubico/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Source1: setup.py BuildArch: noarch @@ -31,7 +31,7 @@ Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. %prep -%autosetup -n fido2-%{version} +%autosetup -n python-fido2-%{version} cp %{SOURCE1} ./ %build @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 14 2024 lichao - 1.1.2-1 +- Update package to version 1.2.1 + * Tue Apr 11 2023 wubijie - 1.1.1-1 - Update package to version 1.1.1