Hello community, here is the log from the commit of package openlmi-tools for openSUSE:Factory checked in at 2013-07-29 17:43:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openlmi-tools (Old) and /work/SRC/openSUSE:Factory/.openlmi-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openlmi-tools" Changes: -------- New Changes file: --- /dev/null 2013-07-23 23:44:04.804033756 +0200 +++ /work/SRC/openSUSE:Factory/.openlmi-tools.new/openlmi-tools.changes 2013-07-29 17:43:58.000000000 +0200 @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 26 09:59:50 UTC 2013 - [email protected] + +- Fix SLE 11 build + Add older-python.patch + +------------------------------------------------------------------- +Fri Apr 12 07:12:46 UTC 2013 - [email protected] + +- Initial version 0.5 + New: ---- older-python.patch openlmi-tools-0.5.tar.bz2 openlmi-tools.changes openlmi-tools.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openlmi-tools.spec ++++++ # # spec file for package openlmi-tools # # Copyright (c) 2013 Redhat, Inc # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # Licensed under the GPL-2.0 license # Name: openlmi-tools Version: 0.5 Release: 2%{?dist} Summary: Tooling around openLMI %if 0%{?suse_version} > 1110 # SLE11 has Python site-dir below /usr/lib64 BuildArch: noarch %endif License: GPL-2.0 URL: http://fedorahosted.org/openlmi/ Source0: %{name}-%{version}.tar.bz2 # SLE11 has Python 2.6, [email protected] Patch1: older-python.patch Group: System/Management BuildRequires: automake BuildRequires: autoconf BuildRequires: python-pywbem %if 0%{?suse_version} < 1120 # SLE11 needs explicit BuildRoot BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %if 0%{?suse_version} BuildRequires: python %else Requires: python2 %endif %if 0%{?suse_version} > 1010 BuildRequires: fdupes %endif # sblim-sfcb or tog-pegasus # (required to be present during install/uninstall for registration) Requires: cim-server Requires(pre): cim-server Requires(preun): cim-server Requires(post): cim-server # XXX # Just because we have wired python's scripts # Remove in future BuildRequires: python-setuptools %description %{name} is set of tools to build and work with openLMI providers %prep %setup -q %patch1 -p1 %build autoreconf -fi %configure make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT %if 0%{?suse_version} > 1010 %fdupes %{buildroot} %endif %files %defattr(-,root,root,-) %doc README COPYING %{_bindir}/lmi* %dir %{python_sitelib}/lmi %{python_sitelib}/lmi* %changelog++++++ older-python.patch ++++++ diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-openlmi-tools-0.5/configure.ac ./configure.ac --- ../orig-openlmi-tools-0.5/configure.ac 2013-03-12 16:38:27.000000000 +0100 +++ ./configure.ac 2013-07-26 11:54:00.402620503 +0200 @@ -5,7 +5,7 @@ m4_include([m4/python_module.m4]) AM_INIT_AUTOMAKE([dist-bzip2]) -AM_PATH_PYTHON([2.7]) +AM_PATH_PYTHON([2.6]) AC_PYTHON_MODULE([pywbem]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
