public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/texlive] eln: Restore dependency generator to produce tex(...) Provides
@ 2026-07-26 22:15 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-26 22:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/texlive
Branch : eln
Commit : 3b7354a58034c2fe8e99c107c2c1496627b0e143
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-26T18:14:37-04:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/texlive/c/3b7354a58034c2fe8e99c107c2c1496627b0e143?branch=eln
Log:
Restore dependency generator to produce tex(...) Provides
This was accidentally removed in the 2026 update.
---
diff --git a/texlive.spec b/texlive.spec
index aae7fc1..05acd9b 100644
--- a/texlive.spec
+++ b/texlive.spec
@@ -33,7 +33,7 @@
Name: texlive
Version: %{source_date}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: %{tl_epoch}
Summary: TeX formatting system
Group: Applications/Publishing
@@ -9197,6 +9197,10 @@ pushd %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/
ln -sf ../../../../../../..%{_sysconfdir}/texlive/tex/generic/config/language.dat language.dat
popd
+# Create fileattr for generating tex(...) Provides.
+mkdir -p %{buildroot}%{_fileattrsdir}
+cp -a texlive.attr %{buildroot}%{_fileattrsdir}/texlive.attr
+
# create macro file for building texlive
mkdir -p %{buildroot}%{_rpmmacrodir}
cp -a %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.texlive
@@ -9550,6 +9554,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
%{_texdir}/licenses/
%{_texdir}/texlive.tlpdb
%{_texdir}/tlpkg/texlive.tlpdb
+%{_fileattrsdir}/texlive.attr
%{_rpmmacrodir}/macros.texlive
# Mostly we own directories.
%dir %{_sysconfdir}/texlive
@@ -12205,6 +12210,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
%doc %{_texmf_main}/doc/generic/babel-german/
%changelog
+* Sun Jul 26 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 14:20260301-2
+- Restore dependency generator to produce tex(...) Provides
+
* Mon Jul 06 2026 Than Ngo <than@redhat.com> - 14:20260301-1
- Update to 2026
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 22:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 22:15 [rpms/texlive] eln: Restore dependency generator to produce tex(...) Provides Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox