Accepting request 544805 from home:RBrownSUSE:branches:Publishing:TeXLive
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) OBS-URL: https://build.opensuse.org/request/show/544805 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=84
This commit is contained in:
parent
d228df6077
commit
42a3e2999b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:51:29 UTC 2017 - rbrown@suse.com
|
||||
|
||||
- Replace references to /var/adm/fillup-templates with new
|
||||
%_fillupdir macro (boo#1069468)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 09:52:35 UTC 2017 - werner@suse.de
|
||||
|
||||
|
@ -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 @@ popd
|
||||
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
|
||||
|
||||
@ -24188,7 +24193,7 @@ rm -f /var/run/texlive/run-update
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user