Bug 2482352
| Summary: | Review Request: zoitechat - GTK3 IRC client based on HexChat | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | deepend |
| Component: | Package Review | Assignee: | Kevin Fenzi <kevin> |
| Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | kevin, package-review |
| Target Milestone: | --- | Flags: | kevin:
fedora-review?
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://github.com/ZoiteChat/zoitechat | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
deepend
2026-05-27 19:31:54 UTC
Copr build: https://copr.fedorainfracloud.org/coprs/build/10517554 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2482352-zoitechat/fedora-rawhide-x86_64/10517554-zoitechat/fedora-review/review.txt Found issues: - zoitechat : /usr/include/zoitechat-plugin.h Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages Please know that there can be false-positives. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. I'll review this. Look for a review in coming days! Thanks. Sorry for the delay here. ;(
Package Review
==============
Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed
Issues:
=======
- not a blocker, but you are using xvfb-run to tests under X, you might
want to look at (also) using xwayland-run to run tests under wayland (since
gnome/kde/others are wayland default in fedora).
- Package installs a %{name}.desktop using desktop-file-install or desktop-
file-validate if there is such a file.
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_file_install_usage
- You should validate the app data:
https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/#_app_data_validate_usage
- You should edit the title of the review bug to use 'zoitechat' instead of 'ZoiteChat'
(The mismatch will mess up automation).
- There's some rpmlint output, but I dont see any blockers in there.
===== MUST items =====
C/C++:
[-]: Provides: bundled(gnulib) in place as required.
Note: Sources not installed
[-]: Package does not contain kernel modules.
[-]: 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]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.
Generic:
[-]: 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: There is no build directory. Running licensecheck on vanilla
upstream sources. No licenses found. Please check the source files for
licenses manually.
[x]: License file installed when any subpackage combination is installed.
[x]: Package must own all directories that it creates.
Note: Directories without known owners: /usr/share/dbus-1,
/usr/share/dbus-1/services
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries or specifies bundled libraries
with Provides: bundled(<libname>) if unbundling is not possible.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: The spec file handles locales properly.
[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.
[x]: 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.
[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: There are rpmlint messages (see attachment).
[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]: The License field must be a valid SPDX expression.
[x]: Package requires other packages for directories it uses.
[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]: Package contains desktop file if it is a GUI application.
[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]: Large documentation must go in a -doc subpackage. Large could be size
(~1MB) or number of files.
Note: Documentation size is 4619 bytes in 2 files.
[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]: Fully versioned dependency in subpackages if applicable.
[x]: Package functions as described.
[x]: 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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: The placement of pkgconfig(.pc) files are correct.
[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:
[!]: Spec file according to URL is the same as in SRPM.
See: (this test has no URL)
[-]: Large data in /usr/share should live in a noarch subpackage if package
is arched.
Note: Arch-ed rpms have a total of 4290560 bytes in /usr/share
[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).
Rpmlint
-------
Checking: zoitechat-2.18.1-1.fc45.aarch64.rpm
zoitechat-devel-2.18.1-1.fc45.aarch64.rpm
zoitechat-2.18.1-1.fc45.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.9.0
configuration:
/usr/lib/python3.14/site-packages/rpmlint/configdefaults.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/tmpj1lu8knk')]
checks: 32, packages: 3
zoitechat-devel.aarch64: W: no-documentation
zoitechat.aarch64: E: incorrect-fsf-address /usr/share/licenses/zoitechat/COPYING
zoitechat.aarch64: W: binary-or-shlib-calls-gethostbyname /usr/bin/zoitechat
3 packages and 0 specfiles checked; 1 errors, 2 warnings, 11 filtered, 1 badness; has taken 0.9 s
Rpmlint (debuginfo)
-------------------
Checking: zoitechat-debuginfo-2.18.1-1.fc45.aarch64.rpm
============================ rpmlint session starts ============================
rpmlint: 2.9.0
configuration:
/usr/lib/python3.14/site-packages/rpmlint/configdefaults.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/tmpqy6xjmnk')]
checks: 32, packages: 1
1 packages and 0 specfiles checked; 0 errors, 0 warnings, 22 filtered, 0 badness; has taken 0.6 s
Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.9.0
configuration:
/usr/lib/python3.14/site-packages/rpmlint/configdefaults.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: 32, packages: 3
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_set_context (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_get_info (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_commandf (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_get_prefs (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_printf (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_hook_print (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/checksum.so zoitechat_find_context (/usr/lib64/zoitechat/plugins/checksum.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_list_str (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_hook_server (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_emit_print (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_set_context (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_list_get (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_list_int (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_hook_server_attrs (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_get_context (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_command (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_get_info (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_hook_command (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_commandf (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_nickcmp (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_print (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_printf (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_list_next (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_get_prefs (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/fishlim.so zoitechat_list_free (/usr/lib64/zoitechat/plugins/fishlim.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_commandf (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_set_context (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_hook_timer (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_strip (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_unhook (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_print (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_emit_print (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_free (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_pluginpref_set_int (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_pluginpref_set_str (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_list_get (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_plugingui_add (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_event_attrs_create (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_list_next (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_hook_server_attrs (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_plugingui_remove (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_list_str (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_printf (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_command (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_pluginpref_get_str (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_pluginpref_get_int (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_hook_server (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_list_int (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_hook_print (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_find_context (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_get_info (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_emit_print_attrs (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_event_attrs_free (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_nickcmp (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_send_modes (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_hook_command (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_list_free (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_get_context (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_list_time (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_get_prefs (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_pluginpref_list (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_hook_print_attrs (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/lua.so zoitechat_pluginpref_delete (/usr/lib64/zoitechat/plugins/lua.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_set_context (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_hook_timer (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_unhook (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_print (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_emit_print (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_pluginpref_set_str (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_get (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_plugingui_add (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_next (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_plugingui_remove (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_str (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_printf (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_command (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_hook_fd (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_pluginpref_get_str (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_hook_server (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_int (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_hook_print (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_find_context (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_get_info (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_nickcmp (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_send_modes (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_hook_command (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_free (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_get_context (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_time (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_get_prefs (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_pluginpref_list (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_list_fields (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/perl.so zoitechat_pluginpref_delete (/usr/lib64/zoitechat/plugins/perl.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_commandf (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_emit_print (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_printf (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_emit_print_attrs (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_set_context (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_timer (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_strip (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_unhook (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_gettext (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_print (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_free (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_pluginpref_set_int (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_pluginpref_set_str (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_get (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_plugingui_add (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_event_attrs_create (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_next (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_server_attrs (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_plugingui_remove (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_str (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_command (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_fd (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_pluginpref_get_str (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_pluginpref_get_int (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_server (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_int (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_print (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_find_context (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_get_info (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_event_attrs_free (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_nickcmp (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_send_modes (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_command (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_free (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_get_context (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_time (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_get_prefs (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_pluginpref_list (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_list_fields (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_hook_print_attrs (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/python.so zoitechat_pluginpref_delete (/usr/lib64/zoitechat/plugins/python.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_commandf (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_gettext (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_print (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_pluginpref_set_int (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_printf (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_command (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_pluginpref_get_int (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_list_int (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_get_info (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat.aarch64: W: undefined-non-weak-symbol /usr/lib64/zoitechat/plugins/sysinfo.so zoitechat_hook_command (/usr/lib64/zoitechat/plugins/sysinfo.so)
zoitechat-devel.aarch64: W: no-documentation
zoitechat.aarch64: E: incorrect-fsf-address /usr/share/licenses/zoitechat/COPYING
zoitechat.aarch64: W: binary-or-shlib-calls-gethostbyname /usr/bin/zoitechat
3 packages and 0 specfiles checked; 1 errors, 146 warnings, 35 filtered, 1 badness; has taken 1.8 s
Unversioned so-files
--------------------
zoitechat: /usr/lib64/zoitechat/plugins/checksum.so
zoitechat: /usr/lib64/zoitechat/plugins/fishlim.so
zoitechat: /usr/lib64/zoitechat/plugins/lua.so
zoitechat: /usr/lib64/zoitechat/plugins/perl.so
zoitechat: /usr/lib64/zoitechat/plugins/python.so
zoitechat: /usr/lib64/zoitechat/plugins/sysinfo.so
Source checksums
----------------
https://github.com/ZoiteChat/zoitechat/archive/refs/tags/zoitechat-2.18.1.tar.gz :
CHECKSUM(SHA256) this package : 961bb3e5b6511c7d610292d55f9d6db6ab4328b82609d39982caf65020b522a6
CHECKSUM(SHA256) upstream package : 961bb3e5b6511c7d610292d55f9d6db6ab4328b82609d39982caf65020b522a6
Requires
--------
zoitechat (rpmlib, GLIBC filtered):
hicolor-icon-theme
iso-codes
ld-linux-aarch64.so.1()(64bit)
libarchive.so.13()(64bit)
libayatana-appindicator3.so.1()(64bit)
libc.so.6()(64bit)
libcairo.so.2()(64bit)
libcanberra.so.0()(64bit)
libcrypto.so.3()(64bit)
libcrypto.so.3(OPENSSL_3.0.0)(64bit)
libgdk-3.so.0()(64bit)
libgdk_pixbuf-2.0.so.0()(64bit)
libgio-2.0.so.0()(64bit)
libglib-2.0.so.0()(64bit)
libgmodule-2.0.so.0()(64bit)
libgobject-2.0.so.0()(64bit)
libgtk-3.so.0()(64bit)
liblua-5.5.so()(64bit)
libpango-1.0.so.0()(64bit)
libpangocairo-1.0.so.0()(64bit)
libpci.so.3()(64bit)
libpci.so.3(LIBPCI_3.0)(64bit)
libpci.so.3(LIBPCI_3.13)(64bit)
libpci.so.3(LIBPCI_3.5)(64bit)
libpci.so.3(LIBPCI_3.8)(64bit)
libperl.so.5.42()(64bit)
libpython3.14.so.1.0()(64bit)
libssl.so.3()(64bit)
libssl.so.3(OPENSSL_3.0.0)(64bit)
libssl.so.3(OPENSSL_3.3.0)(64bit)
rtld(GNU_HASH)
zoitechat-devel (rpmlib, GLIBC filtered):
/usr/bin/pkg-config
zoitechat(aarch-64)
Provides
--------
zoitechat:
application()
application(net.zoite.Zoitechat.desktop)
metainfo()
metainfo(net.zoite.Zoitechat.Plugin.Checksum.metainfo.xml)
metainfo(net.zoite.Zoitechat.Plugin.Fishlim.metainfo.xml)
metainfo(net.zoite.Zoitechat.Plugin.Lua.metainfo.xml)
metainfo(net.zoite.Zoitechat.Plugin.Perl.metainfo.xml)
metainfo(net.zoite.Zoitechat.Plugin.Python.metainfo.xml)
metainfo(net.zoite.Zoitechat.Plugin.Sysinfo.metainfo.xml)
metainfo(net.zoite.Zoitechat.appdata.xml)
mimehandler(x-scheme-handler/irc)
mimehandler(x-scheme-handler/ircs)
zoitechat
zoitechat(aarch-64)
zoitechat-devel:
pkgconfig(zoitechat-plugin)
zoitechat-devel
zoitechat-devel(aarch-64)
Generated by fedora-review 0.11.0 (05c5b26) last change: 2025-11-29
Command line :/usr/bin/fedora-review -n zoitechat
Buildroot used: fedora-rawhide-aarch64
Active plugins: Shell-api, C/C++, Generic
Disabled plugins: Haskell, Python, Java, PHP, SugarActivity, Perl, fonts, Ocaml, R
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH
|