Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2017-11-30 12:36:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Thu Nov 30 12:36:22 2017 rev:209 rq:544852 version:2.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2017-11-19 11:10:45.932756106 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2017-11-30 
12:36:24.913500686 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:50:00 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.rLSCd1/_old  2017-11-30 12:36:26.517442359 +0100
+++ /var/tmp/diff_new_pack.rLSCd1/_new  2017-11-30 12:36:26.525442068 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define gitexecdir %_libexecdir/git
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
@@ -310,8 +315,8 @@
 install -m 755 %{SOURCE3} $RPM_BUILD_ROOT/etc/init.d/git-daemon
 install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
 ln -s ../../etc/init.d/git-daemon $RPM_BUILD_ROOT%{_sbindir}/rcgit-daemon
-install -d -m 755 $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 644 %{SOURCE2} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.git-daemon
+install -d -m 755 $RPM_BUILD_ROOT%{_fillupdir}
+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.git-daemon
 install -d -m 755 $RPM_BUILD_ROOT/srv/git
 install -d -m 755 $RPM_BUILD_ROOT/etc/xinetd.d
 install -m 644 %{S:4} $RPM_BUILD_ROOT/etc/xinetd.d/git
@@ -449,7 +454,7 @@
 /etc/init.d/git-daemon
 %{_sbindir}/rcgit-daemon
 %dir /srv/git
-/var/adm/fillup-templates/sysconfig.git-daemon
+%{_fillupdir}/sysconfig.git-daemon
 %{!?_without_docs: %{_mandir}/man1/git-daemon.1*}
 %config(noreplace) /etc/xinetd.d/git
 %config %{_fwdefdir}/*




Reply via email to