Hello community,

here is the log from the commit of package oidentd for openSUSE:Factory checked 
in at 2017-11-24 10:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oidentd (Old)
 and      /work/SRC/openSUSE:Factory/.oidentd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oidentd"

Fri Nov 24 10:54:34 2017 rev:20 rq:544853 version:2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/oidentd/oidentd.changes  2016-01-22 
01:07:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.oidentd.new/oidentd.changes     2017-11-24 
10:54:35.988001772 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:46:36 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ oidentd.spec ++++++
--- /var/tmp/diff_new_pack.DkUdyj/_old  2017-11-24 10:54:36.963966124 +0100
+++ /var/tmp/diff_new_pack.DkUdyj/_new  2017-11-24 10:54:36.967965978 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oidentd
 #
-# 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} > 1230
 %bcond_without systemd
 %else
@@ -64,7 +69,7 @@
 %install
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}/%{_sysconfdir}  \
-         %{buildroot}%{_var}/adm/fillup-templates \
+         %{buildroot}%{_fillupdir} \
 %if %{with systemd}
          %{buildroot}%{_unitdir}
 %else
@@ -72,7 +77,7 @@
 %endif
 touch %{buildroot}/%{_sysconfdir}/oidentd.conf
 touch %{buildroot}/%{_sysconfdir}/oidentd_masq.conf
-cp -p %{S:1} %{buildroot}%{_var}/adm/fillup-templates
+cp -p %{S:1} %{buildroot}%{_fillupdir}
 %if %{with systemd}
 install -p -m 0644 %{SOURCE3} %{buildroot}/%{_unitdir}/oidentd.service
 install -p -m 0644 %{SOURCE4} %{buildroot}/%{_unitdir}/oidentd.socket
@@ -118,7 +123,7 @@
 %else
 %config %{_sysconfdir}/init.d/oidentd
 %endif
-%{_var}/adm/fillup-templates/sysconfig.oidentd
+%{_fillupdir}/sysconfig.oidentd
 %{_sbindir}/oidentd
 %{_sbindir}/rcoidentd
 %{_mandir}/man5/oidentd.conf.5.gz


Reply via email to