From b6bdc63d3f893f15e2758e156ff9fe039a1dd9c4 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Dec 08 2011 20:14:20 +0000 Subject: Merge branch 'master' into el6 --- diff --git a/python-zmq.spec b/python-zmq.spec index f1f4017..c440479 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -144,7 +144,7 @@ popd # to be the default for now). %if 0%{?with_python3} pushd %{py3dir} -%{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT +%{__python3} setup.py install --skip-build --root %{buildroot} # remove tests doesn't work here, do that after running the tests @@ -200,6 +200,9 @@ popd %changelog +* Thu Dec 8 2011 Thomas Spura - 2.1.9-2 +- use proper buildroot macro + * Wed Sep 21 2011 Thomas Spura - 2.1.9-1 - update to new version - run testsuite on python3