Hello community,

here is the log from the commit of package python-ncclient for openSUSE:Factory 
checked in at 2015-09-02 07:53:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ncclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-ncclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ncclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ncclient/python-ncclient.changes  
2013-10-01 08:32:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-ncclient.new/python-ncclient.changes     
2015-09-02 07:53:59.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:26:26 UTC 2015 - [email protected]
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ncclient.spec ++++++
--- /var/tmp/diff_new_pack.kdcA7N/_old  2015-09-02 07:54:00.000000000 +0200
+++ /var/tmp/diff_new_pack.kdcA7N/_new  2015-09-02 07:54:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ncclient
 #
-# 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
@@ -28,6 +28,7 @@
 # quantum nexus plugin to work with nexus switches
 Patch0:         nexus-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 # Documentation requirements:
 BuildRequires:  python-Sphinx
@@ -47,15 +48,15 @@
 %patch0 -p1
 
 %build
-python setup.py build
+%{__python2} setup.py build
 cd docs && make html && rm build/html/.buildinfo
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr(-,root,root)
 %doc LICENSE README examples docs/build/html
-%{python_sitelib}/*
+%{python2_sitelib}/*
 
 %changelog


Reply via email to