SHA256
10
0
forked from pool/lua-luaexpat

1 Commits

Author SHA256 Message Date
988e752b2b Lower the required libexpat version number (our library in SLE is
being maintained against all those CVEs anyway).
2025-08-05 11:05:07 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 5 09:04:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Lower the required libexpat version number (our library in SLE
is being maintained against all those CVEs anyway).
-------------------------------------------------------------------
Tue Jul 11 11:38:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -29,7 +29,9 @@ URL: https://lunarmodules.github.io/luaexpat/
Source: https://github.com/lunarmodules/luaexpat/archive/%{version}/%{mod_name}-%{version}.tar.gz
BuildRequires: %{flavor}-devel
# See: https://github.com/lunarmodules/luaexpat/releases/tag/1.5.0
BuildRequires: libexpat-devel >= 2.4.6
# So, it requires 2.4.0, not 2.4.6, and our libexpat in SLE has
# been patched against all those CVEs, despite having lower version number
BuildRequires: libexpat-devel >= 2.4.0
BuildRequires: lua-macros
Requires: %{flavor}
%lua_provides