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++/ - Development (unversioned) .so files in -devel subpackage, if present. Note: Unversioned so-files directly in %_libdir. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_devel_packages - Package must not depend on deprecated() packages. Note: lcms-devel is deprecated, you must not depend on it. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/deprecating-packages/ - Sources used to build the package match the upstream source, as provided in the spec URL. Note: Upstream MD5sum check error, diff is in /var/lib/copr- rpmbuild/results/openrv/diff.txt See: https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/ ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [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", "Apache License 2.0", "*No copyright* Apache License 2.0", "Apache License 2.0 and/or BSD 3-Clause License", "*No copyright* Apache License and/or GNU Library General Public License v2 or later and/or MIT License", "*No copyright* MIT License", "libtiff License", "*No copyright* Apache License and/or Apache License (v2.0) or bsd_-3-Clause_clause and/or MIT License and/or Mozilla Public License 2.0", "MIT License", "MIT License and/or Unicode strict", "BSD 3-Clause License", "*No copyright* BSD 3-Clause License", "GNU Library General Public License v2 or later", "GNU Lesser General Public License v2.1 or later", "Freetype Project License", "Boehm GC License", "*No copyright* Boehm GC License", "Khronos License and/or MIT License", "*No copyright* zlib License", "zlib License", "*No copyright* Boost Software License 1.0", "*No copyright* Boost Software License", "*No copyright* Public domain", "Boost Software License 1.0", "GNU General Public License, Version 3 and/or GNU Lesser General Public License, Version 2.1", "*No copyright* GNU Lesser General Public License", "GNU Library General Public License v2 or later [obsolete FSF postal address (Temple Place)]", "*No copyright* Mozilla Public License 2.0", "Mozilla Public License 2.0", "GNU General Public License v2.0 or later and/or GNU Lesser General Public License v3.0 or later", "*No copyright* GNU Library General Public License v2 or later", "MIT Open Group variant", "Freetype Project License [generated file]", "NTP License", "Khronos License", "Mozilla Public License 1.1", "*No copyright* Mozilla Public License 1.1", "*No copyright* The Unlicense", "FSF Unlimited License (with License Retention)", "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", "BSD 2-clause NetBSD License and/or BSD 4-Clause License and/or ISC License", "GNU Lesser General Public License (modified-code-notice clause) and/or GNU Lesser General Public License v2.1 or later", "Boehm GC License and/or Mozilla Public License 2.0", "Freetype Project License and/or XFree86 License". 831 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/openrv/licensecheck.txt [ ]: %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. [ ]: 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]: The License field must be a valid SPDX expression. [x]: Package requires other packages for directories it uses. [x]: Package must own all directories that it creates. [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 does not use a name that already exists. [x]: Package is not relocatable. [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 8074 bytes in 1 files. [x]: Packages must not store files under /srv, /opt or /usr/local Python: [ ]: 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 [x]: Binary eggs must be removed in %prep ===== 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]: 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: [!]: Spec file according to URL is the same as in SRPM. Note: Bad spec filename: /var/lib/copr-rpmbuild/results/openrv/srpm- unpacked/openrv.spec See: (this test has no URL) [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. Rpmlint ------- Checking: openrv-2.2.0-8.fc41.x86_64.rpm openrv-2.2.0-8.fc41.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/tmp243gvlti')] checks: 32, packages: 2 openrv.src: W: summary-ended-with-dot Image and sequence viewer for Artists. openrv.x86_64: W: summary-ended-with-dot Image and sequence viewer for Artists. openrv.src: E: spelling-error ('performant', '%description -l en_US performant -> perform ant, perform-ant, performance') openrv.x86_64: E: spelling-error ('performant', '%description -l en_US performant -> perform ant, perform-ant, performance') openrv.x86_64: W: no-manual-page-for-binary gtofilter openrv.x86_64: W: no-manual-page-for-binary gtoimage openrv.x86_64: W: no-manual-page-for-binary gtoinfo openrv.x86_64: W: no-manual-page-for-binary gtomerge openrv.x86_64: W: no-manual-page-for-binary makeFBIOformats openrv.x86_64: W: no-manual-page-for-binary makeMovieIOformats openrv.x86_64: W: no-manual-page-for-binary mu-interp openrv.x86_64: W: no-manual-page-for-binary rmsImageDiff openrv.x86_64: W: no-manual-page-for-binary rv openrv.x86_64: W: no-manual-page-for-binary rvio openrv.x86_64: W: no-manual-page-for-binary rvio_sw openrv.x86_64: W: no-manual-page-for-binary rvls openrv.x86_64: W: no-manual-page-for-binary rvpkg openrv.x86_64: W: no-manual-page-for-binary rvprof openrv.x86_64: W: no-manual-page-for-binary rvpush openrv.x86_64: W: no-manual-page-for-binary rvshell openrv.x86_64: E: missing-call-to-setgroups-before-setuid /usr/bin/rv openrv.x86_64: E: missing-call-to-setgroups-before-setuid /usr/bin/rvio openrv.x86_64: E: missing-call-to-setgroups-before-setuid /usr/bin/rvio_sw openrv.x86_64: E: missing-call-to-setgroups-before-setuid /usr/lib64/openrv/Mu/system.so openrv.x86_64: E: invalid-soname /usr/lib64/libALSAAudioModule.so libALSAAudioModule.so openrv.x86_64: E: invalid-soname /usr/lib64/libALSASafeAudioModule.so libALSASafeAudioModule.so openrv.x86_64: E: invalid-soname /usr/lib64/libTwkAudio.so libTwkAudio.so openrv.x86_64: E: invalid-soname /usr/lib64/libTwkExc.so libTwkExc.so openrv.x86_64: E: invalid-soname /usr/lib64/libTwkFB.so libTwkFB.so openrv.x86_64: E: invalid-soname /usr/lib64/libTwkFBAux.so libTwkFBAux.so openrv.x86_64: E: invalid-soname /usr/lib64/libTwkMovie.so libTwkMovie.so openrv.x86_64: E: invalid-soname /usr/lib64/libTwkUtil.so libTwkUtil.so openrv.x86_64: E: invalid-soname /usr/lib64/libcv.so libcv.so openrv.x86_64: E: invalid-soname /usr/lib64/libcxcore.so libcxcore.so openrv.x86_64: E: invalid-soname /usr/lib64/libnedmalloc.so libnedmalloc.so openrv.x86_64: E: invalid-soname /usr/lib64/libstl_ext.so libstl_ext.so openrv.src: E: description-line-too-long Open RV is an image and sequence viewer for VFX and animation artists. Open RV is high-performant, hardware accelerated, and pipeline-friendly. openrv.x86_64: E: description-line-too-long Open RV is an image and sequence viewer for VFX and animation artists. Open RV is high-performant, hardware accelerated, and pipeline-friendly. 2 packages and 0 specfiles checked; 20 errors, 18 warnings, 53 filtered, 20 badness; has taken 4.2 s Rpmlint (debuginfo) ------------------- Cannot parse rpmlint output: Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "openrv-debuginfo". (none): E: there is no installed rpm "openrv". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ 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 checks: 32, packages: 2 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- openrv: /usr/lib64/libALSAAudioModule.so openrv: /usr/lib64/libALSASafeAudioModule.so openrv: /usr/lib64/libTwkAudio.so openrv: /usr/lib64/libTwkExc.so openrv: /usr/lib64/libTwkFB.so openrv: /usr/lib64/libTwkFBAux.so openrv: /usr/lib64/libTwkMovie.so openrv: /usr/lib64/libTwkUtil.so openrv: /usr/lib64/libcv.so openrv: /usr/lib64/libcxcore.so openrv: /usr/lib64/libnedmalloc.so openrv: /usr/lib64/libstl_ext.so openrv: /usr/lib64/openrv/ImageFormats/io_cin.so openrv: /usr/lib64/openrv/ImageFormats/io_dpx.so openrv: /usr/lib64/openrv/ImageFormats/io_exr.so openrv: /usr/lib64/openrv/ImageFormats/io_gto.so openrv: /usr/lib64/openrv/ImageFormats/io_jpeg.so openrv: /usr/lib64/openrv/ImageFormats/io_mray.so openrv: /usr/lib64/openrv/ImageFormats/io_oiio.so openrv: /usr/lib64/openrv/ImageFormats/io_png.so openrv: /usr/lib64/openrv/ImageFormats/io_raw.so openrv: /usr/lib64/openrv/ImageFormats/io_rgbe.so openrv: /usr/lib64/openrv/ImageFormats/io_rla.so openrv: /usr/lib64/openrv/ImageFormats/io_sgi.so openrv: /usr/lib64/openrv/ImageFormats/io_targa.so openrv: /usr/lib64/openrv/ImageFormats/io_tiff.so openrv: /usr/lib64/openrv/ImageFormats/io_yuv.so openrv: /usr/lib64/openrv/ImageFormats/io_z.so openrv: /usr/lib64/openrv/MovieFormats/mio_ffmpeg.so openrv: /usr/lib64/openrv/MovieFormats/mio_mistika.so openrv: /usr/lib64/openrv/MovieFormats/mio_stdinfb.so openrv: /usr/lib64/openrv/Mu/autodoc.so openrv: /usr/lib64/openrv/Mu/encoding.so openrv: /usr/lib64/openrv/Mu/gl.so openrv: /usr/lib64/openrv/Mu/glText.so openrv: /usr/lib64/openrv/Mu/glu.so openrv: /usr/lib64/openrv/Mu/image.so openrv: /usr/lib64/openrv/Mu/io.so openrv: /usr/lib64/openrv/Mu/math_linear.so openrv: /usr/lib64/openrv/Mu/python.so openrv: /usr/lib64/openrv/Mu/qt.so openrv: /usr/lib64/openrv/Mu/system.so openrv: /usr/lib64/openrv/Mu/test.so openrv: /usr/lib64/python3.13/site-packages/openrv/gto.so Source checksums ---------------- https://github.com/shotgunsoftware/openrv-WFObj/archive/23568ad5a33b89d36703f6814e56e74b042ddfdf.tar.gz : CHECKSUM(SHA256) this package : 1ea7eb4aca721c5ca4995b38be857ecd2fccc7af8c3de6e775eab78333f0ca4f CHECKSUM(SHA256) upstream package : 1ea7eb4aca721c5ca4995b38be857ecd2fccc7af8c3de6e775eab78333f0ca4f https://github.com/shotgunsoftware/openrv-pub/archive/0d2e13fc11a350e33b58a161066e5d47129639d2.tar.gz : CHECKSUM(SHA256) this package : 8120de97304ce2f0f0ea15689b245e339b8abe9b700eee76730bf94ebfe371ad CHECKSUM(SHA256) upstream package : 8120de97304ce2f0f0ea15689b245e339b8abe9b700eee76730bf94ebfe371ad https://github.com/AcademySoftwareFoundation/OpenRV/archive/refs/heads/main.tar.gz : CHECKSUM(SHA256) this package : 715a10d9275be61d6cf6da32d85f633bd3b576ce5b4b21bc89d6704d106cf772 CHECKSUM(SHA256) upstream package : f59729ba2dda492aa14f80ff6b219914aeccc28cdaa5a87e11531421a7d50b33 diff -r also reports differences Requires -------- openrv (rpmlib, GLIBC filtered): /usr/bin/python3 font(fontawesome) hicolor-icon-theme libGL.so.1()(64bit) libGLU.so.1()(64bit) libGLX_mesa.so.0()(64bit) libIlmThread-3_2.so.31()(64bit) libImath-3_1.so.29()(64bit) libOSMesa.so.8()(64bit) libOpenColorIO.so.2.3()(64bit) libOpenEXR-3_2.so.31()(64bit) libOpenGL.so.0()(64bit) libOpenImageIO.so.2.5()(64bit) libOpenImageIO_Util.so.2.5()(64bit) libQt5Core.so.5()(64bit) libQt5Core.so.5(Qt_5)(64bit) libQt5Core.so.5(Qt_5.15)(64bit) libQt5Gui.so.5()(64bit) libQt5Gui.so.5(Qt_5)(64bit) libQt5Multimedia.so.5()(64bit) libQt5Multimedia.so.5(Qt_5)(64bit) libQt5Network.so.5()(64bit) libQt5Network.so.5(Qt_5)(64bit) libQt5OpenGL.so.5()(64bit) libQt5OpenGL.so.5(Qt_5)(64bit) libQt5Qml.so.5()(64bit) libQt5Qml.so.5(Qt_5)(64bit) libQt5Quick.so.5()(64bit) libQt5Quick.so.5(Qt_5)(64bit) libQt5QuickWidgets.so.5()(64bit) libQt5QuickWidgets.so.5(Qt_5)(64bit) libQt5Svg.so.5()(64bit) libQt5Svg.so.5(Qt_5)(64bit) libQt5Test.so.5()(64bit) libQt5Test.so.5(Qt_5)(64bit) libQt5WebChannel.so.5()(64bit) libQt5WebChannel.so.5(Qt_5)(64bit) libQt5WebEngineCore.so.5()(64bit) libQt5WebEngineCore.so.5(Qt_5)(64bit) libQt5WebEngineWidgets.so.5()(64bit) libQt5WebEngineWidgets.so.5(Qt_5)(64bit) libQt5Widgets.so.5()(64bit) libQt5Widgets.so.5(Qt_5)(64bit) libQt5X11Extras.so.5()(64bit) libQt5X11Extras.so.5(Qt_5)(64bit) libTwkAudio.so()(64bit) libTwkExc.so()(64bit) libTwkFB.so()(64bit) libTwkFBAux.so()(64bit) libTwkMovie.so()(64bit) libTwkUtil.so()(64bit) libX11.so.6()(64bit) libaio.so.1()(64bit) libaio.so.1(LIBAIO_0.1)(64bit) libaio.so.1(LIBAIO_0.4)(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libavcodec.so.61()(64bit) libavcodec.so.61(LIBAVCODEC_61)(64bit) libavformat.so.61()(64bit) libavformat.so.61(LIBAVFORMAT_61)(64bit) libavutil.so.59()(64bit) libavutil.so.59(LIBAVUTIL_59)(64bit) libboost_filesystem.so.1.83.0()(64bit) libboost_program_options.so.1.83.0()(64bit) libboost_thread.so.1.83.0()(64bit) libc.so.6()(64bit) libcv.so()(64bit) libcxcore.so()(64bit) libexif.so.12()(64bit) libftgl.so.2()(64bit) libgc.so.1()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) liblcms2.so.2()(64bit) libm.so.6()(64bit) libminizip.so.1()(64bit) libmp4v2.so.2()(64bit) libnedmalloc.so()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libpython3.13.so.1.0()(64bit) libraw.so.23()(64bit) libresample.so()(64bit) libspdlog.so.1.14()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstl_ext.so()(64bit) libswscale.so.8()(64bit) libswscale.so.8(LIBSWSCALE_8)(64bit) libtiff.so.6()(64bit) libtiff.so.6(LIBTIFF_4.0)(64bit) libtiff.so.6(LIBTIFF_4.1)(64bit) libyaml-0.so.2()(64bit) libyaml-cpp.so.0.7()(64bit) libz.so.1()(64bit) python(abi) rtld(GNU_HASH) Provides -------- openrv: OpenRV(x86-64) application() application(org.aswf.openrv.desktop) libALSAAudioModule.so()(64bit) libALSASafeAudioModule.so()(64bit) libTwkAudio.so()(64bit) libTwkExc.so()(64bit) libTwkFB.so()(64bit) libTwkFBAux.so()(64bit) libTwkMovie.so()(64bit) libTwkUtil.so()(64bit) libcv.so()(64bit) libcxcore.so()(64bit) libnedmalloc.so()(64bit) libstl_ext.so()(64bit) mimehandler(audio/opus) mimehandler(audio/x-mp3) mimehandler(audio/x-wav) mimehandler(image/dpx) mimehandler(image/jpeg) mimehandler(image/png) mimehandler(image/tiff) mimehandler(image/x-exr) mimehandler(image/x-rgb) mimehandler(image/x-sgi) mimehandler(video/mp2t) mimehandler(video/mp4) mimehandler(video/mpeg) mimehandler(video/ogg) mimehandler(video/quicktime) mimehandler(video/vivo) mimehandler(video/vnd.mpegurl) mimehandler(video/vnd.rn-realvideo) mimehandler(video/wavelet) mimehandler(video/webm) mimehandler(video/x-anim) mimehandler(video/x-flic) mimehandler(video/x-flv) mimehandler(video/x-matroska) mimehandler(video/x-mng) mimehandler(video/x-ms-asf) mimehandler(video/x-ms-wmp) mimehandler(video/x-ms-wmv) mimehandler(video/x-msvideo) mimehandler(video/x-nsv) mimehandler(video/x-ogm+ogg) mimehandler(video/x-theora+ogg) openrv openrv(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 openrv --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-41-x86_64 Active plugins: C/C++, Python, Generic, Shell-api Disabled plugins: Java, R, Haskell, PHP, fonts, Ocaml, Perl, SugarActivity Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH