Hello community,
here is the log from the commit of package sblim-cmpi-fan_profile for
openSUSE:Factory checked in at 2013-01-30 09:39:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-fan_profile (Old)
and /work/SRC/openSUSE:Factory/.sblim-cmpi-fan_profile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-fan_profile", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/sblim-cmpi-fan_profile/sblim-cmpi-fan_profile.changes
2012-05-31 17:10:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.sblim-cmpi-fan_profile.new/sblim-cmpi-fan_profile.changes
2013-01-30 09:39:02.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Jan 28 11:27:26 UTC 2013 - [email protected]
+
+- Suppression of output message of systemctl
+- Correction the name of sfcb's service file
+
+-------------------------------------------------------------------
+Tue Jan 8 10:55:51 UTC 2013 - [email protected]
+
+- adapt to systemd for openSUSE > 12.1 (bnc#796900)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sblim-cmpi-fan_profile.spec ++++++
--- /var/tmp/diff_new_pack.GmdWPg/_old 2013-01-30 09:39:03.000000000 +0100
+++ /var/tmp/diff_new_pack.GmdWPg/_new 2013-01-30 09:39:03.000000000 +0100
@@ -1,15 +1,20 @@
#
-# spec file for package sblim-cmpi-fan_profile (Version 1.0.0)
+# spec file for package sblim-cmpi-fan_profile
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: sblim-cmpi-fan_profile
BuildRequires: autoconf
@@ -18,27 +23,31 @@
BuildRequires: gcc-c++
BuildRequires: konkretcmpi
BuildRequires: libtool
-BuildRequires: sblim-cmpiutil-devel
+BuildRequires: sblim-cmpi-base
BuildRequires: sblim-cmpi-devel
+BuildRequires: sblim-cmpiutil-devel
BuildRequires: sblim-sfcb
-BuildRequires: sblim-cmpi-base
Url: http://www.omc-project.org
# Increment the version every time the source code changes.
Version: 1.0.0
Release: 1.2
-Group: System/Management
Summary: Instrumentation for DMTF SSH Service Profile.
License: EPL-1.0
+Group: System/Management
# This is necessary to build the RPM as a non-root user.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# "yes" is the default, but we put it here explicitly to avoid someone
# setting it to "no"
-AutoReqProv: yes
#PreReq: /usr/sbin/provider-register.sh
-Requires: sblim-sfcb sblim-cmpi-base
Requires: cim-schema >= 2.17
+Requires: sblim-cmpi-base
+Requires: sblim-sfcb
Source0: %{name}-%{version}.tar.gz
+%if 0%{?suse_version} >= 1210
+BuildRequires: systemd
+%{?systemd_requires}
+%endif
%description
Linux providers for instrumentation of DMTF SSH Service Profile (DSP
@@ -85,7 +94,11 @@
sfcbunstage -n root/cimv2 linux-fan-profile-interop.mof
sfcbunstage -n root/interop linux-fan-profile-interop.mof
sfcbrepos -f
+%if 0%{?suse_version} >= 1210
+ systemctl condrestart sfcbd.service >/dev/null 2>&1 || :
+%else
/etc/init.d/sfcb condrestart
+%endif
fi
%post
@@ -95,7 +108,11 @@
sfcbstage -n root/cimv2 %{_datadir}/mof/%{name}/linux-fan-profile-interop.mof
sfcbstage -n root/interop %{_datadir}/mof/%{name}/linux-fan-profile-interop.mof
sfcbrepos -f
-/etc/init.d/sfcb condrestart
+%if 0%{?suse_version} >= 1210
+ systemctl condrestart sfcbd.service >/dev/null 2>&1 || :
+%else
+ /etc/init.d/sfcb condrestart
+%endif
%preun
# If removing (not upgrading) then de-register, before the files are gone
@@ -105,7 +122,11 @@
sfcbunstage -n root/cimv2 linux-fan-profile-interop.mof
sfcbunstage -n root/interop linux-fan-profile-interop.mof
sfcbrepos -f
+%if 0%{?suse_version} >= 1210
+ systemctl condrestart sfcbd.service >/dev/null 2>&1 || :
+%else
/etc/init.d/sfcb condrestart
+%endif
fi
%postun -p /sbin/ldconfig
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]