From de98c8f8e8973e79224b4be67d710be8a5e58550 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Dec 17 2017 13:05:45 +0000 Subject: Actually create python2- subpackage A python2- subpackage was declared, but it had no %files. --- diff --git a/python-editor.spec b/python-editor.spec index 761857c..dfc5a85 100644 --- a/python-editor.spec +++ b/python-editor.spec @@ -8,8 +8,8 @@ Name: python-editor Version: 1.0.3 -Release: 3%{?dist} -Summary: Programmatically open an editor, capture the result. +Release: 4%{?dist} +Summary: Programmatically open an editor, capture the result License: ASL 2.0 URL: https://github.com/fmoo/python-editor @@ -62,7 +62,7 @@ chmod a+x $RPM_BUILD_ROOT%{python2_sitelib}/editor.py chmod a+x $RPM_BUILD_ROOT%{python3_sitelib}/editor.py %endif -%files +%files -n python2-editor %doc README.md %license LICENSE %{python2_sitelib}/editor.py* @@ -79,6 +79,9 @@ chmod a+x $RPM_BUILD_ROOT%{python3_sitelib}/editor.py %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.0.3-4 +- Fix creation of python2- subpackage + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild