Hello community, here is the log from the commit of package sblim-cmpi-ssh_service_profile for openSUSE:Factory checked in at 2013-01-30 09:39:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-ssh_service_profile (Old) and /work/SRC/openSUSE:Factory/.sblim-cmpi-ssh_service_profile.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-ssh_service_profile", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-cmpi-ssh_service_profile/sblim-cmpi-ssh_service_profile.changes 2012-03-20 11:35:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sblim-cmpi-ssh_service_profile.new/sblim-cmpi-ssh_service_profile.changes 2013-01-30 09:39:20.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Jan 28 11:29:31 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) + +------------------------------------------------------------------- @@ -5 +15,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-ssh_service_profile.spec ++++++ --- /var/tmp/diff_new_pack.Tb3kgG/_old 2013-01-30 09:39:21.000000000 +0100 +++ /var/tmp/diff_new_pack.Tb3kgG/_new 2013-01-30 09:39:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sblim-cmpi-ssh_service_profile # -# Copyright (c) 2012 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 @@ -16,25 +16,34 @@ # - Name: sblim-cmpi-ssh_service_profile -BuildRequires: gcc gcc-c++ konkretcmpi libtool sblim-cmpi-devel sblim-cmpiutil-devel sblim-sfcb +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: konkretcmpi +BuildRequires: libtool +BuildRequires: sblim-cmpi-devel +BuildRequires: sblim-cmpiutil-devel +BuildRequires: sblim-sfcb Url: http://www.omc-project.org # Increment the version every time the source code changes. Version: 1.0.0 Release: 0 -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 -Requires: sblim-sfcb sblim-cmpi-base Requires: cim-schema >= 2.17 +Requires: sblim-cmpi-base +Requires: sblim-sfcb Source0: sblim-cmpi-ssh_service_profile-%{version}.tar.gz Patch1: bnc530329-pclose.patch +%if 0%{?suse_version} >= 1210 +BuildRequires: systemd +%{?systemd_requires} +%endif %description Linux providers for instrumentation of DMTF SSH Service Profile (DSP @@ -81,7 +90,11 @@ sfcbunstage -n root/cimv2 linux-ssh-service-profile-interop.mof sfcbunstage -n root/interop linux-ssh-service-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 @@ -90,7 +103,11 @@ sfcbstage -n root/cimv2 %{_datadir}/mof/%{name}/linux-ssh-service-profile-interop.mof sfcbstage -n root/interop %{_datadir}/mof/%{name}/linux-ssh-service-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 @@ -99,7 +116,11 @@ sfcbunstage -n root/cimv2 linux-ssh-service-profile-interop.mof sfcbunstage -n root/interop linux-ssh-service-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]
