diff --git python-taboot/python-taboot.spec python-taboot/python-taboot.spec.tmp index 2f8dc20121..b077e812d2 100644 --- python-taboot/python-taboot.spec +++ python-taboot/python-taboot.spec.tmp @@ -4,7 +4,7 @@ Name: python-taboot %define _name taboot Version: 0.4.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Client utility for scripted multi-system administration over Func Group: Development/Languages @@ -16,23 +16,31 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -Requires: func -Requires: PyYAML %{?fc14:Requires: python-argparse} %{?el5:Requires: python-argparse} %{?el6:Requires: python-argparse} -%description -Tool for managing and executing tasks related to software releases and -system administration via customizable YAML scripts. A library of -prewritten tasks is built in so you can get started immediately. +%global _description\ +Tool for managing and executing tasks related to software releases and\ +system administration via customizable YAML scripts. A library of\ +prewritten tasks is built in so you can get started immediately.\ +\ +Taboot uses Func for inter-system communication, eliminating hacky ssh\ +commands and the overhead associated with key management. Taboot can\ +be extended by writing your Func modules and tasks in Python.\ +\ + -Taboot uses Func for inter-system communication, eliminating hacky ssh -commands and the overhead associated with key management. Taboot can -be extended by writing your Func modules and tasks in Python. +%description %_description +%package -n python2-taboot +Summary: %summary +Requires: func +Requires: PyYAML +%{?python_provide:%python_provide python2-taboot} +%description -n python2-taboot %_description %package -n taboot-func Summary: Func minion modules for use in conjunction with %{name} @@ -70,7 +78,7 @@ mod_jk via it's xml web api. %{__rm} -rf $RPM_BUILD_ROOT -%files +%files -n python2-taboot %defattr(-,root,root,-) %{_bindir}/taboot* %{python_sitelib}/*%{_name}* @@ -87,6 +95,10 @@ mod_jk via it's xml web api. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.0-12 +- Python 2 binary package renamed to python2-taboot + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild