Address rpmlint issues

This commit is contained in:
Christian Heimes 2017-06-27 18:30:35 +02:00
parent cd03137d18
commit f7c7f9c502
2 changed files with 11 additions and 7 deletions

1
.rpmlint Normal file
View File

@ -0,0 +1 @@
addFilter('spelling-error.*serializer')

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.22.0 Version: 0.22.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Fast Python ASN.1 parser and serializer Summary: Fast Python ASN.1 parser and serializer
License: MIT License: MIT
@ -60,8 +60,8 @@ rm -rf %{pypi_name}.egg-info
%check %check
# asn1crypto source distribution doesn't come with tests # asn1crypto source distribution doesn't come with tests
# %{__python2} setup.py test # {__python2} setup.py test
# %{__python3} setup.py test # {__python3} setup.py test
%files -n python2-%{pypi_name} %files -n python2-%{pypi_name}
%doc %doc
@ -74,5 +74,8 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog %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 * Tue Jun 27 2017 Christian Heimes <cheimes@redhat.com> - 0.22.0-1
- Initial package. - Initial package.