Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mcstrans for openSUSE:Factory 
checked in at 2021-11-28 21:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mcstrans (Old)
 and      /work/SRC/openSUSE:Factory/.mcstrans.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mcstrans"

Sun Nov 28 21:29:58 2021 rev:29 rq:933778 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mcstrans/mcstrans.changes        2021-11-15 
15:27:35.529843524 +0100
+++ /work/SRC/openSUSE:Factory/.mcstrans.new.1895/mcstrans.changes      
2021-11-28 21:30:09.542066563 +0100
@@ -1,0 +2,5 @@
+Thu Nov 25 13:54:30 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Finish UsrMerge (bsc#1191075)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mcstrans.spec ++++++
--- /var/tmp/diff_new_pack.Enqh73/_old  2021-11-28 21:30:11.190061290 +0100
+++ /var/tmp/diff_new_pack.Enqh73/_new  2021-11-28 21:30:11.190061290 +0100
@@ -74,6 +74,7 @@
 cp -r share/examples %{buildroot}%{_datadir}/doc/packages/%{name}
 mkdir -p %{buildroot}%{_sbindir}
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+mv %{buildroot}/sbin/mcstransd %{buildroot}/usr/sbin/mcstransd
 
 %post
 %service_add_post mcstrans.service
@@ -89,7 +90,7 @@
 
 %files
 %{_unitdir}/mcstrans*.service
-/sbin/mcstransd
+/usr/sbin/mcstransd
 %{_sbindir}/rcmcstrans
 %{_mandir}/man5/*.5%{?ext_man}
 %{_mandir}/ru/man5/*.5%{?ext_man}

++++++ harden_mcstrans.service.patch ++++++
--- /var/tmp/diff_new_pack.Enqh73/_old  2021-11-28 21:30:11.214061213 +0100
+++ /var/tmp/diff_new_pack.Enqh73/_new  2021-11-28 21:30:11.214061213 +0100
@@ -1,11 +1,12 @@
-Index: mcstrans-3.2/src/mcstrans.service
+Index: mcstrans-3.3/src/mcstrans.service
 ===================================================================
---- mcstrans-3.2.orig/src/mcstrans.service
-+++ mcstrans-3.2/src/mcstrans.service
-@@ -7,6 +7,16 @@ Before=shutdown.target sysinit.target
+--- mcstrans-3.3.orig/src/mcstrans.service
++++ mcstrans-3.3/src/mcstrans.service
+@@ -7,7 +7,17 @@ Before=shutdown.target sysinit.target
  Conflicts=shutdown.target
  
  [Service]
+-ExecStart=/sbin/mcstransd -f
 +# added automatically, for details please see
 +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
 +ProtectHostname=true
@@ -16,6 +17,7 @@
 +ProtectControlGroups=true
 +RestrictRealtime=true
 +# end of automatic additions 
- ExecStart=/sbin/mcstransd -f
++ExecStart=/usr/sbin/mcstransd -f
  RuntimeDirectory=setrans
  
+ [Install]

Reply via email to