fix dir ownership

This commit is contained in:
Tom Callaway 2019-10-18 12:18:32 -04:00
parent 3a67fb5396
commit bf9c5e99cf
1 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@
Name: texlive
Version: %{tl_version}
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 9
Summary: TeX formatting system
License: Artistic 2.0 and CC-BY and CC-BY-SA and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia
@ -189912,6 +189912,8 @@ popd
%{_texdir}/texmf-dist/doc/latex/etex-pkg/
%files hyph-utf8
%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8
%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions
%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex
%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex
%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex
@ -189921,6 +189923,7 @@ popd
%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex
%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex
%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex
%dir %{_texdir}/texmf-dist/tex/luatex/hyph-utf8
%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/etex.src
%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua
@ -189929,6 +189932,7 @@ popd
%{_texdir}/texmf-dist/doc/luatex/hyph-utf8/
%files hyphen-base
%dir %{_texdir}/texmf-dist/tex/generic/hyphen
%{_texdir}/texmf-dist/tex/generic/hyphen/dumyhyph.tex
%{_texdir}/texmf-dist/tex/generic/hyphen/hyphen.tex
%{_texdir}/texmf-dist/tex/generic/hyphen/hypht1.tex
@ -211764,6 +211768,9 @@ popd
%{_texdir}/texmf-dist/tex/latex/l3backend/
%changelog
* Fri Oct 18 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-3
- dir ownership cleanups
* Thu Oct 17 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-2
- add missing l3backend package
- add Requires: l3backend to l3kernel