Hello community,

here is the log from the commit of package autossh for openSUSE:Factory checked 
in at 2017-11-27 22:16:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autossh (Old)
 and      /work/SRC/openSUSE:Factory/.autossh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autossh"

Mon Nov 27 22:16:01 2017 rev:13 rq:545265 version:1.4e

Changes:
--------
--- /work/SRC/openSUSE:Factory/autossh/autossh.changes  2015-09-30 
05:52:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autossh.new/autossh.changes     2017-11-27 
22:16:01.703823877 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:44:07 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ autossh.spec ++++++
--- /var/tmp/diff_new_pack.WP1aPw/_old  2017-11-27 22:16:02.531793822 +0100
+++ /var/tmp/diff_new_pack.WP1aPw/_new  2017-11-27 22:16:02.539793532 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autossh
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version} > 1220
 %define with_systemd 1
 %else
@@ -77,7 +82,7 @@
 %else
 %__install -D -m 755 %{S:1} %{buildroot}%{_initrddir}/autossh
 %__ln_s -f %{_initrddir}/autossh %{buildroot}%{_sbindir}/rcautossh
-%__install -D -m 644 %{S:2} 
%{buildroot}/var/adm/fillup-templates/sysconfig.autossh
+%__install -D -m 644 %{S:2} %{buildroot}%{_fillupdir}/sysconfig.autossh
 %endif
 %__rm "$RPM_BUILD_ROOT/usr/share/doc/autossh"/{CHANGES,README}
 %__rm -rf "%{buildroot}%{_datadir}/examples"
@@ -113,7 +118,7 @@
 %{_unitdir}/%{name}@.service
 %else
 %{_initrddir}/autossh
-/var/adm/fillup-templates/sysconfig.autossh
+%{_fillupdir}/sysconfig.autossh
 %endif
 %{_sbindir}/rcautossh
 %doc %{_mandir}/man1/autossh.1*


Reply via email to