Hello community,

here is the log from the commit of package mrsh for openSUSE:Factory checked in 
at 2020-02-13 10:12:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mrsh (Old)
 and      /work/SRC/openSUSE:Factory/.mrsh.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mrsh"

Thu Feb 13 10:12:24 2020 rev:10 rq:773722 version:2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/mrsh/mrsh.changes        2019-12-06 
12:09:10.532118164 +0100
+++ /work/SRC/openSUSE:Factory/.mrsh.new.26092/mrsh.changes     2020-02-13 
10:12:30.468374499 +0100
@@ -1,0 +2,17 @@
+Wed Feb 12 11:40:04 UTC 2020 - Egbert Eich <[email protected]>
+
+- Create compatibility symlinks as relative links. This doesn't
+  trick chkstat to erronously set permissions on link targets
+  during package build.
+
+-------------------------------------------------------------------
+Mon Jan 27 08:50:12 UTC 2020 - Egbert Eich <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut through the -mini flavors.
+- Use systemd_ordering instead of systemd_requires: systemd is
+  never a strict requirement; but in case the system is scheduled
+  for installation together with systemd, we want systemd to be
+  installed prior to mrsh.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mrsh.spec ++++++
--- /var/tmp/diff_new_pack.FMarb4/_old  2020-02-13 10:12:31.476375084 +0100
+++ /var/tmp/diff_new_pack.FMarb4/_new  2020-02-13 10:12:31.476375084 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mrsh
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
 %if 0%{?have_systemd}
-BuildRequires:  systemd-mini
+BuildRequires:  pkgconfig(systemd)
 %endif
 BuildRequires:  fdupes
 
@@ -59,7 +59,7 @@
 Requires:       mrsh
 Requires:       tcpd
 %if 0%{?have_systemd}
-%{?systemd_requires}
+%{?systemd_ordering}
 %else
 Requires:       xinetd
 %endif
@@ -108,6 +108,9 @@
 
 ln -sf in.mrlogind %{buildroot}%{_sbindir}/in.rlogind
 ln -sf in.mrshd %{buildroot}%{_sbindir}/in.rshd
+for i in rcp rlogin rsh; do
+   ln -sf m$i %{buildroot}/%{_bindir}/$i
+done
 
 for i in mrsh mrlogin
 do


Reply via email to