Fix python2 sitelib in files

This commit is contained in:
Steve Milner 2017-03-23 14:43:19 -04:00
parent c30186407b
commit f280693b53

View File

@ -5,7 +5,7 @@
Name: python-pygments
Version: 2.2.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: %{sum}
License: BSD
@ -111,7 +111,7 @@ make test || :
%doc AUTHORS CHANGES build/sphinx/html doc/reST TODO
%license LICENSE
# For noarch packages: sitelib
%{python_sitelib}/*
%{python2_sitelib}/*
# python3 packages are only built on Fedora
%if 0%{?fedora}
@ -124,6 +124,9 @@ make test || :
%endif
%changelog
* Thu Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-7
- Fixed python2 sitelib in files section.
* Wed Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-6
- Dropped python26 support.
- Spec clean up