Remove conditional requirements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-macros?expand=0&rev=6
This commit is contained in:
Matej Cepl 2018-10-31 15:29:55 +00:00 committed by Git OBS Bridge
parent b128815ef3
commit d9ec45ebe4

View File

@ -1,7 +1,7 @@
#
# spec file for package lua-macros
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -24,7 +24,7 @@ License: MIT
Group: Development/Languages/Other
Url: http://www.lua.org
Source0: macros.lua
Requires: (lua51 or lua52 or lua53)
Requires: lua
BuildArch: noarch
%description