Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pssh for openSUSE:Factory checked in 
at 2021-09-02 23:20:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pssh (Old)
 and      /work/SRC/openSUSE:Factory/.pssh.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pssh"

Thu Sep  2 23:20:19 2021 rev:2 rq:915752 version:2.3.4+git10.d4909c9

Changes:
--------
--- /work/SRC/openSUSE:Factory/pssh/pssh.changes        2021-08-23 
10:09:19.160165970 +0200
+++ /work/SRC/openSUSE:Factory/.pssh.new.1899/pssh.changes      2021-09-02 
23:20:38.576578027 +0200
@@ -1,0 +2,5 @@
+Mon Aug 23 13:01:23 UTC 2021 - Peter Varkoly <vark...@suse.com>
+
+- Fix spec to be able to build on openLeap 15.N
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pssh.spec ++++++
--- /var/tmp/diff_new_pack.y7Lnv4/_old  2021-09-02 23:20:39.128578715 +0200
+++ /var/tmp/diff_new_pack.y7Lnv4/_new  2021-09-02 23:20:39.132578720 +0200
@@ -16,8 +16,12 @@
 #
 
 
-%global py_ver 3
 %define pkg_version 2.3.4
+%define python_version 3
+%if ! %{defined python_sitelib}
+%define python_sitelib /usr/lib/python3.6/site-packages/
+%endif
+
 Name:           pssh
 Version:        2.3.4+git10.d4909c9
 Release:        0
@@ -43,8 +47,9 @@
 Patch8:         0008-openSUSE-add-C-pcmk_nodes-option-to-get-list-of-node.patch
 # PATCH-FEATURE-UPSTREAM Prepend hostname on each line when -P is set
 Patch9:         0001-Prepend-hostname-on-each-line-when-P-is-set.patch
-BuildRequires:  python%{py_ver}-devel
-BuildRequires:  python%{py_ver}-setuptools
+BuildRequires:  python%{python_version}-devel
+BuildRequires:  python%{python_version}-setuptools
+BuildRequires:  python-rpm-macros
 Requires:       python-pssh = %{version}-%{release}
 BuildArch:      noarch
 
@@ -76,14 +81,13 @@
 %patch9 -p1
 
 %build
-python%{py_ver} setup.py build
+python%{python_version} setup.py build
 
 %install
-python%{py_ver} setup.py install \
+python%{python_version} setup.py install \
         --prefix="%{_prefix}" \
         --root=%{buildroot}
 
-
 %files
 %doc AUTHORS ChangeLog
 %license COPYING

Reply via email to