SPECS: texlive.spec - fmtutil-sys parameter fix - useradd fix
uzsolt
uzsolt at pld-linux.org
Sat Dec 27 15:55:43 CET 2008
Author: uzsolt Date: Sat Dec 27 14:55:43 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fmtutil-sys parameter fix
- useradd fix
---- Files affected:
SPECS:
texlive.spec (1.72 -> 1.73)
---- Diffs:
================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.72 SPECS/texlive.spec:1.73
--- SPECS/texlive.spec:1.72 Fri Dec 26 18:50:34 2008
+++ SPECS/texlive.spec Sat Dec 27 15:55:38 2008
@@ -3469,7 +3469,7 @@
%post
%groupadd -g 250 texmf
-%useradd -u 250 -r -d /dev/null -s /bin/false -g texmf
+%useradd -u 250 -r -s /bin/false -g texmf
%fixinfodir
%texhash
@@ -3562,7 +3562,7 @@
%texhash
%post pdftex
-%{_bindir}/fmtutil-sys -byfmt pdftex
+%{_bindir}/fmtutil-sys --byfmt pdftex
%texhash
%postun pdftex
@@ -3576,7 +3576,7 @@
%post plain
%texhash
-%{_bindir}/fmtutil-sys -byfmt tex
+%{_bindir}/fmtutil-sys --byfmt tex
%postun plain
%texhash
@@ -3740,7 +3740,7 @@
%post latex
%fixinfodir
-%{_bindir}/fmtutil-sys -byfmt latex
+%{_bindir}/fmtutil-sys --byfmt latex
%texhash
%postun latex
@@ -4652,9 +4652,9 @@
%ghost %{texmf}/ls-R
%ghost %{texmfdist}/ls-R
-%dir %{_localstatedir}
-%dir %{_localstatedir}/fonts
-%dir %{_localstatedir}/fonts/map
+%attr(775,texmf,texmf) %dir %{_localstatedir}
+%attr(775,texmf,texmf) %dir %{_localstatedir}/fonts
+%attr(775,texmf,texmf) %dir %{_localstatedir}/fonts/map
# %ghost %{_localstatedir}/ls-R
%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
@@ -6755,6 +6755,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.73 2008/12/27 14:55:38 uzsolt
+- fmtutil-sys parameter fix
+- useradd fix
+
Revision 1.72 2008/12/26 17:50:34 uzsolt
- fmtutil-sys after install plain, latex, pdftex subpackages
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.72&r2=1.73&f=u
More information about the pld-cvs-commit
mailing list