Hello community,
here is the log from the commit of package python-python-subunit for
openSUSE:Factory checked in at 2015-08-03 17:21:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-subunit (Old)
and /work/SRC/openSUSE:Factory/.python-python-subunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-subunit"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-subunit/python-python-subunit.changes
2014-12-30 00:51:06.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-subunit.new/python-python-subunit.changes
2015-08-03 17:21:37.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 27 08:59:17 UTC 2015 - [email protected]
+
+- fix RHEL7 build by disabling %py_compile (done by rpmbuild anyway)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-subunit.spec ++++++
--- /var/tmp/diff_new_pack.dndCuV/_old 2015-08-03 17:21:37.000000000 +0200
+++ /var/tmp/diff_new_pack.dndCuV/_new 2015-08-03 17:21:37.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-subunit
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -78,7 +78,9 @@
PYTHONPATH=%{buildroot}%{python_sitelib} python -m testtools.run
subunit.test_suite
sed -i "s|'%{buildroot}',|'/',|"
%{buildroot}%{python_sitelib}/subunit/tests/test_subunit_filter.py
# Fixup compiled python module afterwards:
+%if 0%{?suse_version}
%py_compile %{buildroot}%{python_sitelib}/subunit/tests
+%endif
%post
update-alternatives \