12
0

- It would be better to rename the package to MessagePack, but

certainly RPMs must be called same as the package in OBS.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-messagepack?expand=0&rev=15
This commit is contained in:
Matej Cepl 2021-02-18 18:03:13 +00:00 committed by Git OBS Bridge
parent 624400a0d4
commit 323e3612b4
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 18 18:02:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
- 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 <gmbr3@opensuse.org>

View File

@ -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