Correctly ship license

This commit is contained in:
serge-sans-paille 2020-10-09 05:31:51 +00:00
parent 183df40986
commit 74eb2b841d

View File

@ -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 <tstellar@redhat.com> - 0.11.0-0.1.rc1
- 0.11.0 rc1 Release