Bug 2143391 - Review Request: lua-luautf8 - A UTF-8 support module for Lua
Summary: Review Request: lua-luautf8 - A UTF-8 support module for Lua
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Benson Muite
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2149698
TreeView+ depends on / blocked
 
Reported: 2022-11-16 19:19 UTC by Jonny Heggheim
Modified: 2023-06-12 21:44 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-06-12 21:44:04 UTC
Type: ---
Embargoed:
benson_muite: fedora-review+


Attachments (Terms of Use)

Description Jonny Heggheim 2022-11-16 19:19:25 UTC
Spec URL: https://jonny.fedorapeople.org/lua-utf8.spec
SRPM URL: https://jonny.fedorapeople.org/lua-utf8-0.1.4-1.fc36.src.rpm

Description:
This module adds UTF-8 support to Lua.

It use data extracted from
[Unicode Character Database](http://www.unicode.org/reports/tr44/),
and tested on Lua 5.2.3, Lua 5.3.0 and LuaJIT.

parseucd.lua is a pure Lua script generate unidata.h, to support convert
characters and check characters' category.

It mainly used to compatible with Lua's own string module, it passed all
string and pattern matching test in lua test suite[2].

It also add some useful routines against UTF-8 features, some like:
- a convenient interface to escape Unicode sequence in string.
- string insert/remove, since UTF-8 substring extract may expensive.
- calculate Unicode width, useful when implement e.g. console emulator.
- a useful interface to translate Unicode offset and byte offset.

Fedora Account System Username: jonny

Comment 1 Jonny Heggheim 2022-11-16 19:19:27 UTC
This package built on koji:  https://koji.fedoraproject.org/koji/taskinfo?taskID=94247356

Comment 2 Jonny Heggheim 2022-11-16 19:22:37 UTC
A dependency for SILE https://sile-typesetter.org/

Comment 3 Benson Muite 2022-12-07 20:01:22 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[-]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "MIT License". 15 files have unknown
     license. Detailed output of licensecheck in /home/fedora/lua-
     utf8/2143391-lua-utf8/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[!]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 1 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: No rpmlint messages.
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Package functions as described.
[!]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: lua-utf8-0.1.4-1.fc38.aarch64.rpm
          lua-utf8-debuginfo-0.1.4-1.fc38.aarch64.rpm
          lua-utf8-debugsource-0.1.4-1.fc38.aarch64.rpm
          lua-utf8-0.1.4-1.fc38.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmp928dl6py')]
checks: 31, packages: 4

 4 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 1.2 s 




Rpmlint (debuginfo)
-------------------
Checking: lua-utf8-debuginfo-0.1.4-1.fc38.aarch64.rpm
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpe0qji2fo')]
checks: 31, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 0.4 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 31, packages: 3

lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_gettop	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_settop	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_toboolean	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_setfuncs	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_argerror	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_pushcclosure	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_tointegerx	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_tolstring	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_createtable	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_pushresult	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_setfield	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_pushinteger	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_checklstring	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_pushvalue	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_gettable	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_checkinteger	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_optinteger	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_checkstack	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_copy	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_pushlstring	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_callk	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_addlstring	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_checkversion_	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_typename	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_error	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_pushnil	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_addvalue	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_type	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_pushstring	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so luaL_buffinit	(/usr/lib64/lua/5.4/lua-utf8.so)
lua-utf8.aarch64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/lua-utf8.so lua_isstring	(/usr/lib64/lua/5.4/lua-utf8.so)
 3 packages and 0 specfiles checked; 0 errors, 31 warnings, 0 badness; has taken 1.3 s 



Unversioned so-files
--------------------
lua-utf8: /usr/lib64/lua/5.4/lua-utf8.so

Source checksums
----------------
https://github.com/starwing/luautf8/archive/0.1.4/luautf8-0.1.4.tar.gz :
  CHECKSUM(SHA256) this package     : 70906a67cd44237ac1b91ad0abfc1d8b123912c93984315c7440ff1b23d72423
  CHECKSUM(SHA256) upstream package : 70906a67cd44237ac1b91ad0abfc1d8b123912c93984315c7440ff1b23d72423


Requires
--------
lua-utf8 (rpmlib, GLIBC filtered):
    ld-linux-aarch64.so.1()(64bit)
    libc.so.6()(64bit)
    lua(abi)
    rtld(GNU_HASH)

lua-utf8-debuginfo (rpmlib, GLIBC filtered):

lua-utf8-debugsource (rpmlib, GLIBC filtered):



Provides
--------
lua-utf8:
    lua-utf8
    lua-utf8(aarch-64)

lua-utf8-debuginfo:
    debuginfo(build-id)
    lua-utf8-debuginfo
    lua-utf8-debuginfo(aarch-64)

lua-utf8-debugsource:
    lua-utf8-debugsource
    lua-utf8-debugsource(aarch-64)

Comments

a) The grammar in the description can be improved. For example:

This module adds UTF-8 support to Lua.

It uses data extracted from the
[Unicode Character Database](http://www.unicode.org/reports/tr44/),
and is tested on Lua 5.2.3, Lua 5.3.0 and LuaJIT.

parseucd.lua is a pure Lua script to generate unidata.h, to support conversion
of characters and to check the category of a characters.

It is compatible with Lua's own string module, and it passes all
string and pattern matching tests in the lua test suite.

It also add some useful routines for UTF-8 features, including:
- a convenient interface to escape Unicode sequences in string.
- string insert/remove, since UTF-8 substring extract may expensive.
- calculating the Unicode width, which can be useful when implementing a console emulator.
- an interface to translate Unicode offset and byte offset.

b) Can you update to the latest release?
c) Any idea about the reason for the warnings?

Comment 4 Jonny Heggheim 2022-12-08 08:15:35 UTC
The W: undefined-non-weak-symbol warnings seems to be a false positive in rpmlint, since standard lua bindings get the same warnings.

$ rpmlint -i lua-socket
======================================================= rpmlint session starts =======================================================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 1

lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_settop	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_setfuncs	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_tolstring	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_createtable	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_rawset	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_checknumber	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_optlstring	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_optnumber	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_pushresult	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_prepbuffsize	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_checkinteger	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_pushnumber	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_pushlstring	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_addstring	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_addlstring	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_pushnil	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so lua_pushstring	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/mime/core.so luaL_buffinit	(/usr/lib64/lua/5.4/mime/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_gettop	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_settop	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_toboolean	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_touserdata	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_setfuncs	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_argerror	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushcclosure	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_tolstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_checkoption	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_createtable	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_newuserdatauv	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_rawset	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_checknumber	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_optlstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_optnumber	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_pushresult	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_rawgeti	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_setfield	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushinteger	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_isnumber	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_checklstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushvalue	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushfstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_prepbuffsize	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_tonumberx	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_gettable	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_checkinteger	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_setmetatable	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_rawseti	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushnumber	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_settable	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushboolean	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_testudata	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_checktype	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_rawget	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_rotate	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_copy	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushlstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_rawequal	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_callk	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_error	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_addlstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_typename	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_error	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushnil	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_type	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_newmetatable	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pushstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so luaL_buffinit	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_getmetatable	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_getfield	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_pcallk	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/core.so lua_isstring	(/usr/lib64/lua/5.4/socket/core.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_gettop	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_settop	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_touserdata	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_argerror	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushcclosure	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_tolstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_createtable	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_newuserdatauv	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_rawset	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_checknumber	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_optlstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_optnumber	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_pushresult	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_isnumber	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_checklstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushvalue	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushfstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_prepbuffsize	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_tonumberx	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_gettable	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_setmetatable	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushnumber	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushboolean	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_testudata	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_rawget	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_copy	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_error	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_addlstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushnil	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_type	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_newmetatable	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_pushstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so luaL_buffinit	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_getmetatable	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_getfield	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/serial.so lua_isstring	(/usr/lib64/lua/5.4/socket/serial.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_gettop	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_settop	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_toboolean	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_touserdata	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_setfuncs	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_argerror	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushcclosure	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_tolstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_checkoption	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_createtable	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_newuserdatauv	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_rawset	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_checknumber	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_optlstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_optnumber	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_pushresult	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_setfield	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_isnumber	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_checklstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushvalue	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushfstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_prepbuffsize	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_tonumberx	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_gettable	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_setmetatable	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushnumber	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushboolean	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_testudata	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_rawget	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_copy	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushlstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_callk	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_error	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_addlstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_typename	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushnil	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_type	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_newmetatable	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_pushstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so luaL_buffinit	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_getmetatable	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_getfield	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/socket/unix.so lua_isstring	(/usr/lib64/lua/5.4/socket/unix.so)
lua-socket.x86_64: W: obsolete-not-provided lua-socket-devel
lua-socket.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib64/lua/5.4/socket/core.so
======================= 1 packages and 0 specfiles checked; 0 errors, 152 warnings, 0 badness; has taken 0.3 s =======================


$ rpmlint -i lua-sec
======================================================= rpmlint session starts =======================================================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 1

lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_rotate	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_tolstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_getfield	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_type	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushnumber	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_newuserdatauv	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_prepbuffsize	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_argerror	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_optinteger	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_rawgeti	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushlstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_setfield	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_toboolean	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checklstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_callk	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_error	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checktype	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_optnumber	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_optlstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushinteger	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_gettop	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushnil	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushvalue	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_rawset	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_rawseti	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_isnumber	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checkoption	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_rawget	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_copy	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checkudata	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushfstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushlightuserdata	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_newmetatable	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_createtable	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_setfuncs	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_settable	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checkversion_	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_addlstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_buffinit	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_settop	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_isuserdata	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_isstring	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_pushresult	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_testudata	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_tonumberx	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_next	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_pushboolean	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_gettable	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_setmetatable	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checknumber	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so luaL_checkinteger	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: undefined-non-weak-symbol /usr/lib64/lua/5.4/ssl.so lua_rawlen	(/usr/lib64/lua/5.4/ssl.so)
lua-sec.x86_64: W: crypto-policy-non-compliance-openssl /usr/lib64/lua/5.4/ssl.so SSL_CTX_set_cipher_list
lua-sec.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib64/lua/5.4/ssl.so
======================= 1 packages and 0 specfiles checked; 0 errors, 55 warnings, 0 badness; has taken 0.1 s ========================

Comment 5 Jonny Heggheim 2022-12-08 10:15:57 UTC
> a) The grammar in the description can be improved. For example:

I agree, updated in the spec file. Based on copy&paste from upstream, I will make a PR.

b) Can you update to the latest release?

Done


I decided to rename this package from lua-utf8 to lua-luautf8:
 * The Lua name of module is name lua-utf8 (require "lua-utf8")
 * There is already an builtin module in Lua named utf8
 * opensuse, archlinux, nixos, alpinelinux also uses lua-luautf

I have updated the spec+srpm, new urls:


Spec URL: https://fedorapeople.org/~jonny/lua-luautf8.spec
SRPM URL: https://fedorapeople.org/~jonny/lua-luautf8-0.1.5-1.fc36.src.rpm

Koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=95083050

Comment 6 Benson Muite 2022-12-09 05:57:43 UTC
Thanks. Checking on the mailing list about naming.

Comment 7 Jonny Heggheim 2023-01-09 19:55:31 UTC
The name should be lua-luautf8, to respect the name chosen by upstream and to avoid conflicts to the built in module utf8.

Comment 8 Jonny Heggheim 2023-03-15 17:25:40 UTC
Could you have a look at the review? The name should be lua-luautf8.

Comment 9 Jonny Heggheim 2023-06-12 10:13:16 UTC
Any updates? Do you have time to finish the review of the package?

Comment 10 Benson Muite 2023-06-12 17:25:34 UTC
Thanks for the reminder. Sorry, not much response. Naming seems fine. Approved.

Comment 11 Fedora Admin user for bugzilla script actions 2023-06-12 21:29:26 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/lua-luautf8

Comment 12 Jonny Heggheim 2023-06-12 21:44:04 UTC
Thanks for the review. Added to Fedora 37 and later.


Note You need to log in before you can comment on or make changes to this bug.