diff --git python-bucky/python-bucky.spec python-bucky/python-bucky.spec.tmp index 9d1ad4c90a..f1f87bebc8 100644 --- python-bucky/python-bucky.spec +++ python-bucky/python-bucky.spec.tmp @@ -2,7 +2,7 @@ Name: python-bucky Version: 2.2.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: CollectD and StatsD adapter for Graphite Group: System Environment/Daemons @@ -17,12 +17,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools +%global _description\ +Bucky is a small server for collecting and translating metrics for\ +Graphite. It can current collect metric data from CollectD daemons\ +and from StatsD clients. + +%description %_description + +%package -n python2-bucky +Summary: %summary Requires: collectd, python-setuptools, python-watchdog, python-setproctitle +%{?python_provide:%python_provide python2-bucky} -%description -Bucky is a small server for collecting and translating metrics for -Graphite. It can current collect metric data from CollectD daemons -and from StatsD clients. +%description -n python2-bucky %_description %prep %setup -q -n bucky-%{version} @@ -56,7 +63,7 @@ if [ $1 = 0 ]; then fi -%files +%files -n python2-bucky %doc THANKS README.rst LICENSE python-bucky-supervisord-example.conf %{_bindir}/bucky %attr(-,bucky,bucky) %{_localstatedir}/log/bucky @@ -66,6 +73,10 @@ fi %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2.2-8 +- Python 2 binary package renamed to python2-bucky + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild