diff --git a/lua-messagepack.changes b/lua-messagepack.changes index d5eec46..516c213 100644 --- a/lua-messagepack.changes +++ b/lua-messagepack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 18 18:02:37 UTC 2021 - Matej Cepl + +- It would be better to rename the package to MessagePack, but + certainly RPMs must be called same as the package in OBS. + ------------------------------------------------------------------- Thu Feb 18 16:01:08 UTC 2021 - Callum Farmer diff --git a/lua-messagepack.spec b/lua-messagepack.spec index 3613805..82714db 100644 --- a/lua-messagepack.spec +++ b/lua-messagepack.spec @@ -1,7 +1,7 @@ # # spec file for package lua-messagepack # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,10 +32,10 @@ Obsoletes: %{flavor}-NessagePack <= %{version}-%{release} BuildArch: noarch %lua_provides %if "%{flavor}" == "" -Name: lua-%{mod_name} +Name: lua-messagepack ExclusiveArch: do_not_build %else -Name: %{flavor}-%{mod_name} +Name: %{flavor}-messagepack %endif %description