Hello community,
here is the log from the commit of package cmpi-pywbem-power-management for
openSUSE:Factory checked in at 2015-07-02 22:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmpi-pywbem-power-management (Old)
and /work/SRC/openSUSE:Factory/.cmpi-pywbem-power-management.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmpi-pywbem-power-management"
Changes:
--------
---
/work/SRC/openSUSE:Factory/cmpi-pywbem-power-management/cmpi-pywbem-power-management.changes
2011-09-23 01:53:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.cmpi-pywbem-power-management.new/cmpi-pywbem-power-management.changes
2015-07-03 00:02:36.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun 24 07:50:44 UTC 2015 - [email protected]
+
+- fix SLE10 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cmpi-pywbem-power-management.spec ++++++
--- /var/tmp/diff_new_pack.n6yPxX/_old 2015-07-03 00:02:37.000000000 +0200
+++ /var/tmp/diff_new_pack.n6yPxX/_new 2015-07-03 00:02:37.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package cmpi-pywbem-power-management (Version 0.2.0)
+# spec file for package cmpi-pywbem-power-management
#
-# Copyright (c) 2008 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
@@ -15,22 +15,34 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: cmpi-pywbem-power-management
-BuildRequires: python-devel sblim-sfcb
-BuildRequires: cmpi-bindings-pywbem cmpi-provider-register cmpi-pywbem-base
+BuildRequires: cmpi-bindings-pywbem
+BuildRequires: cmpi-provider-register
+BuildRequires: cmpi-pywbem-base
+%if 0%{?suse_version} < 1130
+BuildRequires: python-m2crypto
+%else
+BuildRequires: python-M2Crypto
+%endif
+BuildRequires: python-devel
+BuildRequires: python-xml
+BuildRequires: sblim-sfcb
PreReq: /usr/sbin/cmpi-provider-register
Version: 0.2.0
-Release: 2
-Group: System/Management
+Release: 0
Summary: Power Management Providers
License: BSD-3-Clause
+Group: System/Management
Url: http://omc-project.org
BuildArch: noarch
Source0: %{name}-%{version}.tar.gz
-Requires: python-pywbem, cmpi-bindings-pywbem, cmpi-pywbem-base
+Requires: cmpi-bindings-pywbem
+Requires: cmpi-pywbem-base
+Requires: python-pywbem
+%if 0%{?fedora}
+BuildRequires: -pywbem
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description