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: ======= - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPLv3+'. 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 ===== MUST items ===== C/C++: [ ]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [ ]: Package does not contain kernel modules. [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]: ldconfig not called in %post and %postun for Fedora 28 and later. [x]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. [x]: Development (unversioned) .so files in -devel subpackage, if present. 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. [ ]: 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. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "GNU Lesser General Public License, Version 3", "Unknown or generated", "GNU General Public License v3.0 or later", "*No copyright* GNU General Public License v2.0 or later and/or GNU General Public License v3.0 or later and/or GNU Lesser General Public License v2.1 or later and/or GNU Lesser General Public License v3.0 or later", "*No copyright* GNU General Public License, Version 3", "X11 License [generated file]", "GNU General Public License, Version 2", "GNU General Public License and/or GNU Lesser General Public License", "GNU Lesser General Public License, Version 2.1", "*No copyright* GNU General Public License v2.0 or later", "FSF All Permissive License", "GNU Lesser General Public License v3.0 or later", "GNU Lesser General Public License", "BSD-4-Clause (University of California-Specific)", "GNU Lesser General Public License v2.1 or later", "GNU General Public License, Version 3 and/or GNU Lesser General Public License v3.0 or later", "BSD 3-Clause License". 1143 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/dj64dev/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/i386-pc-dj64/lib64, /usr/i386-pc- dj64/lib, /usr/i386-pc-dj64/share, /usr/i386-pc-dj64 [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/i386-pc-dj64/share, /usr/i386-pc-dj64, /usr/i386-pc-dj64/lib64, /usr/i386-pc-dj64/lib [ ]: %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. [ ]: Each %files section contains %defattr if rpm < 4.4 Note: %defattr present but not needed [ ]: 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. [ ]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 15973 bytes in 41 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]: 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]: Static libraries in -static or -devel subpackage, providing -devel if present. Note: Package has .a files: dj64dev-dj64-devel-static. [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. [!]: 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 dj64dev- dj64 , dj64dev-dj64-devel , dj64dev-dj64-devel-static , dj64dev- djdev64 , dj64dev-djdev64-devel [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: 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]: The placement of pkgconfig(.pc) files are correct. [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: There are rpmlint messages (see attachment). [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: dj64dev-dj64-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-dj64-devel-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-dj64-devel-static-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-djdev64-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-djdev64-devel-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-0.1.git.276.1088e2bf-1.fc40.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.13/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/tmpipf4v09z')] checks: 32, packages: 6 dj64dev-dj64.x86_64: W: unstripped-binary-or-object /usr/i386-pc-dj64/lib/crt0.elf dj64dev-dj64.x86_64: W: summary-not-capitalized dj64 runtime libraries dj64dev-dj64-devel.x86_64: W: summary-not-capitalized dj64 development tools and headers dj64dev-dj64-devel-static.x86_64: W: summary-not-capitalized dj64 static libraries dj64dev-djdev64.x86_64: W: summary-not-capitalized djdev64 runtime libraries dj64dev-djdev64-devel.x86_64: W: summary-not-capitalized djdev64 development libraries and headers dj64dev-dj64.x86_64: E: statically-linked-binary /usr/i386-pc-dj64/lib/crt0.elf dj64dev-dj64-devel-static.x86_64: E: static-library-without-debuginfo /usr/i386-pc-dj64/lib/libc.a dj64dev-dj64-devel-static.x86_64: E: static-library-without-debuginfo /usr/i386-pc-dj64/lib64/libdj64_s.a dj64dev.src: E: spelling-error ('djgpp', 'Summary(en_US) djgpp ') dj64dev.src: E: spelling-error ('djgpp', '%description -l en_US djgpp ') dj64dev-dj64.x86_64: W: position-independent-executable-suggested /usr/i386-pc-dj64/lib/crt0.elf dj64dev-dj64.x86_64: W: no-documentation dj64dev-dj64-devel-static.x86_64: W: no-documentation dj64dev-djdev64.x86_64: W: no-documentation dj64dev-djdev64-devel.x86_64: W: no-documentation dj64dev-dj64.x86_64: E: missing-call-to-setgroups-before-setuid /usr/i386-pc-dj64/lib64/libdj64.so.0.2 dj64dev-dj64-devel-static.x86_64: E: missing-call-to-setgroups-before-setuid /usr/i386-pc-dj64/lib64/libdj64_s.a dj64dev.spec:140: W: macro-in-%changelog %end dj64dev.spec: W: invalid-url Source0: dj64dev-1088e2bf.tar.gz dj64dev.src: W: invalid-license GPLv3+ dj64dev-dj64.x86_64: W: invalid-license GPLv3+ dj64dev-dj64-devel.x86_64: W: invalid-license GPLv3+ dj64dev-dj64-devel-static.x86_64: W: invalid-license GPLv3+ dj64dev-djdev64.x86_64: W: invalid-license GPLv3+ dj64dev-djdev64-devel.x86_64: W: invalid-license GPLv3+ dj64dev-dj64-devel.x86_64: W: files-duplicate /usr/share/doc/dj64/demos/helloasm/thunks_p.c /usr/share/doc/dj64/demos/asmsimp/thunks_p.c dj64dev-dj64-devel.x86_64: W: files-duplicate /usr/share/doc/dj64/demos/rmcb/asm_inc.h /usr/share/doc/dj64/demos/helloasm/asm_inc.h dj64dev-dj64-devel.x86_64: W: files-duplicate /usr/share/doc/dj64/demos/rmcb/thunks_a.c /usr/share/doc/dj64/demos/helloasm/thunks_a.c dj64dev-dj64-devel.x86_64: W: files-duplicate /usr/share/doc/dj64/demos/rmcb/thunks_c.c /usr/share/doc/dj64/demos/helloasm/thunks_c.c dj64dev-dj64.x86_64: E: call-to-mktemp /usr/i386-pc-dj64/lib64/libdj64.so.0.2 dj64dev-dj64-devel-static.x86_64: E: call-to-mktemp /usr/i386-pc-dj64/lib64/libdj64_s.a 6 packages and 0 specfiles checked; 9 errors, 23 warnings, 32 filtered, 9 badness; has taken 1.1 s Rpmlint (debuginfo) ------------------- Checking: dj64dev-djdev64-debuginfo-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-debuginfo-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm dj64dev-dj64-debuginfo-0.1.git.276.1088e2bf-1.fc40.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.13/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/tmp6o7nbqwi')] checks: 32, packages: 3 dj64dev-debuginfo.x86_64: W: invalid-license GPLv3+ dj64dev-dj64-debuginfo.x86_64: W: invalid-license GPLv3+ dj64dev-djdev64-debuginfo.x86_64: W: invalid-license GPLv3+ 3 packages and 0 specfiles checked; 0 errors, 3 warnings, 24 filtered, 0 badness; has taken 0.4 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "dj64dev-debuginfo". (none): E: there is no installed rpm "dj64dev-dj64-debuginfo". (none): E: there is no installed rpm "dj64dev-dj64". (none): E: there is no installed rpm "dj64dev-djdev64-devel". (none): E: there is no installed rpm "dj64dev-dj64-devel-static". (none): E: there is no installed rpm "dj64dev-dj64-devel". (none): E: there is no installed rpm "dj64dev-djdev64-debuginfo". (none): E: there is no installed rpm "dj64dev-djdev64". 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: 8 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Requires -------- dj64dev-dj64 (rpmlib, GLIBC filtered): libc.so.6()(64bit) rtld(GNU_HASH) dj64dev-dj64-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config bash binutils binutils-x86_64-linux-gnu dj64dev-dj64 djstub gcc libdj64.so.0.2()(64bit) pkgconf-pkg-config sed thunk-gen dj64dev-dj64-devel-static (rpmlib, GLIBC filtered): /usr/bin/pkg-config dj64dev-dj64-devel dj64dev-djdev64 (rpmlib, GLIBC filtered): libc.so.6()(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) rtld(GNU_HASH) dj64dev-djdev64-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config dj64dev-djdev64 libdjdev64.so.0.2()(64bit) libdjstub64.so.0.2()(64bit) Provides -------- dj64dev-dj64: dj64dev-dj64 dj64dev-dj64(x86-64) libdj64.so.0.2()(64bit) dj64dev-dj64-devel: dj64dev-dj64-devel dj64dev-dj64-devel(x86-64) pkgconfig(dj64) dj64dev-dj64-devel-static: dj64dev-dj64-devel-static dj64dev-dj64-devel-static(x86-64) pkgconfig(dj64_s) pkgconfig(dj64static) dj64dev-djdev64: dj64dev-djdev64 dj64dev-djdev64(x86-64) libdjdev64.so.0.2()(64bit) libdjstub64.so.0.2()(64bit) libdjstub64.so.0.2(DJSTUB_0.5)(64bit) dj64dev-djdev64-devel: dj64dev-djdev64-devel dj64dev-djdev64-devel(x86-64) pkgconfig(djdev64) pkgconfig(djstub64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name dj64dev --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-40-x86_64 Active plugins: C/C++, Shell-api, Generic Disabled plugins: PHP, Ocaml, R, SugarActivity, Java, Perl, fonts, Python, Haskell Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH