From 74eb2b841d5bfacc5e1d6b4bdc5e16565be59674 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 9 Oct 2020 05:31:51 +0000 Subject: [PATCH] Correctly ship license --- python-lit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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