|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pyscard
|
|
|
|
|
Version: 1.9.7
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Summary: A framework for building smart card aware applications in Python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -56,6 +56,9 @@ chmod 755 %{buildroot}%{python3_sitearch}/smartcard/scard/*.so
|
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.9.7-12
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Tomas Hrnciar <thrnciar@redhat.com> - 1.9.7-11
|
|
|
|
|
- remove %{python3_other_version} ifs
|
|
|
|
|
- explicitly buildrequire python3-setuptools
|
|
|
|
|