Address rpmlint issues
This commit is contained in:
parent
cd03137d18
commit
f7c7f9c502
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.22.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Fast Python ASN.1 parser and serializer
|
||||
|
||||
License: MIT
|
||||
@ -60,8 +60,8 @@ rm -rf %{pypi_name}.egg-info
|
||||
|
||||
%check
|
||||
# asn1crypto source distribution doesn't come with tests
|
||||
# %{__python2} setup.py test
|
||||
# %{__python3} setup.py test
|
||||
# {__python2} setup.py test
|
||||
# {__python3} setup.py test
|
||||
|
||||
%files -n python2-%{pypi_name}
|
||||
%doc
|
||||
@ -74,5 +74,8 @@ rm -rf %{pypi_name}.egg-info
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jun 27 2017 Christian Heimes <cheimes@redhat.com> - 0.22.0-2
|
||||
- Address rpmlint issues
|
||||
|
||||
* Tue Jun 27 2017 Christian Heimes <cheimes@redhat.com> - 0.22.0-1
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user