From 5432157d0a530447bd4d8079ff3af714fac106a8 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 31 Jan 2021 02:38:46 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/lua-filesystem.git#300334013c97f340d94cb960ca37b3df82fed1c3 --- lua-filesystem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lua-filesystem.spec b/lua-filesystem.spec index 985129e..9317b11 100644 --- a/lua-filesystem.spec +++ b/lua-filesystem.spec @@ -12,7 +12,7 @@ Name: lua-filesystem Version: 1.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: File System Library for the Lua Programming Language %global gitowner keplerproject @@ -52,10 +52,10 @@ structure and file attributes.} Summary: File System Library for the Lua Programming Language %{lua_compat_version} %if 0%{?fedora} < 33 && 0%{?rhel} < 9 Requires: lua(abi) = %{lua_compat_version} +%endif Obsoletes: lua-filesystem-compat < 1.8.0-3 Provides: lua-filesystem-compat = %{version}-%{release} Provides: lua-filesystem-compat%{?_isa} = %{version}-%{release} -%endif %description -n lua%{lua_compat_version}-filesystem %{_description} %endif @@ -109,6 +109,9 @@ LUA_CPATH=%{buildroot}%{lua_compat_libdir}/\?.so lua-%{lua_compat_version} tests %endif %changelog +* Sun Jan 31 2021 Michel Alexandre Salim - 1.8.0-4 +- Adjust conditionals for compat package + * Fri Jan 29 2021 Robert Scheck - 1.8.0-3 - Use Fedora-specific linker flags - Remove unused PREFIX argument at %%make_build and %%make_install