This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. Note: No gcc, gcc-c++ or clang found in BuildRequires See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ - Package must not depend on deprecated() packages. Note: python2.7 is deprecated, you must not depend on it. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/deprecating-packages/ - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/gdesklets See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: 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]: 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: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "GNU General Public License, Version 2", "[generated file]", "FSF Unlimited License (with License Retention) GNU General Public License [generated file]", "GNU General Public License v2.0 or later [generated file]", "FSF Unlimited License [generated file]", "X11 License [generated file]", "GNU General Public License v2.0 or later", "*No copyright* [generated file]", "GNU Lesser General Public License", "FSF Unlimited License (with License Retention) GNU General Public License v2.0 or later", "FSF Unlimited License (with License Retention)", "*No copyright* GNU General Public License", "*No copyright* GNU Free Documentation License v1.3 GNU Free Documentation License v1.2 or later". 561 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/gdesklets/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/icons/gnome, /usr/share/icons/gnome/48x48, /usr/share/icons/gnome/48x48/mimetypes [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: The spec file handles locales properly. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: 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 122880 bytes in 4 files. [ ]: Package complies to the Packaging Guidelines [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]: 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 installs a %{name}.desktop using desktop-file-install or desktop-file-validate if there is such a file. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [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: [!]: Reviewer should test that the package builds in mock. [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [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: [ ]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 1013760 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). [x]: Package should not use obsolete m4 macros Rpmlint ------- Checking: gdesklets-0.36.3-37.fc37.aarch64.rpm gdesklets-debuginfo-0.36.3-37.fc37.aarch64.rpm gdesklets-debugsource-0.36.3-37.fc37.aarch64.rpm gdesklets-0.36.3-37.fc37.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/tmprdf902hp')] checks: 31, packages: 4 gdesklets.aarch64: E: wrong-icon-size /usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gdesklets-display.png expected: 48x48 actual: 48x52 gdesklets.aarch64: E: non-executable-script /usr/lib64/gdesklets/Displays/15pieces/make_tiles.sh 644 /bin/bash gdesklets.aarch64: W: non-conffile-in-etc /etc/xdg/autostart/gdesklets.desktop gdesklets.aarch64: E: incorrect-fsf-address /usr/share/licenses/gdesklets/COPYING gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/Quote-of-the-Day/COPYING /usr/lib64/gdesklets/Displays/15pieces/COPYING:/usr/lib64/gdesklets/Displays/Calendar/COPYING:/usr/lib64/gdesklets/Displays/Clock/COPYING gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/Tux/restart.png /usr/lib64/gdesklets/Displays/15pieces/GNU/restart.png:/usr/lib64/gdesklets/Displays/15pieces/Globe/restart.png:/usr/lib64/gdesklets/Displays/15pieces/Gnome/restart.png:/usr/lib64/gdesklets/Displays/15pieces/Numbers/restart.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/gDesklets/bg.png /usr/lib64/gdesklets/Displays/15pieces/Gimp-Splash-1.2/bg.png:/usr/lib64/gdesklets/Displays/15pieces/Gimp-Splash-2.3/bg.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/gDesklets/0.png /usr/lib64/gdesklets/Displays/15pieces/Globe/0.png:/usr/lib64/gdesklets/Displays/15pieces/Gnome/0.png:/usr/lib64/gdesklets/Displays/15pieces/Tux/0.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/Tux/bg.png /usr/lib64/gdesklets/Displays/15pieces/Gnome/bg.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/Quote-of-the-Day/gfx/preferences-desktop-wallpaper.png /usr/lib64/gdesklets/Displays/Calendar/gfx/preferences-desktop-wallpaper.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/Quote-of-the-Day/gfx/stock_font.png /usr/lib64/gdesklets/Displays/Calendar/gfx/stock_font.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/libdesklets/system/OpenBSD/__init__.py /usr/lib64/gdesklets/libdesklets/system/FreeBSD/__init__.py:/usr/lib64/gdesklets/libdesklets/system/NetBSD/__init__.py gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/shell/plugins/DisplayBrowser/author.png /usr/lib64/gdesklets/shell/plugins/ControlBrowser/author.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/shell/plugins/DisplayBrowser/folder.png /usr/lib64/gdesklets/shell/plugins/ControlBrowser/folder.png gdesklets.aarch64: W: desktopfile-without-binary /usr/share/applications/gdesklets.desktop gdesklets 4 packages and 0 specfiles checked; 3 errors, 12 warnings, 3 badness; has taken 0.7 s Rpmlint (debuginfo) ------------------- Checking: gdesklets-debuginfo-0.36.3-37.fc37.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/tmpdszjapmc')] checks: 31, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 0.2 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 gdesklets.aarch64: E: wrong-icon-size /usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gdesklets-display.png expected: 48x48 actual: 48x52 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libgtk-x11-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libgdk-x11-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libpangocairo-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libatk-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libcairo.so.2 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libgdk_pixbuf-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libgio-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libpangoft2-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libpango-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libgobject-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libharfbuzz.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libfontconfig.so.1 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/libdesklets/system/gtop.so /lib64/libfreetype.so.6 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libpangocairo-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libatk-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libpangoft2-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libpango-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libharfbuzz.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libfontconfig.so.1 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libfreetype.so.6 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libm.so.6 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libgio-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libglib-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/svg.so /lib64/libcairo.so.2 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libpangocairo-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libatk-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libcairo.so.2 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libgio-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libpangoft2-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libpango-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libharfbuzz.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libfontconfig.so.1 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/tiling.so /lib64/libfreetype.so.6 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libatk-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libgio-2.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libpangoft2-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libfontconfig.so.1 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libfreetype.so.6 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libpangocairo-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libpango-1.0.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libharfbuzz.so.0 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libcairo.so.2 gdesklets.aarch64: W: unused-direct-shlib-dependency /usr/lib64/gdesklets/utils/x11.so /lib64/libglib-2.0.so.0 gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyExc_ValueError (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyType_GenericAlloc (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyType_GenericNew (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyObject_Free (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyModule_AddObject (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyDict_SetItemString (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so Py_InitModule4_64 (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyType_Ready (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyLong_FromUnsignedLong (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyLong_FromUnsignedLongLong (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyBool_FromLong (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyDict_Items (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyNumber_Lshift (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so _PyObject_New (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyObject_Str (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyString_FromStringAndSize (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so Py_FindMethod (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyModule_AddIntConstant (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyFloat_FromDouble (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyArg_ParseTuple (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyDict_Copy (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyString_FromString (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyInt_FromLong (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so Py_AtExit (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyDict_Size (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyNumber_Add (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyList_Sort (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyObject_Hash (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyObject_SetAttrString (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyList_Append (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyDict_GetItemString (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyObject_Compare (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyTuple_New (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyErr_SetString (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyList_New (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/libdesklets/system/gtop.so PyDict_New (/usr/lib64/gdesklets/libdesklets/system/gtop.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyExc_ImportError (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyExc_TypeError (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyExc_RuntimeError (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so _Py_NoneStruct (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so Py_InitModule4_64 (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyArg_ParseTuple (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyErr_Occurred (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyModule_GetDict (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyType_IsSubtype (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyDict_GetItemString (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyString_AsStringAndSize (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyImport_ImportModule (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so PyErr_SetString (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/svg.so Py_FatalError (/usr/lib64/gdesklets/utils/svg.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyExc_ImportError (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyExc_TypeError (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyExc_RuntimeError (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so _Py_NoneStruct (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyCObject_Type (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyType_GenericAlloc (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyType_GenericNew (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyString_AsString (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so Py_InitModule4_64 (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyErr_Format (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyArg_ParseTuple (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyErr_Occurred (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyModule_GetDict (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyCObject_AsVoidPtr (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyType_IsSubtype (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyErr_Fetch (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so Py_BuildValue (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyObject_GetAttrString (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyDict_GetItemString (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyImport_ImportModule (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyErr_SetString (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so Py_FatalError (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/tiling.so PyObject_Repr (/usr/lib64/gdesklets/utils/tiling.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyExc_ImportError (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyExc_TypeError (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyExc_RuntimeError (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so _Py_NoneStruct (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so Py_InitModule4_64 (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyArg_ParseTuple (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyModule_GetDict (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyType_IsSubtype (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyDict_GetItemString (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyImport_ImportModule (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: W: undefined-non-weak-symbol /usr/lib64/gdesklets/utils/x11.so PyErr_SetString (/usr/lib64/gdesklets/utils/x11.so) gdesklets.aarch64: E: non-executable-script /usr/lib64/gdesklets/Displays/15pieces/make_tiles.sh 644 /bin/bash gdesklets.aarch64: W: non-conffile-in-etc /etc/xdg/autostart/gdesklets.desktop gdesklets.aarch64: E: incorrect-fsf-address /usr/share/licenses/gdesklets/COPYING gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/Quote-of-the-Day/COPYING /usr/lib64/gdesklets/Displays/15pieces/COPYING:/usr/lib64/gdesklets/Displays/Calendar/COPYING:/usr/lib64/gdesklets/Displays/Clock/COPYING gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/Tux/restart.png /usr/lib64/gdesklets/Displays/15pieces/GNU/restart.png:/usr/lib64/gdesklets/Displays/15pieces/Globe/restart.png:/usr/lib64/gdesklets/Displays/15pieces/Gnome/restart.png:/usr/lib64/gdesklets/Displays/15pieces/Numbers/restart.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/gDesklets/bg.png /usr/lib64/gdesklets/Displays/15pieces/Gimp-Splash-1.2/bg.png:/usr/lib64/gdesklets/Displays/15pieces/Gimp-Splash-2.3/bg.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/gDesklets/0.png /usr/lib64/gdesklets/Displays/15pieces/Globe/0.png:/usr/lib64/gdesklets/Displays/15pieces/Gnome/0.png:/usr/lib64/gdesklets/Displays/15pieces/Tux/0.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/15pieces/Tux/bg.png /usr/lib64/gdesklets/Displays/15pieces/Gnome/bg.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/Quote-of-the-Day/gfx/preferences-desktop-wallpaper.png /usr/lib64/gdesklets/Displays/Calendar/gfx/preferences-desktop-wallpaper.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/Displays/Quote-of-the-Day/gfx/stock_font.png /usr/lib64/gdesklets/Displays/Calendar/gfx/stock_font.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/libdesklets/system/OpenBSD/__init__.py /usr/lib64/gdesklets/libdesklets/system/FreeBSD/__init__.py:/usr/lib64/gdesklets/libdesklets/system/NetBSD/__init__.py gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/shell/plugins/DisplayBrowser/author.png /usr/lib64/gdesklets/shell/plugins/ControlBrowser/author.png gdesklets.aarch64: W: files-duplicate /usr/lib64/gdesklets/shell/plugins/DisplayBrowser/folder.png /usr/lib64/gdesklets/shell/plugins/ControlBrowser/folder.png 3 packages and 0 specfiles checked; 3 errors, 138 warnings, 3 badness; has taken 1.3 s Unversioned so-files -------------------- gdesklets: /usr/lib64/gdesklets/libdesklets/system/gtop.so gdesklets: /usr/lib64/gdesklets/utils/svg.so gdesklets: /usr/lib64/gdesklets/utils/tiling.so gdesklets: /usr/lib64/gdesklets/utils/x11.so Source checksums ---------------- https://launchpad.net/gdesklets/0.3x/release-of-0.36.3/+download/gdesklets-0.36.3.tar.bz2 : CHECKSUM(SHA256) this package : 805b0343635e5dcfd24d23ab10f0153ab5135dc971ba1712fbf4bddbeee26af5 CHECKSUM(SHA256) upstream package : 805b0343635e5dcfd24d23ab10f0153ab5135dc971ba1712fbf4bddbeee26af5 Requires -------- gdesklets (rpmlib, GLIBC filtered): /usr/bin/python2 ld-linux-aarch64.so.1()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libgtop-2.0.so.11()(64bit) libharfbuzz.so.0()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) librsvg-2.so.2()(64bit) pygtk2 rtld(GNU_HASH) gdesklets-debuginfo (rpmlib, GLIBC filtered): gdesklets-debugsource (rpmlib, GLIBC filtered): Provides -------- gdesklets: application() application(gdesklets.desktop) gdesklets gdesklets(aarch-64) metainfo() metainfo(gdesklets.appdata.xml) mimehandler(application/x-gdesklets-display) gdesklets-debuginfo: debuginfo(build-id) gdesklets-debuginfo gdesklets-debuginfo(aarch-64) gdesklets-debugsource: gdesklets-debugsource gdesklets-debugsource(aarch-64) Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23 Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name gdesklets --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-37-aarch64 Active plugins: Shell-api, C/C++, Generic Disabled plugins: R, Ocaml, fonts, Java, PHP, Haskell, SugarActivity, Python, Perl Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH