diff --git a/texlive.changes b/texlive.changes index 3bde0f7..b0e6379 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 17 12:39:29 UTC 2023 - Dr. Werner Fink + +- Catch all lua based binaries for boo#1216650 + ------------------------------------------------------------------- Mon Oct 30 14:15:53 UTC 2023 - Atri Bhattacharya diff --git a/texlive.spec b/texlive.spec index 83df068..83c1f4c 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1661,9 +1661,9 @@ License: LPPL-1.0 Summary: Binary files of latex-bin Group: Productivity/Publishing/TeX/Utilities URL: https://www.tug.org/texlive/ -Requires(pre): texlive-latex-bin >= %{texlive_version} # Needs to have the same version of zlib on system that it is compiled against %requires_eq libz1 +Requires(pre): texlive-latex-bin >= %{texlive_version} #!BuildIgnore: texlive-latex-bin Recommends: texlive-collection-fontsrecommended >= %{texlive_version} Recommends: texlive-collection-genericrecommended >= %{texlive_version} @@ -1967,6 +1967,8 @@ License: LPPL-1.0 Summary: Binary files of luahbtex Group: Productivity/Publishing/TeX/Utilities URL: https://www.tug.org/texlive/ +# Needs to have the same version of zlib on system that it is compiled against +%requires_eq libz1 Requires(pre): texlive-luahbtex >= %{texlive_version} #!BuildIgnore: texlive-luahbtex Recommends: texlive-collection-basic >= %{texlive_version} @@ -1984,6 +1986,8 @@ License: LPPL-1.0 Summary: Binary files of luajittex Group: Productivity/Publishing/TeX/Utilities URL: https://www.tug.org/texlive/ +# Needs to have the same version of zlib on system that it is compiled against +%requires_eq libz1 Requires(pre): texlive-luajittex >= %{texlive_version} #!BuildIgnore: texlive-luajittex Recommends: texlive-collection-basic >= %{texlive_version} @@ -2015,6 +2019,8 @@ License: LPPL-1.0 Summary: Binary files of luatex Group: Productivity/Publishing/TeX/Utilities URL: https://www.tug.org/texlive/ +# Needs to have the same version of zlib on system that it is compiled against +%requires_eq libz1 Requires(pre): texlive-luatex >= %{texlive_version} #!BuildIgnore: texlive-luatex Recommends: texlive-collection-fontsrecommended >= %{texlive_version}