diff --git a/gofed.spec b/gofed.spec index 3c80bbcb71..5cebbb0e74 100644 --- a/gofed.spec +++ b/gofed.spec @@ -32,7 +32,7 @@ Name: gofed Version: 1.0.0 -Release: 0.14.rc1%{?dist} +Release: 0.15.rc1%{?dist} Summary: Tool for development of golang devel packages License: GPLv2+ URL: https://github.com/%{project}/%{repo} @@ -172,14 +172,15 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips} %description docker Run gofed commands as a container -%package -n python-cmdsignature +%package -n python2-cmdsignature Summary: Command signature python module BuildArch: noarch BuildRequires: PyYAML Requires: python >= 2.7.5 Requires: PyYAML +%{?python_provide:%python_provide python2-cmdsignature} -%description -n python-cmdsignature +%description -n python2-cmdsignature Command signature python module %prep @@ -356,7 +357,7 @@ getent passwd gofed >/dev/null || useradd -r -g gofed -d / -s /sbin/nologin \ %{python2_sitelib}/gofedinfra %{python2_sitelib}/gofedinfra-?.?.?-py2.7.egg-info -%files -n python-cmdsignature +%files -n python2-cmdsignature %license LICENSE %{python2_sitelib}/cmdsignature %{python2_sitelib}/cmdsignature-?.?.?-py2.7.egg-info @@ -375,6 +376,9 @@ getent passwd gofed >/dev/null || useradd -r -g gofed -d / -s /sbin/nologin \ %{_datadir}/%{name}/*.py %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.0.0-0.15.rc1 +- python-cmdsignature binary package is renamed to python2-cmdsignature + * Tue Nov 07 2017 Igor Gnatenko - 1.0.0-0.14.rc1 - Fix issues in packaging