Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2015-09-19 06:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-sfcb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes    2015-09-03 
18:09:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes       
2015-09-19 06:55:32.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 17 11:32:42 UTC 2015 - mvet...@suse.com
+
+- Remove sfcb/sfcbd symlinks. bsc#906070
+- sfcbd-alias.patch: Add alias for those names instead
+
+-------------------------------------------------------------------

New:
----
  sfcbd-alias.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sblim-sfcb.spec ++++++
--- /var/tmp/diff_new_pack.cQ1rGW/_old  2015-09-19 06:55:33.000000000 +0200
+++ /var/tmp/diff_new_pack.cQ1rGW/_new  2015-09-19 06:55:33.000000000 +0200
@@ -63,6 +63,9 @@
 # bsc#942628 lookupProviders() null pointer dereference
 Patch12:        sblim-sfcb-1.4.9-fix-null-deref.patch
 
+# bsc#906070 - add custom names as alias
+Patch13:        sfcbd-alias.patch
+
 Provides:       cim-server
 Provides:       cimserver
 BuildRequires:  cmpi-devel
@@ -139,6 +142,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p0
 
 export PATCH_GET=0
 
@@ -204,12 +208,10 @@
 # make the cmpi directory that sfcb will own - for SuSE Autobuild checks of 
rpm directory ownership
 mkdir $RPM_BUILD_ROOT/%{_libdir}/cmpi
 %if 0%{?has_systemd}
-# sblim-sfcb.service, sfcbd.service, and sfcb.service are all aliases
-(cd $RPM_BUILD_ROOT/%{_unitdir}; ln -sf sblim-sfcb.service sfcbd.service; ln 
-sf sblim-sfcb.service sfcb.service)
 # remove the default-installed sfcb init script
 rm -f $RPM_BUILD_ROOT/etc/init.d/sfcb
-# create /usr/sbin/rcsfcb, esp. for cmpi-provider-register
-ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rcsfcb
+# create /usr/sbin/rcsblim-sfcb, esp. for cmpi-provider-register
+ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rcsblim-sfcb
 %else
 %if 0%{?suse_version}
 # override the default-installed sfcb init script - use the one from Source2
@@ -250,8 +252,6 @@
 echo "%doc %{_datadir}/man/man1/*" >> _pkg_list
 %if 0%{?has_systemd}
 echo "%{_unitdir}/sblim-sfcb.service" >> _pkg_list
-echo "%{_unitdir}/sfcb.service" >> _pkg_list
-echo "%{_unitdir}/sfcbd.service" >> _pkg_list
 %else
 echo "%{_sysconfdir}/init.d/sfcb" >> _pkg_list
 %endif

++++++ sfcbd-alias.patch ++++++
--- sblim-sfcb.service.pre.in   2014-11-25 02:43:13.000000000 +0100
+++ sblim-sfcb.service.pre.in.other     2015-08-19 11:55:22.127428981 +0200
@@ -7,3 +7,4 @@
 
 [Install]
 WantedBy=multi-user.target
+Alias=sfcbd
+Alias=sfcb

Reply via email to