diff --git a/.gitignore b/.gitignore index 3ea1c30..6cc396c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ transaction-1.1.0.tar.gz /transaction-2.0.3.tar.gz /transaction-2.1.2.tar.gz /transaction-2.2.0.tar.gz +/transaction-2.2.1.tar.gz diff --git a/python-transaction.spec b/python-transaction.spec index 5e00572..7e4558b 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -3,8 +3,8 @@ %endif Name: python-transaction -Version: 2.2.0 -Release: 3%{?dist} +Version: 2.2.1 +Release: 1%{?dist} Summary: Transaction management for Python Group: Development/Languages @@ -67,7 +67,7 @@ cp -a . %{py3dir} %build -%{__python} setup.py build +%{__python2} setup.py build %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py build @@ -76,7 +76,7 @@ popd %install -%{__python} setup.py install --skip-build --root=%{buildroot} +%{__python2} setup.py install --skip-build --root=%{buildroot} %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install -O1 --skip-build --root=%{buildroot} @@ -85,7 +85,7 @@ popd %check -PYTHONPATH=$(pwd) %{__python} setup.py test +PYTHONPATH=$(pwd) %{__python2} setup.py test %if 0%{?with_python3} pushd %{py3dir} PYTHONPATH=$(pwd) %{__python3} setup.py test @@ -95,8 +95,8 @@ popd %files -n python2-transaction %doc README.rst LICENSE.txt COPYRIGHT.txt -%{python_sitelib}/transaction/ -%{python_sitelib}/*.egg-info +%{python2_sitelib}/transaction/ +%{python2_sitelib}/*.egg-info %if 0%{?with_python3} @@ -108,6 +108,10 @@ popd %changelog +* Tue Jul 24 2018 Kevin Fenzi - 2.2.1-1 +- Fix FTBFS bug #1605958 +- Update to 2.2.1. Fixes bug #1561256 + * Sat Jul 14 2018 Fedora Release Engineering - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 50d585d..0f5b793 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (transaction-2.2.0.tar.gz) = 10b84e5066555299e1f21ea3192f2a6b2958fe96300eeb3d5312362b24b93488719699e7d0cb035a5481323800bb870a5f216dd5087c6dae0e3355ffd20f67d7 +SHA512 (transaction-2.2.1.tar.gz) = 198f7f73e840186e18f326793670d1f1e0940d1a583c23ab2d7a84d281d32eb8077415ceeb7913bc7687c1fc55360963770d7e08a574b146af3cf7ac8587f7af