Hello community,

here is the log from the commit of package sblim-cmpi-boot_control_profile for 
openSUSE:Factory checked in at 2013-01-30 09:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-boot_control_profile (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-cmpi-boot_control_profile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-cmpi-boot_control_profile", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/sblim-cmpi-boot_control_profile/sblim-cmpi-boot_control_profile.changes
  2012-03-27 08:59:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.sblim-cmpi-boot_control_profile.new/sblim-cmpi-boot_control_profile.changes
     2013-01-30 09:38:39.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Jan 28 11:24:41 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-boot_control_profile.spec ++++++
--- /var/tmp/diff_new_pack.8I5Bfh/_old  2013-01-30 09:38:40.000000000 +0100
+++ /var/tmp/diff_new_pack.8I5Bfh/_new  2013-01-30 09:38:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package sblim-cmpi-boot_control_profile (Version 1.0.0)
+# spec file for package sblim-cmpi-boot_control_profile
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,22 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           sblim-cmpi-boot_control_profile
-BuildRequires:  konkretcmpi sblim-cmpi-base sblim-cmpi-devel 
sblim-cmpiutil-devel sblim-sfcb
+BuildRequires:  konkretcmpi
+BuildRequires:  sblim-cmpi-base
+BuildRequires:  sblim-cmpi-devel
+BuildRequires:  sblim-cmpiutil-devel
+BuildRequires:  sblim-sfcb
 Url:            http://www.omc-project.org
 Summary:        Instrumentation for DMTF Boot Control Profile
-Version:        1.0.0
-Release:        5
 License:        EPL-1.0
 Group:          System/Management
+Version:        1.0.0
+Release:        0
 Source:         %{name}-%{version}.tar.gz
 Patch1:         sblim-overflow.patch
 #PreReq:         /usr/sbin/provider-register.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       sblim-sfcb sblim-cmpi-base
+Requires:       sblim-cmpi-base
+Requires:       sblim-sfcb
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd
+%{?systemd_requires}
+%endif
 
 %description
 Linux providers for instrumentation of DMTF Boot Control Profile (DSP
@@ -71,7 +78,11 @@
   sfcbunstage -n root/cimv2 linux-boot-control-profile-interop.mof
   sfcbunstage -n root/interop linux-boot-control-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
@@ -81,7 +92,11 @@
 sfcbstage -n root/cimv2 
%{_datadir}/mof/%{name}/linux-boot-control-profile-interop.mof
 sfcbstage -n root/interop 
%{_datadir}/mof/%{name}/linux-boot-control-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
@@ -91,7 +106,11 @@
   sfcbunstage -n root/cimv2 linux-boot-control-profile-interop.mof
   sfcbunstage -n root/interop linux-boot-control-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]

Reply via email to