diff --git python-mozbase/python-mozbase.spec python-mozbase/python-mozbase.spec.tmp index 7fdf7ac345..7bfd8ff625 100644 --- python-mozbase/python-mozbase.spec +++ python-mozbase/python-mozbase.spec.tmp @@ -1,6 +1,6 @@ Name: python-mozbase Version: 0 -Release: 0.12.gitb077641%{?dist} +Release: 0.13.gitb077641%{?dist} Summary: The Mozilla suite of Python utilities License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: https://wiki.mozilla.org/Auto-tools/Projects/MozBase @@ -10,6 +10,14 @@ Patch0: python-mozbase-firefox-version.patch BuildRequires: python-devel python-setuptools BuildArch: noarch +%global _description\ +Mozbase is the Mozilla suite of Python utilities. This package\ +installs all utilities and Python libraries from Mozbase. + +%description %_description + +%package -n python2-manifestdestiny +Summary: %summary Requires: python-manifestdestiny = %{version}-%{release} Requires: python-mozdevice = %{version}-%{release} Requires: python-mozhttpd = %{version}-%{release} @@ -19,10 +27,9 @@ Requires: python-mozlog = %{version}-%{release} Requires: python-mozprocess = %{version}-%{release} Requires: python-mozprofile = %{version}-%{release} Requires: python-mozrunner = %{version}-%{release} +%{?python_provide:%python_provide python2-manifestdestiny} -%description -Mozbase is the Mozilla suite of Python utilities. This package -installs all utilities and Python libraries from Mozbase. +%description -n python2-manifestdestiny %_description %package -n python-manifestdestiny Summary: Universal manifests for Mozilla test harnesses @@ -158,7 +165,7 @@ chmod +x %{buildroot}%{python_sitelib}/mozhttpd/mozhttpd.py chmod +x %{buildroot}%{python_sitelib}/manifestparser/manifestparser.py chmod +x %{buildroot}%{python_sitelib}/mozrunner/utils.py -%files +%files -n python2-manifestdestiny %doc README %files -n python-manifestdestiny @@ -206,6 +213,10 @@ chmod +x %{buildroot}%{python_sitelib}/mozrunner/utils.py %doc mozrunner/README.md %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0-0.13.gitb077641 +- Python 2 binary package renamed to python2-mozbase + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0-0.12.gitb077641 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild