Hello community,
here is the log from the commit of package python-openstack.nose_plugin for
openSUSE:Factory checked in at 2015-09-02 07:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstack.nose_plugin (Old)
and /work/SRC/openSUSE:Factory/.python-openstack.nose_plugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstack.nose_plugin"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openstack.nose_plugin/python-openstack.nose_plugin.changes
2015-07-12 22:52:26.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstack.nose_plugin.new/python-openstack.nose_plugin.changes
2015-09-02 07:53:53.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:26:41 UTC 2015 - [email protected]
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstack.nose_plugin.spec ++++++
--- /var/tmp/diff_new_pack.zYTG7g/_old 2015-09-02 07:53:53.000000000 +0200
+++ /var/tmp/diff_new_pack.zYTG7g/_new 2015-09-02 07:53:53.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-openstack.nose_plugin
#
-# Copyright (c) 2013 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
@@ -24,6 +24,7 @@
Group: Development/Languages/Python
Url: https://github.com/jkoelker/openstack-nose
Source:
http://pypi.python.org/packages/source/o/openstack.nose_plugin/openstack.nose_plugin-%{version}.tar.gz
+BuildRequires: openstack-suse-macros
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-colorama
@@ -44,14 +45,14 @@
%setup -q -n openstack.nose_plugin-%{version}
%build
-python setup.py build
+%{__python2} setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.rst
-%{python_sitelib}/*
+%{python2_sitelib}/*
%changelog