diff --git a/python-lit.spec b/python-lit.spec index 69050a2..65779e6 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -7,7 +7,7 @@ %endif %global rc_ver 1 -%global baserelease 0.1 +%global baserelease 0.2 %bcond_without check @@ -90,12 +90,14 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna %endif %files -n python3-%{srcname} +%license LICENSE.TXT %doc README.txt %{python3_sitelib}/* %{_bindir}/lit %if 0%{?with_python2} %files -n python2-%{srcname} +%license LICENSE.TXT %doc README.txt %{python2_sitelib}/* %if %{undefined with_python2} @@ -104,6 +106,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna %endif %changelog +* Fri Oct 09 2020 sguelton@redhat.com - 0.11.0-0.2.rc1 +- Correctly ship license + * Fri Aug 07 2020 Tom Stellard - 0.11.0-0.1.rc1 - 0.11.0 rc1 Release