10
0

Accepting request 515963 from home:eeich:branches:devel:languages:lua

- Fix provides/obsoletes for the old package name.

OBS-URL: https://build.opensuse.org/request/show/515963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luafilesystem?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2017-08-10 16:23:49 +00:00
committed by Git OBS Bridge
parent 8fffd84cd2
commit 1744e7d9cc
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 10 14:52:56 UTC 2017 - eich@suse.com
- Fix provides/obsoletes for the old package name.
-------------------------------------------------------------------
Thu Jul 13 16:19:59 UTC 2017 - tchvatal@suse.com

View File

@@ -28,8 +28,8 @@ Source: https://github.com/keplerproject/luafilesystem/archive/v_1_6_3.t
BuildRequires: %{flavor}-devel
Requires: %{flavor}
%if "%{flavor}" == "lua53"
Provides: lua-%{_name} = %{version}
Obsoletes: lua-%{_name} < %{version}
Provides: lua-%{mod_name} = %{version}
Obsoletes: lua-%{mod_name} < %{version}
%endif
%if "%{flavor}" == ""
Name: lua-%{mod_name}