Hello community, here is the log from the commit of package OpenIPMI for openSUSE:Factory checked in at 2018-07-31 15:52:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenIPMI (Old) and /work/SRC/openSUSE:Factory/.OpenIPMI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenIPMI" Tue Jul 31 15:52:47 2018 rev:44 rq:626022 version:2.0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes 2018-01-24 15:24:50.358260191 +0100 +++ /work/SRC/openSUSE:Factory/.OpenIPMI.new/OpenIPMI.changes 2018-07-31 15:52:49.434879488 +0200 @@ -1,0 +2,6 @@ +Wed Jul 25 16:24:55 UTC 2018 - [email protected] + +- Replace usage of deprecated py_sitedir macro with + python_sitearch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenIPMI.spec ++++++ --- /var/tmp/diff_new_pack.RJcjjz/_old 2018-07-31 15:52:50.334881004 +0200 +++ /var/tmp/diff_new_pack.RJcjjz/_new 2018-07-31 15:52:50.338881010 +0200 @@ -1,7 +1,7 @@ # # spec file for package OpenIPMI # -# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,16 +18,15 @@ #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates + %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif - Name: OpenIPMI Version: 2.0.24 Release: 0 Summary: Provides access to service processors via IPMI -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Monitoring -Url: http://openipmi.sourceforge.net +URL: http://openipmi.sourceforge.net Source0: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz Source1: sysconfig.ipmi Source2: ipmi.service @@ -124,7 +123,7 @@ autoreconf -fvi %configure --disable-static --with-pic \ --with-openssl=yes \ - --with-pythoninstall=%{py_sitedir} \ + --with-pythoninstall=%{python_sitearch} \ --with-tcl=yes \ --with-tcllibs=-ltcl%{tcl_version} make -j1 @@ -173,7 +172,8 @@ %files %defattr(-,root,root) -%doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ +%license COPYING COPYING.BSD COPYING.LIB +%doc CONFIGURING_FOR_LAN FAQ %doc README README.Force README.MotorolaMXP %{_fillupdir}/sysconfig.ipmi %{_unitdir}/ipmi.service @@ -225,11 +225,11 @@ %files python %defattr(644,root,root,755) -%{py_sitedir}/*OpenIPMI.* +%{python_sitearch}/*OpenIPMI.* %doc swig/OpenIPMI.i ###### gui files ###### -%dir %{py_sitedir}/openipmigui -%{py_sitedir}/openipmigui/* +%dir %{python_sitearch}/openipmigui +%{python_sitearch}/openipmigui/* %attr(755,root,root) %{_bindir}/openipmigui %{_mandir}/man1/openipmigui.1*
