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: ======= - 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 ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: Package contains no static executables. [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]: 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", "*No copyright* GNU General Public License v2.0 or later", "GNU General Public License v2.0 or later", "BSD 3-Clause License", "Apache License 2.0", "MIT License", "*No copyright* MIT License", "*No copyright* GNU Lesser General Public License", "GNU Lesser General Public License, Version 2.1", "GNU Library General Public License v2 or later", "ISC License", "MIT License GNU General Public License v2.0 or later", "*No copyright* ISC License", "*No copyright* GNU General Public License, Version 2", "BSD 3-Clause License GNU General Public License, Version 2", "*No copyright* [generated file]", "*No copyright* Boost Software License 1.0", "*No copyright* Public domain", "BSD 1-Clause License", "GNU Lesser General Public License v2.1 or later", "*No copyright* Creative Commons CC0 1.0", "BSD 2-Clause License", "Public domain", "Khronos License", "Boost Software License 1.0". 3645 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/obs- studio/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/icons/hicolor/scalable/apps, /usr/share/icons/hicolor/128x128, /usr/share/icons/hicolor/256x256, /usr/share/icons/hicolor/512x512, /usr/share/icons/hicolor/scalable, /usr/share/icons/hicolor/256x256/apps, /usr/share/icons/hicolor/128x128/apps, /usr/share/icons/hicolor, /usr/share/icons/hicolor/512x512/apps [ ]: %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. [ ]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 10240 bytes in 1 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 requires other packages for directories it uses. [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 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]: 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 obs- studio-libs , obs-studio-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. [ ]: 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: [!]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 11335680 bytes in /usr/share obs- studio-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm:11335680 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: There are rpmlint messages (see attachment). Rpmlint ------- Checking: obs-studio-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm obs-studio-libs-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm obs-studio-devel-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm obs-studio-debuginfo-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm obs-studio-debugsource-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm obs-studio-29.1.0~git202303261743.ad859a3-0.fc39.1.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/tmp3xkpmr6d')] checks: 31, packages: 6 obs-studio.x86_64: E: zero-length /usr/share/obs/obs-plugins/decklink-captions/.keepme obs-studio.x86_64: E: zero-length /usr/share/obs/obs-plugins/decklink-output-ui/.keepme obs-studio.x86_64: E: zero-length /usr/share/obs/obs-plugins/linux-pipewire/.gitkeep obs-studio.x86_64: W: no-manual-page-for-binary obs obs-studio.x86_64: W: no-manual-page-for-binary obs-ffmpeg-mux obs-studio-devel.x86_64: W: no-documentation obs-studio.x86_64: W: hidden-file-or-dir /usr/share/obs/obs-plugins/decklink-captions/.keepme obs-studio.x86_64: W: hidden-file-or-dir /usr/share/obs/obs-plugins/decklink-output-ui/.keepme obs-studio.x86_64: W: hidden-file-or-dir /usr/share/obs/obs-plugins/linux-pipewire/.gitkeep obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/license/gplv2.txt /usr/share/licenses/obs-studio/gplv2.txt obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/ba-RU.ini /usr/share/obs/obs-plugins/linux-alsa/locale/ba-RU.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-alsa/locale/sr-CS.ini /usr/share/obs/obs-plugins/linux-alsa/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/nn-NO.ini /usr/share/obs/obs-plugins/linux-alsa/locale/nn-NO.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-alsa/locale/pt-PT.ini /usr/share/obs/obs-plugins/linux-alsa/locale/pt-BR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/si-LK.ini /usr/share/obs/obs-plugins/linux-alsa/locale/si-LK.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-jack/locale/sr-CS.ini /usr/share/obs/obs-plugins/linux-jack/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/sr-CS.ini /usr/share/obs/obs-plugins/linux-pulseaudio/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/obs-libfdk/locale/sr-CS.ini /usr/share/obs/obs-plugins/obs-libfdk/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Rachni/sizegrip.png /usr/share/obs/obs-studio/themes/Acri/sizegrip.png obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Dark/media/media_pause.svg /usr/share/obs/obs-studio/themes/Dark/media-pause.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Dark/sources/media.svg /usr/share/obs/obs-studio/themes/Dark/media/media_play.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Light/mute.svg /usr/share/obs/obs-studio/themes/Dark/mute.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Light/media/media_pause.svg /usr/share/obs/obs-studio/themes/Light/media-pause.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Light/sources/media.svg /usr/share/obs/obs-studio/themes/Light/media/media_play.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Rachni/checkbox_checked_focus.png /usr/share/obs/obs-studio/themes/Rachni/checkbox_checked.png obs-studio-devel.x86_64: W: files-duplicate /usr/lib64/cmake/obs-frontend-api/obs-frontend-apiConfigVersion.cmake /usr/lib64/cmake/libobs/libobsConfigVersion.cmake obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs-frontend-api.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs-opengl.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs-scripting.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobsglad.so obs-studio-devel.x86_64: W: description-shorter-than-summary 6 packages and 0 specfiles checked; 3 errors, 29 warnings, 3 badness; has taken 2.8 s Rpmlint (debuginfo) ------------------- Checking: obs-studio-debuginfo-29.1.0~git202303261743.ad859a3-0.fc39.1.x86_64.rpm obs-studio-libs-debuginfo-29.1.0~git202303261743.ad859a3-0.fc39.1.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/tmpn5h1x09z')] checks: 31, packages: 2 2 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 2.1 s Rpmlint (installed packages) ---------------------------- ============================ 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: 6 obs-studio.x86_64: E: zero-length /usr/share/obs/obs-plugins/decklink-captions/.keepme obs-studio.x86_64: E: zero-length /usr/share/obs/obs-plugins/decklink-output-ui/.keepme obs-studio.x86_64: E: zero-length /usr/share/obs/obs-plugins/linux-pipewire/.gitkeep obs-studio.x86_64: W: unused-direct-shlib-dependency /usr/bin/obs /usr/lib64/libpython3.11.so.1.0 obs-studio.x86_64: W: unused-direct-shlib-dependency /usr/bin/obs /usr/lib64/libQt6Network.so.6 obs-studio.x86_64: W: unused-direct-shlib-dependency /usr/bin/obs /usr/lib64/libGLX.so.0 obs-studio.x86_64: W: unused-direct-shlib-dependency /usr/bin/obs /usr/lib64/libOpenGL.so.0 obs-studio.x86_64: W: unused-direct-shlib-dependency /usr/bin/obs /usr/lib64/libxkbcommon.so.0 obs-studio-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/obs-plugins/decklink.so /usr/lib64/libm.so.6 obs-studio-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/obs-plugins/obs-vst.so /usr/lib64/libm.so.6 obs-studio-libs.x86_64: E: unused-direct-shlib-dependency /usr/lib64/libobs-frontend-api.so.29 /usr/lib64/libm.so.6 obs-studio.x86_64: W: no-manual-page-for-binary obs obs-studio.x86_64: W: no-manual-page-for-binary obs-ffmpeg-mux obs-studio-devel.x86_64: W: no-documentation obs-studio.x86_64: W: hidden-file-or-dir /usr/share/obs/obs-plugins/decklink-captions/.keepme obs-studio.x86_64: W: hidden-file-or-dir /usr/share/obs/obs-plugins/decklink-output-ui/.keepme obs-studio.x86_64: W: hidden-file-or-dir /usr/share/obs/obs-plugins/linux-pipewire/.gitkeep obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/license/gplv2.txt /usr/share/licenses/obs-studio/gplv2.txt obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/ba-RU.ini /usr/share/obs/obs-plugins/linux-alsa/locale/ba-RU.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-alsa/locale/sr-CS.ini /usr/share/obs/obs-plugins/linux-alsa/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/nn-NO.ini /usr/share/obs/obs-plugins/linux-alsa/locale/nn-NO.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-alsa/locale/pt-PT.ini /usr/share/obs/obs-plugins/linux-alsa/locale/pt-BR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/si-LK.ini /usr/share/obs/obs-plugins/linux-alsa/locale/si-LK.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-jack/locale/sr-CS.ini /usr/share/obs/obs-plugins/linux-jack/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/linux-pulseaudio/locale/sr-CS.ini /usr/share/obs/obs-plugins/linux-pulseaudio/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-plugins/obs-libfdk/locale/sr-CS.ini /usr/share/obs/obs-plugins/obs-libfdk/locale/hr-HR.ini obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Rachni/sizegrip.png /usr/share/obs/obs-studio/themes/Acri/sizegrip.png obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Dark/media/media_pause.svg /usr/share/obs/obs-studio/themes/Dark/media-pause.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Dark/sources/media.svg /usr/share/obs/obs-studio/themes/Dark/media/media_play.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Light/mute.svg /usr/share/obs/obs-studio/themes/Dark/mute.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Light/media/media_pause.svg /usr/share/obs/obs-studio/themes/Light/media-pause.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Light/sources/media.svg /usr/share/obs/obs-studio/themes/Light/media/media_play.svg obs-studio.x86_64: W: files-duplicate /usr/share/obs/obs-studio/themes/Rachni/checkbox_checked_focus.png /usr/share/obs/obs-studio/themes/Rachni/checkbox_checked.png obs-studio-devel.x86_64: W: files-duplicate /usr/lib64/cmake/obs-frontend-api/obs-frontend-apiConfigVersion.cmake /usr/lib64/cmake/libobs/libobsConfigVersion.cmake obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs-frontend-api.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs-opengl.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs-scripting.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobs.so obs-studio-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libobsglad.so obs-studio-devel.x86_64: W: description-shorter-than-summary 6 packages and 0 specfiles checked; 4 errors, 36 warnings, 4 badness; has taken 10.4 s Unversioned so-files -------------------- obs-studio-libs: /usr/lib64/libobs-frontend-api.so obs-studio-libs: /usr/lib64/libobs-opengl.so obs-studio-libs: /usr/lib64/libobs-scripting.so obs-studio-libs: /usr/lib64/libobs.so obs-studio-libs: /usr/lib64/libobsglad.so obs-studio-libs: /usr/lib64/obs-plugins/decklink-captions.so obs-studio-libs: /usr/lib64/obs-plugins/decklink-output-ui.so obs-studio-libs: /usr/lib64/obs-plugins/decklink.so obs-studio-libs: /usr/lib64/obs-plugins/frontend-tools.so obs-studio-libs: /usr/lib64/obs-plugins/image-source.so obs-studio-libs: /usr/lib64/obs-plugins/linux-alsa.so obs-studio-libs: /usr/lib64/obs-plugins/linux-capture.so obs-studio-libs: /usr/lib64/obs-plugins/linux-jack.so obs-studio-libs: /usr/lib64/obs-plugins/linux-pipewire.so obs-studio-libs: /usr/lib64/obs-plugins/linux-pulseaudio.so obs-studio-libs: /usr/lib64/obs-plugins/linux-v4l2.so obs-studio-libs: /usr/lib64/obs-plugins/obs-ffmpeg.so obs-studio-libs: /usr/lib64/obs-plugins/obs-filters.so obs-studio-libs: /usr/lib64/obs-plugins/obs-libfdk.so obs-studio-libs: /usr/lib64/obs-plugins/obs-outputs.so obs-studio-libs: /usr/lib64/obs-plugins/obs-transitions.so obs-studio-libs: /usr/lib64/obs-plugins/obs-vst.so obs-studio-libs: /usr/lib64/obs-plugins/obs-websocket.so obs-studio-libs: /usr/lib64/obs-plugins/rtmp-services.so obs-studio-libs: /usr/lib64/obs-plugins/text-freetype2.so obs-studio-libs: /usr/lib64/obs-scripting/_obspython.so obs-studio-libs: /usr/lib64/obs-scripting/obslua.so Source checksums ---------------- https://github.com/obsproject/obs-websocket/archive/5.1.0/obs-websocket-5.1.0.tar.gz : CHECKSUM(SHA256) this package : e65a28b9ea46339746da0667f885eedc32e8dfe2ff12431e81a25d9e742d13ce CHECKSUM(SHA256) upstream package : e65a28b9ea46339746da0667f885eedc32e8dfe2ff12431e81a25d9e742d13ce https://github.com/obsproject/obs-studio/archive/ad859a3f66daac0d30eebcc9b07b0c2004fb6040/obs-studio-ad859a3f66daac0d30eebcc9b07b0c2004fb6040.tar.gz : CHECKSUM(SHA256) this package : 9715102629b12b7e52227fa2c84df463fa8f35dc416ffda4f92f7bcd18959fea CHECKSUM(SHA256) upstream package : 9715102629b12b7e52227fa2c84df463fa8f35dc416ffda4f92f7bcd18959fea Requires -------- obs-studio (rpmlib, GLIBC filtered): (qt6-qtwayland(x86-64) if libwayland-client(x86-64)) /usr/bin/ffmpeg glibc libGLX.so.0()(64bit) libOpenGL.so.0()(64bit) libQt6Core.so.6()(64bit) libQt6Core.so.6(Qt_6)(64bit) libQt6Core.so.6(Qt_6.4)(64bit) libQt6Gui.so.6()(64bit) libQt6Gui.so.6(Qt_6)(64bit) libQt6Network.so.6()(64bit) libQt6Svg.so.6()(64bit) libQt6Widgets.so.6()(64bit) libQt6Widgets.so.6(Qt_6)(64bit) libQt6Xml.so.6()(64bit) libQt6Xml.so.6(Qt_6)(64bit) libavcodec.so.60()(64bit) libavcodec.so.60(LIBAVCODEC_60)(64bit) libavformat.so.60()(64bit) libavformat.so.60(LIBAVFORMAT_60)(64bit) libavutil.so.58()(64bit) libavutil.so.58(LIBAVUTIL_58)(64bit) libc.so.6()(64bit) libcurl.so.4()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libobs-frontend-api.so.0()(64bit) libobs.so.0()(64bit) libpython3.11.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libxkbcommon.so.0()(64bit) obs-studio-libs(x86-64) rtld(GNU_HASH) obs-studio-libs (rpmlib, GLIBC filtered): glibc ld-linux-x86-64.so.2()(64bit) libEGL.so.1()(64bit) libQt6Core.so.6()(64bit) libQt6Core.so.6(Qt_6)(64bit) libQt6Core.so.6(Qt_6.4)(64bit) libQt6Gui.so.6()(64bit) libQt6Gui.so.6(Qt_6)(64bit) libQt6Network.so.6()(64bit) libQt6Network.so.6(Qt_6)(64bit) libQt6Widgets.so.6()(64bit) libQt6Widgets.so.6(Qt_6)(64bit) libX11-xcb.so.1()(64bit) libX11.so.6()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libavcodec.so.60()(64bit) libavcodec.so.60(LIBAVCODEC_60)(64bit) libavdevice.so.60()(64bit) libavdevice.so.60(LIBAVDEVICE_60)(64bit) libavformat.so.60()(64bit) libavformat.so.60(LIBAVFORMAT_60)(64bit) libavutil.so.58()(64bit) libavutil.so.58(LIBAVUTIL_58)(64bit) libc.so.6()(64bit) libcurl.so.4()(64bit) libfdk-aac.so.2()(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) libgio-2.0.so.0()(64bit) libjack.so.0()(64bit) libjansson.so.4()(64bit) libluajit-5.1.so.2()(64bit) libm.so.6()(64bit) libmbedcrypto.so.7()(64bit) libmbedtls.so.14()(64bit) libmbedx509.so.1()(64bit) libobs-frontend-api.so.0()(64bit) libobs-opengl.so.1()(64bit) libobs-scripting.so.1()(64bit) libobs.so.0()(64bit) libobsglad.so.1()(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libpci.so.3(LIBPCI_3.8)(64bit) libpipewire-0.3.so.0()(64bit) libpulse.so.0()(64bit) libpulse.so.0(PULSE_0)(64bit) libpython3.11.so.1.0()(64bit) libqrcodegencpp.so.1()(64bit) librist.so.4()(64bit) libspeexdsp.so.1()(64bit) libsrt.so.1.5()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.11)(64bit) libstdc++.so.6(CXXABI_1.3.13)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libswresample.so.4()(64bit) libswresample.so.4(LIBSWRESAMPLE_4)(64bit) libswscale.so.7()(64bit) libswscale.so.7(LIBSWSCALE_7)(64bit) libudev.so.1()(64bit) libudev.so.1(LIBUDEV_183)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libv4l2.so.0()(64bit) libva-drm.so.2()(64bit) libva.so.2()(64bit) libwayland-client.so.0()(64bit) libwayland-egl.so.1()(64bit) libxcb-composite.so.0()(64bit) libxcb-randr.so.0()(64bit) libxcb-shm.so.0()(64bit) libxcb-xfixes.so.0()(64bit) libxcb-xinerama.so.0()(64bit) libxcb.so.1()(64bit) libxkbcommon.so.0()(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) libz.so.1()(64bit) qt6-qtbase(x86-64) rtld(GNU_HASH) obs-studio-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config cmake-filesystem(x86-64) obs-studio-libs(x86-64) obs-studio-debuginfo (rpmlib, GLIBC filtered): obs-studio-debugsource (rpmlib, GLIBC filtered): Provides -------- obs-studio: application() application(com.obsproject.Studio.desktop) metainfo() metainfo(com.obsproject.Studio.appdata.xml) obs-studio obs-studio(x86-64) obs-studio-libs: libobs-frontend-api.so.0()(64bit) libobs-opengl.so.1()(64bit) libobs-scripting.so.1()(64bit) libobs.so.0()(64bit) libobsglad.so.1()(64bit) obs-studio-libs obs-studio-libs(x86-64) obs-studio-devel: cmake(libobs) cmake(obs-frontend-api) obs-studio-devel obs-studio-devel(x86-64) pkgconfig(libobs) obs-studio-debuginfo: debuginfo(build-id) obs-studio-debuginfo obs-studio-debuginfo(x86-64) obs-studio-debugsource: obs-studio-debugsource obs-studio-debugsource(x86-64) Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23 Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name obs-studio --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, Shell-api, C/C++ Disabled plugins: Python, Java, Ocaml, SugarActivity, Haskell, fonts, Perl, R, PHP Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH