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++/ - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPLv2 with exceptions'. It seems that you are using the old Fedora license abbreviations. Try `license- fedora2spdx' for converting it to SPDX. See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/dionaea See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names ===== 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]: 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 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", "GNU General Public License v2.0 or later", "MIT License", "CNRI Python License and/or GNU General Public License v2.0 or later", "GNU General Public License, Version 3", "GNU General Public License v2.0 or later [obsolete FSF postal address (Temple Place)]", "*No copyright* GNU General Public License [obsolete FSF postal address (Temple Place)]". 228 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/dionaea/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/sbin, /var/log, /usr, /var/lib, /usr/src/debug, /usr/lib/systemd/system, /usr/share/man, /usr/share, /usr/lib/systemd, /etc, /etc/sysconfig, /usr/share/man/man1, /etc/logrotate.d, /var, /usr/lib64/python3.12/site-packages, /usr/bin, /usr/lib64, /usr/src, /usr/lib, /usr/lib64/python3.12, /usr/share/licenses, /usr/share/doc [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/sbin, /usr/src, /var/log, /usr/lib64/dionaea, /usr/lib, /usr, /var/lib, /usr/lib64/python3.12, /usr/src/debug, /usr/share/man, /usr/lib/systemd/system, /usr/share/licenses, /usr/share, /usr/share/doc, /usr/share/man/man1, /etc/logrotate.d, /etc, /var, /usr/lib64/python3.12/site-packages, /usr/lib/systemd, /usr/bin, /usr/lib64, /etc/sysconfig [ ]: %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. [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: 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. [ ]: 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 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]: %config files are marked noreplace or the reason is justified. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. Note: Multiple Release: tags found [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]: No %config files under /usr. [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]: systemd_post is invoked in %post, systemd_preun in %preun, and systemd_postun in %postun for Systemd service files. Note: Systemd service file(s) in dionaea [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 1848 bytes in 2 files. [x]: Packages must not store files under /srv, /opt or /usr/local Python: [ ]: Binary eggs must be removed in %prep Note: Cannot find any build in BUILD directory (--prebuilt option?) [ ]: Python eggs must not download any dependencies during the build process. [ ]: A package which is used by another package via an egg interface should provide egg info. [ ]: Package meets the Packaging Guidelines::Python [x]: Package contains BR: python2-devel or python3-devel [x]: Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. [x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [!]: Uses parallel make %{?_smp_mflags} macro. [ ]: 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). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in python3-dionaea [ ]: 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]: 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: No rpmlint messages. [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. [x]: Package should not use obsolete m4 macros Rpmlint ------- Checking: dionaea-0.7.0-28.fc39.x86_64.rpm dionaea-doc-0.7.0-28.fc39.noarch.rpm python3-dionaea-0.7.0-28.fc39.x86_64.rpm dionaea-debuginfo-0.7.0-28.fc39.x86_64.rpm dionaea-debugsource-0.7.0-28.fc39.x86_64.rpm dionaea-0.7.0-28.fc39.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/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/tmp_hoh6w1d')] checks: 32, packages: 6 dionaea.x86_64: E: zero-length /var/lib/dionaea/dionaea.sqlite dionaea.x86_64: E: zero-length /var/lib/dionaea/dionaea_incident.sqlite dionaea.x86_64: E: zero-length /var/lib/dionaea/sipaccounts.sqlite dionaea.src: E: spelling-error ('nepenthes', "%description -l en_US nepenthes -> nepenthe, nepenthe's, nepenthe s") dionaea.src: E: spelling-error ('libemu', '%description -l en_US libemu -> lib emu, lib-emu, libelous') dionaea.x86_64: E: spelling-error ('nepenthes', "%description -l en_US nepenthes -> nepenthe, nepenthe's, nepenthe s") dionaea.x86_64: E: spelling-error ('libemu', '%description -l en_US libemu -> lib emu, lib-emu, libelous') dionaea-doc.noarch: E: spelling-error ('nepenthes', "%description -l en_US nepenthes -> nepenthe, nepenthe's, nepenthe s") dionaea-doc.noarch: E: spelling-error ('libemu', '%description -l en_US libemu -> lib emu, lib-emu, libelous') dionaea.x86_64: W: non-standard-uid /var/lib/dionaea dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/binaries dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/bistreams dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/dionaea.sqlite dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/dionaea_incident.sqlite dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/roots dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/roots/ftp dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/roots/tftp dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/roots/upnp dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/roots/www dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share/python dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share/python/http dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share/python/http/template dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share/python/http/template/nginx dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share/python/http/template/nginx/autoindex.html.j2 dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/share/python/http/template/nginx/error.html.j2 dionaea dionaea.x86_64: W: non-standard-uid /var/lib/dionaea/sipaccounts.sqlite dionaea dionaea.x86_64: W: non-standard-uid /var/log/dionaea dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/binaries dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/bistreams dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/dionaea.sqlite dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/dionaea_incident.sqlite dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/roots dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/roots/ftp dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/roots/tftp dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/roots/upnp dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/roots/www dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share/python dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share/python/http dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share/python/http/template dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share/python/http/template/nginx dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share/python/http/template/nginx/autoindex.html.j2 dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/share/python/http/template/nginx/error.html.j2 dionaea dionaea.x86_64: W: non-standard-gid /var/lib/dionaea/sipaccounts.sqlite dionaea dionaea.x86_64: W: non-standard-gid /var/log/dionaea dionaea dionaea.x86_64: E: non-standard-dir-perm /var/lib/dionaea 750 dionaea.x86_64: E: non-standard-dir-perm /var/lib/dionaea/binaries 750 dionaea.x86_64: E: non-standard-dir-perm /var/lib/dionaea/bistreams 750 dionaea.x86_64: E: non-standard-dir-perm /var/log/dionaea 750 dionaea.x86_64: W: no-manual-page-for-binary gnuplotsql dionaea.x86_64: W: no-manual-page-for-binary readlogsqltree dionaea.x86_64: W: empty-%postun 6 packages and 0 specfiles checked; 13 errors, 41 warnings, 41 filtered, 13 badness; has taken 1.6 s Rpmlint (debuginfo) ------------------- Checking: dionaea-debuginfo-0.7.0-28.fc39.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/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/tmpfyfbv_uv')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 22 filtered, 0 badness; has taken 0.4 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "dionaea". (none): E: there is no installed rpm "dionaea-debugsource". (none): E: there is no installed rpm "dionaea-doc". (none): E: there is no installed rpm "dionaea-debuginfo". (none): E: there is no installed rpm "python3-dionaea". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/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: 32, packages: 5 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- dionaea: /usr/lib64/dionaea/curl.so dionaea: /usr/lib64/dionaea/emu.so dionaea: /usr/lib64/dionaea/nc.so dionaea: /usr/lib64/dionaea/nfq.so dionaea: /usr/lib64/dionaea/nl.so dionaea: /usr/lib64/dionaea/pcap.so python3-dionaea: /usr/lib64/dionaea/python.so python3-dionaea: /usr/lib64/python3.12/site-packages/dionaea/core.cpython-312-x86_64-linux-gnu.so Source checksums ---------------- https://github.com/DinoTools/dionaea/archive/0.7.0.tar.gz#/dionaea-0.7.0.tar.gz : CHECKSUM(SHA256) this package : b9d197f4793b790f98aaea773b8cf47de7a5f6763212d8181c40b8cb35f73a20 CHECKSUM(SHA256) upstream package : b9d197f4793b790f98aaea773b8cf47de7a5f6763212d8181c40b8cb35f73a20 Requires -------- dionaea (rpmlib, GLIBC filtered): /bin/sh /usr/bin/python3 config(dionaea) libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libcurl.so.4()(64bit) libemu.so.2()(64bit) libev.so.4()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libnetfilter_queue.so.1()(64bit) libnl-3.so.200()(64bit) libnl-3.so.200(libnl_3)(64bit) libnl-nf-3.so.200()(64bit) libnl-route-3.so.200()(64bit) libnl-route-3.so.200(libnl_3)(64bit) libpcap.so.1()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libudns.so.0()(64bit) logrotate python3-dionaea rtld(GNU_HASH) shadow-utils systemd dionaea-doc (rpmlib, GLIBC filtered): python3-dionaea (rpmlib, GLIBC filtered): libc.so.6()(64bit) libpython3.12.so.1.0()(64bit) python(abi) python3-PyYAML python3-bson python3-pyev python3-scapy python3-sqlalchemy rtld(GNU_HASH) dionaea-debuginfo (rpmlib, GLIBC filtered): dionaea-debugsource (rpmlib, GLIBC filtered): Provides -------- dionaea: config(dionaea) dionaea dionaea(x86-64) dionaea-doc: dionaea-doc python3-dionaea: python-dionaea python3-dionaea python3-dionaea(x86-64) python3.12-dionaea python3.12dist(dionaea) python3dist(dionaea) dionaea-debuginfo: debuginfo(build-id) dionaea-debuginfo dionaea-debuginfo(x86-64) dionaea-debugsource: dionaea-debugsource dionaea-debugsource(x86-64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name dionaea --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-39-x86_64 Active plugins: Shell-api, Python, C/C++, Generic Disabled plugins: Ocaml, Java, PHP, R, SugarActivity, Perl, fonts, Haskell Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH