diff --git python-resultsdb_api/python-resultsdb_api.spec python-resultsdb_api/python-resultsdb_api.spec.tmp index 6c88dcd82d..a2a2231fa1 100644 --- python-resultsdb_api/python-resultsdb_api.spec +++ python-resultsdb_api/python-resultsdb_api.spec.tmp @@ -1,7 +1,7 @@ Name: python-resultsdb_api # NOTE: if you update version, *make sure* to also update `setup.py` Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interface api to ResultsDB License: GPLv2+ @@ -10,8 +10,6 @@ Source0: https://qa.fedoraproject.org/releases/resultsdb_api/resultsdb_ap BuildArch: noarch -Requires: python-requests -Requires: python-simplejson BuildRequires: git BuildRequires: pytest BuildRequires: python2-devel @@ -24,9 +22,19 @@ BuildRequires: python-virtualenv %{?python_provide:%python_provide python-resultsdb_api} -%description +%global _description\ Interface api to ResultsDB +%description %_description + +%package -n python2-resultsdb_api +Summary: %summary +Requires: python-requests +Requires: python-simplejson +%{?python_provide:%python_provide python2-resultsdb_api} + +%description -n python2-resultsdb_api %_description + %prep %setup -q -n resultsdb_api-%{version} @@ -41,13 +49,17 @@ Interface api to ResultsDB %install %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-resultsdb_api %doc README.md %license LICENSE %{python2_sitelib}/resultsdb_api.* %{python2_sitelib}/*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.0-4 +- Python 2 binary package renamed to python2-resultsdb_api + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild