Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ooRexx for openSUSE:Factory checked 
in at 2021-10-15 23:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ooRexx (Old)
 and      /work/SRC/openSUSE:Factory/.ooRexx.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ooRexx"

Fri Oct 15 23:03:24 2021 rev:23 rq:925540 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ooRexx/ooRexx.changes    2021-06-06 
22:40:29.859377043 +0200
+++ /work/SRC/openSUSE:Factory/.ooRexx.new.1890/ooRexx.changes  2021-10-15 
23:03:36.810082487 +0200
@@ -1,0 +2,10 @@
+Fri Oct 15 18:39:48 UTC 2021 - Erico Mendonca <[email protected]>
+
+- bsc#1191085: re-adding rc* service sbin links with macros.
+
+-------------------------------------------------------------------
+Sat Oct  9 16:14:31 UTC 2021 - Erico Mendonca <[email protected]>
+
+- bsc#1191085: removing rc* service sbin links for UsrMerge compatibility.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ooRexx.spec ++++++
--- /var/tmp/diff_new_pack.kYBeAh/_old  2021-10-15 23:03:37.826083212 +0200
+++ /var/tmp/diff_new_pack.kYBeAh/_new  2021-10-15 23:03:37.830083214 +0200
@@ -209,12 +209,10 @@
 ln -sf %{_datadir}/ooRexx/rexxtry.rex .
 
 # Sort out systemd vs init depending on system version
-mkdir $RPM_BUILD_ROOT/sbin
 %if 0%{?suse_version} > 1230
 mkdir -p %{buildroot}%{_unitdir}
 install -D -m 444 %{buildroot}%{_datadir}/ooRexx/rxapid.service 
%{buildroot}%{_unitdir}/%{name}.service
 rm -f %{buildroot}%{_datadir}/ooRexx/rxapid.service
-ln -s /sbin/service $RPM_BUILD_ROOT/sbin/rc%{name}
 %else
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
 ln -s %{_bindir}/rxapid $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/rxapid
@@ -238,6 +236,13 @@
 touch 
%{buildroot}%{_sysconfdir}/alternatives/{rexx,rexxc,rxqueue,rexx.1,rexxc.1,rxqueue.1,rxsubcom.1,oorexx-config.1}
 %endif
 
+mkdir -p %{buildroot}%{_sbindir}
+%if 0%{?suse_version} < 1550
+ln -s /sbin/service %{buildroot}%{_sbindir}/rc%{name}
+%else
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
+%endif
+
 #******************************************************************************
 %clean
 #******************************************************************************
@@ -315,11 +320,11 @@
 
 %if 0%{?suse_version} > 1230
 %{_unitdir}/%{name}.service
-/sbin/rcooRexx
 %else
 %{_sysconfdir}/init.d/rxapid
 /sbin/rcrxapid
 %endif
+%{_sbindir}/rc%{name}
 
 #******************************************************************************
 

Reply via email to