Hello community,

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

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

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/sblim-cmpi-ethport_profile/sblim-cmpi-ethport_profile.changes
    2012-06-26 17:37:23.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.sblim-cmpi-ethport_profile.new/sblim-cmpi-ethport_profile.changes
       2013-01-30 09:38:51.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Jan 28 11:26:37 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-ethport_profile.spec ++++++
--- /var/tmp/diff_new_pack.JMFPYe/_old  2013-01-30 09:38:52.000000000 +0100
+++ /var/tmp/diff_new_pack.JMFPYe/_new  2013-01-30 09:38:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-ethport_profile
 #
-# Copyright (c) 2011 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,21 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           sblim-cmpi-ethport_profile
-BuildRequires:  konkretcmpi libtool sblim-cmpi-base sblim-cmpi-devel sblim-sfcb
+BuildRequires:  konkretcmpi
+BuildRequires:  libtool
+BuildRequires:  sblim-cmpi-base
+BuildRequires:  sblim-cmpi-devel
+BuildRequires:  sblim-sfcb
 Url:            http://www.omc-project.org
 Summary:        CMPI CIM provider for ethernet port profile
-Version:        1.0.0
-Release:        0
 License:        EPL-1.0
 Group:          System/Management
+Version:        1.0.0
+Release:        0
 Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       sblim-sfcb sblim-cmpi-base
+Requires:       sblim-cmpi-base
+Requires:       sblim-sfcb
 Conflicts:      sblim-cmpi-network
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd
+%{?systemd_requires}
+%endif
 
 %description
 CMPI CIM provider for ethernet port profile
@@ -66,7 +73,11 @@
   sfcbunstage -n root/cimv2 linux-ethernet-port-profile-interop.mof
   sfcbunstage -n root/interop linux-ethernet-port-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
@@ -75,7 +86,11 @@
 sfcbstage -n root/cimv2 
%{_datadir}/mof/%{name}/linux-ethernet-port-profile-interop.mof
 sfcbstage -n root/interop 
%{_datadir}/mof/%{name}/linux-ethernet-port-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
@@ -84,7 +99,11 @@
   sfcbunstage -n root/cimv2 linux-ethernet-port-profile-interop.mof
   sfcbunstage -n root/interop linux-ethernet-port-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