Hello community,

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

Package is "texlive-filesystem"

Thu Nov 30 12:40:57 2017 rev:26 rq:545149 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes    
2017-10-26 18:39:54.272493055 +0200
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.changes   
    2017-11-30 12:41:01.403446997 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:29 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.j5rGhF/_old  2017-11-30 12:41:03.567368319 +0100
+++ /var/tmp/diff_new_pack.j5rGhF/_new  2017-11-30 12:41:03.591367447 +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 texlive_version  2017
 %define texlive_previous 2016
 %define texlive_release  20170520
@@ -13878,8 +13883,8 @@
     install -m 0644 %{S:31} %{buildroot}%{_sysconfdir}/skel/.dvipsrc
 
     # install config stuff
-    mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-    install -m 0644 %{S:10} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.texlive
+    mkdir -p %{buildroot}%{_fillupdir}
+    install -m 0644 %{S:10} %{buildroot}%{_fillupdir}/sysconfig.texlive
 
     install -m 0755 %{S:11} %{buildroot}%{_texmfdistdir}/texconfig/update
 
@@ -13925,8 +13930,8 @@
     test ! -e ${dir}/ls-R || continue
     echo '%% ls-R -- filename database for kpathsea; do not change this line.' 
> \
     ${dir}/ls-R
-    chown root:%{texgrp} ${dir}/ls-R
-    chmod 0664 ${dir}/ls-R
+    chown root:%{texgrp} ${dir}/ls-R || :
+    chmod 0664 ${dir}/ls-R || :
 done
 %if %{defined set_permissions}
 %set_permissions %{_texmfconfdir}/ls-R
@@ -24188,7 +24193,7 @@
 %ghost %config(noreplace) %attr(0664,root,%{texgrp}) %verify(not md5 size 
mtime mode) %{_texmfvardir}/ls-R
 %ghost %config(noreplace) %attr(0664,root,%{texgrp}) %verify(not md5 size 
mtime mode) %{_texmfvardir}/dist/ls-R
 %ghost %config(noreplace) %attr(0664,root,%{texgrp}) %verify(not md5 size 
mtime mode) %{_texmfvardir}/main/ls-R
-%{_localstatedir}/adm/fillup-templates/sysconfig.texlive
+%{_fillupdir}/sysconfig.texlive
 /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 
 %files -n texlive-scheme-basic


Reply via email to