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 'LGPLv2+ and GPLv2'. 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/lxc 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]: 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. 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 Lesser General Public License, Version 2.1", "GNU General Public License, Version 2", "*No copyright* GNU Lesser General Public License, Version 2.1", "*No copyright* GNU Lesser General Public License, Version 2.1 and/or GNU Library General Public License, Version 2.0", "*No copyright* GNU General Public License, Version 2", "BSD 2-Clause License". 72 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/lxc/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/lib64, /usr/libexec, /usr/share/man/ja, /usr/share/man, /usr/share/doc, /usr/share/man/ja/man5, /usr/share/man/ko, /usr/src/debug, /var/cache, /usr/lib64/pkgconfig, /usr/lib64/security, /usr/share, /usr/include, /usr/share/man/ko/man7, /usr/share/man/ja/man7, /usr/share/man/ko/man1, /usr, /usr/bin, /usr/lib, /usr/share/man/man7, /usr/share/man/ko/man5, /usr/share/man/man8, /etc, /usr/lib/systemd/system, /usr/share/man/man5, /usr/src, /etc/sysconfig, /usr/share/man/ja/man8, /usr/share/licenses, /var, /usr/sbin, /usr/share/man/man1, /usr/lib/systemd, /var/lib, /usr/share/man/ja/man1 [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/man/ja, /usr/share/man, /usr/lib64, /usr/share/doc, /usr/lib/systemd/system, /usr/share/man/ko/man1, /usr/share/man/man5, /usr, /usr/src, /usr/bin, /etc/sysconfig, /usr/share/man/ja/man8, /usr/share/licenses, /var, /usr/sbin, /usr/share/man/ja/man5, /usr/lib, /usr/share/man/ko, /usr/share/man/man7, /usr/src/debug, /usr/share/man/man1, /usr/share/man/ko/man5, /var/cache, /usr/share/man/man8, /usr/lib/systemd, /usr/lib64/pkgconfig, /usr/lib64/security, /usr/share, /var/lib, /usr/include, /usr/lib/.build-id/6b, /usr/libexec, /etc, /usr/share/man/ja/man1, /usr/share/man/ko/man7, /usr/share/man/ja/man7 [ ]: %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. [ ]: 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 13148 bytes in 12 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 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]: Package uses hardened build flags if required to. Note: suid files: lxc-user-nic [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]: 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]: Package contains systemd file(s) if in need. [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 lxc-libs [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). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in lxc-libs , lxc-templates , lxc-devel [ ]: 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. [ ]: Scriptlets must be sane, if used. [ ]: 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]: 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. Rpmlint ------- Checking: lxc-6.0.0-0.1.fc41.s390x.rpm lxc-libs-6.0.0-0.1.fc41.s390x.rpm lxc-templates-6.0.0-0.1.fc41.noarch.rpm lxc-devel-6.0.0-0.1.fc41.s390x.rpm lxc-doc-6.0.0-0.1.fc41.noarch.rpm lxc-debuginfo-6.0.0-0.1.fc41.s390x.rpm lxc-debugsource-6.0.0-0.1.fc41.s390x.rpm lxc-6.0.0-0.1.fc41.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/tmpytz0h5u0')] checks: 32, packages: 8 lxc-libs.s390x: W: unstripped-binary-or-object /usr/lib64/security/pam_cgfs.so lxc-libs.s390x: E: setuid-binary /usr/libexec/lxc/lxc-user-nic root 4755 lxc-libs.s390x: E: pam-unauthorized-module pam_cgfs.so lxc-libs.s390x: E: non-standard-executable-perm /usr/libexec/lxc/lxc-user-nic 4755 lxc-libs.s390x: W: no-manual-page-for-binary init.lxc lxc-libs.s390x: W: no-manual-page-for-binary init.lxc.static lxc-devel.s390x: W: no-documentation lxc-templates.noarch: W: no-documentation lxc.spec:133: W: mixed-use-of-spaces-and-tabs (spaces: line 14, tab: line 133) lxc-libs.s390x: E: missing-call-to-setgroups-before-setuid /usr/sbin/init.lxc lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_0.js /usr/share/doc/lxc/api/search/all_0.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/classes_0.js /usr/share/doc/lxc/api/search/all_1.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_f.js /usr/share/doc/lxc/api/search/all_10.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_10.js /usr/share/doc/lxc/api/search/all_11.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_11.js /usr/share/doc/lxc/api/search/all_12.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_1.js /usr/share/doc/lxc/api/search/all_2.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_2.js /usr/share/doc/lxc/api/search/all_3.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_3.js /usr/share/doc/lxc/api/search/all_4.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_4.js /usr/share/doc/lxc/api/search/all_5.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_5.js /usr/share/doc/lxc/api/search/all_6.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_6.js /usr/share/doc/lxc/api/search/all_7.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_9.js /usr/share/doc/lxc/api/search/all_a.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_a.js /usr/share/doc/lxc/api/search/all_b.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_b.js /usr/share/doc/lxc/api/search/all_c.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_c.js /usr/share/doc/lxc/api/search/all_d.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_d.js /usr/share/doc/lxc/api/search/all_e.js lxc-doc.noarch: W: files-duplicate /usr/share/doc/lxc/api/search/variables_e.js /usr/share/doc/lxc/api/search/all_f.js lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/annotated.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/attach__options_8h_source.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/classes.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/dir_68267d1309a1af8e8297ef4c3efbcdba.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/dir_c84f9d9aff566814830bcdb5efd1a9f0.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/files.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/functions.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/functions_vars.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/graph_legend.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/index.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/lxccontainer_8h_source.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/lxclock_8h_source.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structbdev__specs.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__attach__command__t.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__attach__options__t.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__console__log.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__container.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__groups__t.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__lock.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__log.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__mount.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structlxc__snapshot.html lxc-doc.noarch: E: file-contains-date-and-time /usr/share/doc/lxc/api/structmigrate__opts.html lxc-libs.s390x: W: empty-%postun lxc.s390x: W: devel-file-in-non-devel-package /usr/bin/lxc-update-config lxc.s390x: W: dangling-relative-symlink /usr/lib/.build-id/6b/401306aee0bd651779e4582b01e462fc2e870d ../../../../usr/bin/lxc-autostart 8 packages and 0 specfiles checked; 27 errors, 26 warnings, 146 filtered, 27 badness; has taken 2.5 s Rpmlint (debuginfo) ------------------- Checking: lxc-debuginfo-6.0.0-0.1.fc41.s390x.rpm lxc-libs-debuginfo-6.0.0-0.1.fc41.s390x.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/tmpnvr5r5pj')] checks: 32, packages: 2 2 packages and 0 specfiles checked; 0 errors, 0 warnings, 74 filtered, 0 badness; has taken 1.1 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "lxc-templates". (none): E: there is no installed rpm "lxc-libs". (none): E: there is no installed rpm "lxc-devel". (none): E: there is no installed rpm "lxc-doc". (none): E: there is no installed rpm "lxc-libs-debuginfo". (none): E: there is no installed rpm "lxc-debugsource". (none): E: there is no installed rpm "lxc". (none): E: there is no installed rpm "lxc-debuginfo". 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 Unversioned so-files -------------------- lxc-libs: /usr/lib64/security/pam_cgfs.so Source checksums ---------------- https://linuxcontainers.org/downloads/lxc/lxc-6.0.0.tar.gz : CHECKSUM(SHA256) this package : 3f6981c61ff39f9e550a18cf22d6e26792cde5dd34f9d3c93badfeaaee8814b2 CHECKSUM(SHA256) upstream package : 3f6981c61ff39f9e550a18cf22d6e26792cde5dd34f9d3c93badfeaaee8814b2 Requires -------- lxc (rpmlib, GLIBC filtered): /usr/bin/sh libc.so.6()(64bit) libcap.so.2()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libdbus-1.so.3()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) liblxc.so.1()(64bit) libseccomp.so.2()(64bit) libselinux.so.1()(64bit) lxc-libs(s390-64) lxcfs rsync rtld(GNU_HASH) lxc-libs (rpmlib, GLIBC filtered): /bin/sh /sbin/ldconfig /usr/bin/bash /usr/bin/sh config(lxc-libs) ld64.so.1()(64bit) libc.so.6()(64bit) libcap.so.2()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) liblxc.so.1()(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libseccomp.so.2()(64bit) libselinux.so.1()(64bit) libselinux.so.1(LIBSELINUX_1.0)(64bit) rsync rtld(GNU_HASH) systemd lxc-templates (rpmlib, GLIBC filtered): /usr/bin/bash /usr/bin/sh gnupg lxc-libs(s390-64) wget xz lxc-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config liblxc.so.1()(64bit) lxc-libs(s390-64) pkgconfig pkgconfig(dbus-1) pkgconfig(libcap) pkgconfig(libseccomp) pkgconfig(libselinux) pkgconfig(openssl) lxc-doc (rpmlib, GLIBC filtered): lxc-debuginfo (rpmlib, GLIBC filtered): lxc-debugsource (rpmlib, GLIBC filtered): Provides -------- lxc: lxc lxc(s390-64) lxc-extra lxc-libs: config(lxc-libs) liblxc.so.1()(64bit) lxc-libs lxc-libs(s390-64) lxc-templates: lxc-templates lxc-devel: lxc-devel lxc-devel(s390-64) pkgconfig(lxc) lxc-doc: lxc-doc lxc-debuginfo: debuginfo(build-id) lxc-debuginfo lxc-debuginfo(s390-64) lxc-debugsource: lxc-debugsource lxc-debugsource(s390-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 lxc --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-s390x Active plugins: C/C++, Generic, Shell-api Disabled plugins: R, PHP, Python, Java, Haskell, Ocaml, SugarActivity, fonts, Perl Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH