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 ===== MUST items ===== C/C++: [ ]: 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]: 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", "BSD 3-Clause License BSD 2-Clause License GNU General Public License, Version 3 GNU General Public License v2.0 or later", "*No copyright* BSD 3-Clause License", "GNU General Public License v3.0 or later", "GNU General Public License v2.0 or later", "GNU General Public License v2.0 or later [obsolete FSF postal address (Mass Ave)]", "*No copyright* Do What The Fuck You Want To Public License, Version 2", "Public domain GNU General Public License v2.0 or later", "*No copyright* GNU General Public License v2.0 or later", "*No copyright* GNU General Public License, Version 2", "GNU General Public License", "MIT License", "GNU Library General Public License v2 or later", "*No copyright* GNU Library General Public License v2 or later", "GNU Lesser General Public License, Version 2.1", "GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Mass Ave)]", "NTP License", "GNU Lesser General Public License, Version 2.1 GNU General Public License, Version 2", "GNU Lesser General Public License", "GNU Lesser General Public License v2.1 or later", "GNU Library General Public License v2 or later [obsolete FSF postal address (Mass Ave)]", "GNU General Public License, Version 3", "Do What The Fuck You Want To Public License, Version 2", "zlib License", "*No copyright* GNU General Public License v2.0 or later [obsolete FSF postal address (Mass Ave)]", "Apple MIT License", "GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Temple Place)]", "BSD 3-Clause License GNU Lesser General Public License GNU General Public License", "*No copyright* GNU Lesser General Public License v2.1 or later", "Boost Software License 1.0", "BSD-4-Clause (University of California-Specific)", "BSD 4-Clause License BSD 2-clause NetBSD License", "GNU Lesser General Public License GNU General Public License v2.0 or later", "*No copyright* Public domain", "NTP License MIT License", "BSD 3-Clause License", "*No copyright* GNU General Public License v3.0 or later". 1920 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/ardour8/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: %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]: %config files are marked noreplace or the reason is justified. [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 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 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]: 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 0 bytes in 0 files. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: Avoid bundling fonts in non-fonts packages. Note: Package contains font files [ ]: 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. [ ]: 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. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: [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]: SourceX is a working URL. ===== 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 34283520 bytes in /usr/share ardour8-8.1.0-1.fc38.x86_64.rpm:34283520 See: https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: ardour8-8.1.0-1.fc38.x86_64.rpm ardour8-debuginfo-8.1.0-1.fc38.x86_64.rpm ardour8-debugsource-8.1.0-1.fc38.x86_64.rpm ardour8-8.1.0-1.fc38.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/tmpxlhq3vfq')] checks: 31, packages: 4 ardour8.x86_64: W: no-manual-page-for-binary ardour8-copy-mixer ardour8.x86_64: W: no-manual-page-for-binary ardour8-export ardour8.x86_64: W: no-manual-page-for-binary ardour8-lua ardour8.x86_64: W: no-manual-page-for-binary ardour8-new_empty_session ardour8.x86_64: W: no-manual-page-for-binary ardour8-new_session ardour8.spec: W: invalid-url Source0: Ardour-8.1.0.tar.bz2 ardour8.x86_64: W: hidden-file-or-dir /usr/share/ardour8/media/.daw-meta.xml ardour8.x86_64: E: files-duplicated-waste 169003 ardour8.x86_64: W: files-duplicate /usr/share/ardour8/icons/trim_left_cursor_5.png /usr/share/ardour8/icons/anchored_trim_left_cursor.png:/usr/share/ardour8/icons/trim_left_cursor.png ardour8.x86_64: W: files-duplicate /usr/share/ardour8/icons/trim_right_cursor_5.png /usr/share/ardour8/icons/anchored_trim_right_cursor.png:/usr/share/ardour8/icons/trim_right_cursor.png ardour8.x86_64: W: files-duplicate /usr/share/icons/hicolor/16x16/apps/ardour8.png /usr/share/ardour8/resources/Ardour-icon_16px.png ardour8.x86_64: W: files-duplicate /usr/share/icons/hicolor/22x22/apps/ardour8.png /usr/share/ardour8/resources/Ardour-icon_22px.png ardour8.x86_64: W: files-duplicate /usr/share/icons/hicolor/256x256/apps/ardour8.png /usr/share/ardour8/resources/Ardour-icon_256px.png ardour8.x86_64: W: files-duplicate /usr/share/icons/hicolor/32x32/apps/ardour8.png /usr/share/ardour8/resources/Ardour-icon_32px.png ardour8.x86_64: W: files-duplicate /usr/share/icons/hicolor/48x48/apps/ardour8.png /usr/share/ardour8/resources/Ardour-icon_48px.png ardour8.x86_64: W: files-duplicate /usr/share/icons/hicolor/512x512/apps/ardour8.png /usr/share/ardour8/resources/Ardour-icon_512px.png ardour8.x86_64: W: files-duplicate /usr/share/ardour8/web_surfaces/builtin/transport/img/expand.svg /usr/share/ardour8/web_surfaces/builtin/mixer/expand.svg ardour8.x86_64: W: files-duplicate /usr/share/licenses/ardour8/gpl-3.0.txt /usr/share/ardour8/web_surfaces/builtin/mixer/toolkit/COPYING ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libardour.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libardouralsautil.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libaudiographer.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libcanvas.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libevoral.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libgtkmm2ext.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libmidipp.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libpbd.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libptformat.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libtemporal.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libwaveview.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/libwidgets.so ardour8.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ardour8/vamp/libardourvamppyin.so ardour8.x86_64: W: dangling-relative-symlink /usr/share/ardour8/ArdourMono.ttf ../fonts/google-droid-sans-mono-fonts/DroidSansMono.ttf ardour8.x86_64: W: dangling-relative-symlink /usr/share/ardour8/ArdourSans.ttf ../fonts/google-noto/NotoSans-Regular.ttf 4 packages and 0 specfiles checked; 1 errors, 32 warnings, 1 badness; has taken 10.1 s Rpmlint (debuginfo) ------------------- Checking: ardour8-debuginfo-8.1.0-1.fc38.x86_64.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/tmpi39foy0b')] checks: 31, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 5.7 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "ardour8". (none): E: there is no installed rpm "ardour8-debuginfo". (none): E: there is no installed rpm "ardour8-debugsource". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ 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 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 0.0 s Unversioned so-files -------------------- ardour8: /usr/lib64/ardour8/LV2/a-comp.lv2/a-comp.so ardour8: /usr/lib64/ardour8/LV2/a-delay.lv2/a-delay.so ardour8: /usr/lib64/ardour8/LV2/a-eq.lv2/a-eq.so ardour8: /usr/lib64/ardour8/LV2/a-exp.lv2/a-exp.so ardour8: /usr/lib64/ardour8/LV2/a-fluidsynth.lv2/a-fluidsynth.so ardour8: /usr/lib64/ardour8/LV2/a-reverb.lv2/a-reverb.so ardour8: /usr/lib64/ardour8/LV2/reasonablesynth.lv2/reasonablesynth.so ardour8: /usr/lib64/ardour8/backends/libalsa_audiobackend.so ardour8: /usr/lib64/ardour8/backends/libdummy_audiobackend.so ardour8: /usr/lib64/ardour8/backends/libjack_audiobackend.so ardour8: /usr/lib64/ardour8/backends/libpulseaudio_backend.so ardour8: /usr/lib64/ardour8/engines/libclearlooks.so ardour8: /usr/lib64/ardour8/libardour.so ardour8: /usr/lib64/ardour8/libardour_midisurface.so ardour8: /usr/lib64/ardour8/libardouralsautil.so ardour8: /usr/lib64/ardour8/libardourcp.so ardour8: /usr/lib64/ardour8/libaudiographer.so ardour8: /usr/lib64/ardour8/libcanvas.so ardour8: /usr/lib64/ardour8/libevoral.so ardour8: /usr/lib64/ardour8/libgtkmm2ext.so ardour8: /usr/lib64/ardour8/libmidipp.so ardour8: /usr/lib64/ardour8/libpbd.so ardour8: /usr/lib64/ardour8/libptformat.so ardour8: /usr/lib64/ardour8/libtemporal.so ardour8: /usr/lib64/ardour8/libwaveview.so ardour8: /usr/lib64/ardour8/libwidgets.so ardour8: /usr/lib64/ardour8/panners/libpan1in2out.so ardour8: /usr/lib64/ardour8/panners/libpan2in2out.so ardour8: /usr/lib64/ardour8/panners/libpanbalance.so ardour8: /usr/lib64/ardour8/panners/libpanvbap.so ardour8: /usr/lib64/ardour8/surfaces/libardour_cc121.so ardour8: /usr/lib64/ardour8/surfaces/libardour_console1.so ardour8: /usr/lib64/ardour8/surfaces/libardour_contourdesign.so ardour8: /usr/lib64/ardour8/surfaces/libardour_faderport.so ardour8: /usr/lib64/ardour8/surfaces/libardour_faderport16.so ardour8: /usr/lib64/ardour8/surfaces/libardour_faderport2.so ardour8: /usr/lib64/ardour8/surfaces/libardour_faderport8.so ardour8: /usr/lib64/ardour8/surfaces/libardour_generic_midi.so ardour8: /usr/lib64/ardour8/surfaces/libardour_launch_control_xl.so ardour8: /usr/lib64/ardour8/surfaces/libardour_launchpad_pro.so ardour8: /usr/lib64/ardour8/surfaces/libardour_mcp.so ardour8: /usr/lib64/ardour8/surfaces/libardour_osc.so ardour8: /usr/lib64/ardour8/surfaces/libardour_push2.so ardour8: /usr/lib64/ardour8/surfaces/libardour_us2400.so ardour8: /usr/lib64/ardour8/surfaces/libardour_websockets.so ardour8: /usr/lib64/ardour8/vamp/libardourvampplugins.so ardour8: /usr/lib64/ardour8/vamp/libardourvamppyin.so Requires -------- ardour8 (rpmlib, GLIBC filtered): /usr/bin/sh config(ardour8) google-droid-sans-mono-fonts google-noto-sans-fonts ld-linux-x86-64.so.2()(64bit) libFLAC.so.12()(64bit) libX11.so.6()(64bit) libarchive.so.13()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libatk-1.0.so.0()(64bit) libatkmm-1.6.so.1()(64bit) libaubio.so.5()(64bit) libc.so.6()(64bit) libcairo.so.2()(64bit) libcairomm-1.0.so.1()(64bit) libcurl.so.4()(64bit) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libfftw3.so.3()(64bit) libfftw3f.so.3()(64bit) libfftw3f_threads.so.3()(64bit) libfluidsynth.so.3()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgdkmm-2.4.so.1()(64bit) libgio-2.0.so.0()(64bit) libgiomm-2.4.so.1()(64bit) libglib-2.0.so.0()(64bit) libglibmm-2.4.so.1()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libgtkmm-2.4.so.1()(64bit) libharfbuzz.so.0()(64bit) libjack.so.0()(64bit) liblilv-0.so.0()(64bit) liblo.so.7()(64bit) liblrdf.so.2()(64bit) libltc.so.11()(64bit) libm.so.6()(64bit) libmvec.so.1()(64bit) libogg.so.0()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpangomm-1.4.so.1()(64bit) libpulse.so.0()(64bit) libpulse.so.0(PULSE_0)(64bit) libreadline.so.8()(64bit) librubberband.so.2()(64bit) libsamplerate.so.0()(64bit) libsamplerate.so.0(libsamplerate.so.0.0)(64bit) libserd-0.so.0()(64bit) libsigc-2.0.so.0()(64bit) libsndfile.so.1()(64bit) libsndfile.so.1(libsndfile.so.1.0)(64bit) libsord-0.so.0()(64bit) libsratom-0.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.7)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libsuil-0.so.0()(64bit) libtag.so.1()(64bit) libusb-1.0.so.0()(64bit) libvamp-hostsdk.so.3()(64bit) libvamp-sdk.so.2()(64bit) libwebsockets.so.19()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) rtld(GNU_HASH) ardour8-debuginfo (rpmlib, GLIBC filtered): ardour8-debugsource (rpmlib, GLIBC filtered): Provides -------- ardour8: application() application(ardour8.desktop) ardour8 ardour8(x86-64) bundled(LuaBridge) bundled(gtk-theme-engine-clearlooks) bundled(libsmf) bundled(lua) bundled(midi++) bundled(pbd) config(ardour8) metainfo() metainfo(ardour8.appdata.xml) mimehandler(application/x-ardour) ardour8-debuginfo: ardour8-debuginfo ardour8-debuginfo(x86-64) debuginfo(build-id) libalsa_audiobackend.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour.so.3.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_cc121.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_console1.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_contourdesign.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_faderport.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_faderport16.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_faderport2.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_faderport8.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_generic_midi.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_launch_control_xl.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_launchpad_pro.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_mcp.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_midisurface.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_osc.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_push2.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_us2400.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardour_websockets.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardouralsautil.so.0.0.1-8.1.0-1.fc38.x86_64.debug()(64bit) libardourcp.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardourvampplugins.so-8.1.0-1.fc38.x86_64.debug()(64bit) libardourvamppyin.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libaudiographer.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libcanvas.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libclearlooks.so-8.1.0-1.fc38.x86_64.debug()(64bit) libdummy_audiobackend.so-8.1.0-1.fc38.x86_64.debug()(64bit) libevoral.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libgtkmm2ext.so.0.8.3-8.1.0-1.fc38.x86_64.debug()(64bit) libjack_audiobackend.so-8.1.0-1.fc38.x86_64.debug()(64bit) libmidipp.so.4.1.0-8.1.0-1.fc38.x86_64.debug()(64bit) libpan1in2out.so-8.1.0-1.fc38.x86_64.debug()(64bit) libpan2in2out.so-8.1.0-1.fc38.x86_64.debug()(64bit) libpanbalance.so-8.1.0-1.fc38.x86_64.debug()(64bit) libpanvbap.so-8.1.0-1.fc38.x86_64.debug()(64bit) libpbd.so.4.1.0-8.1.0-1.fc38.x86_64.debug()(64bit) libptformat.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libpulseaudio_backend.so-8.1.0-1.fc38.x86_64.debug()(64bit) libtemporal.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libwaveview.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) libwidgets.so.0.0.0-8.1.0-1.fc38.x86_64.debug()(64bit) ardour8-debugsource: ardour8-debugsource ardour8-debugsource(x86-64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name ardour8 --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-38-x86_64 Active plugins: C/C++, Generic, Shell-api Disabled plugins: PHP, Perl, fonts, Haskell, Ocaml, SugarActivity, R, Java, Python Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH