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: ======= - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/glusterfs, https://src.fedoraproject.org/container/glusterfs See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names - 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 glusterfs-events, glusterfs-server, glusterfs-thin-arbiter See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Scriptlets/#_scriptlets ===== 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]: 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 General Public License, Version 2", "GNU Lesser General Public License, Version 3", "*No copyright* GNU General Public License, Version 2", "GNU General Public License", "GNU General Public License v2.0 or later", "GNU General Public License, Version 3", "GNU General Public License v3.0 or later", "GNU Library General Public License, Version 2.0", "BSD 2-Clause License and/or GNU General Public License", "BSD 2-Clause License", "GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Temple Place)]", "BSD 3-Clause License", "BSD-4-Clause (University of California-Specific)", "GNU General Public License v2.0 or later and/or GNU Lesser General Public License v3.0 or later", "*No copyright* GNU General Public License v2.0 or later", "GNU Lesser General Public License v2.1 or later", "*No copyright* GNU General Public License". 2320 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/glusterfs/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 /var/run/gluster, /usr/include/glusterfs/server, /var/run/gluster/shared_storage [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/lib64/glusterfs/11.2/xlator, /usr/lib/firewalld, /usr/lib64/glusterfs/11.2, /var/run/gluster, /etc/ganesha, /usr/include/glusterfs, /usr/lib/python3.14, /usr/lib64/glusterfs, /usr/lib/firewalld/services, /etc/logrotate.d, /usr/include/glusterfs/server, /usr/lib/python3.14/site-packages, /var/run/gluster/shared_storage [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. Note: rm -rf %{buildroot} present but not required [ ]: Sources contain only permissible code or content. [ ]: %config files are marked noreplace or the reason is justified. Note: No (noreplace) in %config /etc/glusterfs/thin-arbiter.vol [ ]: 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. [ ]: Only use %_sourcedir in very specific situations. Note: %_sourcedir/$RPM_SOURCE_DIR is used. [ ]: Spec file is legible and written in American English. [ ]: 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 does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package uses hardened build flags if required to. Note: suid files: fusermount-glusterfs [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. Note: Multiple Release: tags found [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]: 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 9374 bytes in 6 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). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in glusterfs-cli , glusterfs-client-xlators , glusterfs-cloudsync-plugins , glusterfs-events , glusterfs-extra-xlators , glusterfs-fuse , glusterfs-ganesha , glusterfs-geo-replication , libglusterfs0 , libglusterfs-devel , libgfapi0 , libgfapi-devel , libgfchangelog0 , libgfchangelog-devel , libgfrpc0 , libgfrpc-devel , libgfxdr0 , libgfxdr-devel , python3-gluster , glusterfs-resource-agents , glusterfs-server [ ]: 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. [ ]: Files in /run, var/run and /var/lock uses tmpfiles.d when appropriate [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. [x]: Package should not use obsolete m4 macros Rpmlint ------- Checking: glusterfs-11.2-1.fc43.x86_64.rpm glusterfs-cli-11.2-1.fc43.x86_64.rpm glusterfs-client-xlators-11.2-1.fc43.x86_64.rpm glusterfs-cloudsync-plugins-11.2-1.fc43.x86_64.rpm glusterfs-events-11.2-1.fc43.x86_64.rpm glusterfs-extra-xlators-11.2-1.fc43.x86_64.rpm glusterfs-fuse-11.2-1.fc43.x86_64.rpm glusterfs-ganesha-11.2-1.fc43.x86_64.rpm glusterfs-geo-replication-11.2-1.fc43.x86_64.rpm libglusterfs0-11.2-1.fc43.x86_64.rpm libglusterfs-devel-11.2-1.fc43.x86_64.rpm libgfapi0-11.2-1.fc43.x86_64.rpm libgfapi-devel-11.2-1.fc43.x86_64.rpm libgfchangelog0-11.2-1.fc43.x86_64.rpm libgfchangelog-devel-11.2-1.fc43.x86_64.rpm libgfrpc0-11.2-1.fc43.x86_64.rpm libgfrpc-devel-11.2-1.fc43.x86_64.rpm libgfxdr0-11.2-1.fc43.x86_64.rpm libgfxdr-devel-11.2-1.fc43.x86_64.rpm python3-gluster-11.2-1.fc43.x86_64.rpm glusterfs-resource-agents-11.2-1.fc43.noarch.rpm glusterfs-server-11.2-1.fc43.x86_64.rpm glusterfs-thin-arbiter-11.2-1.fc43.x86_64.rpm glusterfs-11.2-1.fc43.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.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/tmpq579xr5i')] checks: 32, packages: 24 glusterfs.spec:164: E: use-of-RPM_SOURCE_DIR glusterfs.src: E: spelling-error ('glusterfsd', '%description -l en_US glusterfsd -> lusterless') glusterfs.src: E: spelling-error ('libglusterfs', '%description -l en_US libglusterfs -> filibusterer, filibuster') glusterfs.x86_64: E: spelling-error ('glusterfsd', '%description -l en_US glusterfsd -> lusterless') glusterfs.x86_64: E: spelling-error ('libglusterfs', '%description -l en_US libglusterfs -> filibusterer, filibuster') libgfchangelog-devel.x86_64: E: spelling-error ('libchangelog', 'Summary(en_US) libchangelog -> changeling') libgfchangelog0.x86_64: E: spelling-error ('libchangelog', 'Summary(en_US) libchangelog -> changeling') libgfapi0.x86_64: W: shlib-fixed-dependency glusterfs-client-xlators(x86-64) = 11.2-1.fc43 libgfapi0.x86_64: W: shlib-fixed-dependency libglusterfs0(x86-64) = 11.2-1.fc43 libgfchangelog0.x86_64: W: shlib-fixed-dependency libglusterfs0(x86-64) = 11.2-1.fc43 libgfrpc0.x86_64: W: shlib-fixed-dependency libglusterfs0(x86-64) = 11.2-1.fc43 libgfxdr0.x86_64: W: shlib-fixed-dependency libglusterfs0(x86-64) = 11.2-1.fc43 libglusterfs0.x86_64: W: shlib-fixed-dependency libgfrpc0(x86-64) = 11.2-1.fc43 libglusterfs0.x86_64: W: shlib-fixed-dependency libgfxdr0(x86-64) = 11.2-1.fc43 glusterfs-fuse.x86_64: E: setuid-binary /usr/bin/fusermount-glusterfs root 4755 libgfapi-devel.x86_64: W: self-obsoletion glusterfs-api-devel <= 11.2-1.fc43 obsoletes glusterfs-api-devel = 11.2-1.fc43 libgfapi0.x86_64: W: self-obsoletion glusterfs-api <= 11.2-1.fc43 obsoletes glusterfs-api = 11.2-1.fc43 libglusterfs-devel.x86_64: W: self-obsoletion glusterfs-devel <= 11.2-1.fc43 obsoletes glusterfs-devel = 11.2-1.fc43 libglusterfs0.x86_64: W: self-obsoletion glusterfs-libs <= 11.2-1.fc43 obsoletes glusterfs-libs = 11.2-1.fc43 libglusterfs0.x86_64: W: self-obsoletion libglusterd0 <= 11.2-1.fc43 obsoletes libglusterd0 = 11.2-1.fc43 glusterfs-server.x86_64: E: script-without-shebang /usr/bin/conf.py glusterfs.x86_64: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/gluster.conf glusterfs-ganesha.x86_64: W: percent-in-%postun glusterfs-ganesha.x86_64: W: percent-in-%post glusterfs-server.x86_64: W: percent-in-%post glusterfs-ganesha.x86_64: W: only-non-binary-in-usr-lib glusterfs-resource-agents.noarch: W: only-non-binary-in-usr-lib glusterfs.x86_64: W: obsolete-not-provided glusterfs-gnfs glusterfs.x86_64: W: obsolete-not-provided glusterfs-regression-tests glusterfs.x86_64: W: obsolete-not-provided glusterfs-ufo glusterfs.x86_64: W: obsolete-not-provided hekafs libgfchangelog-devel.x86_64: W: obsolete-not-provided glusterfs-devel libgfchangelog0.x86_64: W: obsolete-not-provided glusterfs-libs libgfrpc-devel.x86_64: W: obsolete-not-provided glusterfs-devel libgfrpc0.x86_64: W: obsolete-not-provided glusterfs-libs libgfxdr-devel.x86_64: W: obsolete-not-provided glusterfs-devel libgfxdr0.x86_64: W: obsolete-not-provided glusterfs-libs glusterfs.x86_64: W: non-standard-uid /run/gluster gluster glusterfs.x86_64: W: non-standard-uid /run/gluster/metrics gluster glusterfs.x86_64: W: non-standard-gid /run/gluster gluster glusterfs.x86_64: W: non-standard-gid /run/gluster/metrics gluster glusterfs-fuse.x86_64: E: non-standard-executable-perm /usr/bin/fusermount-glusterfs 4755 glusterfs.x86_64: E: non-standard-dir-perm /run/gluster 775 glusterfs.x86_64: E: non-standard-dir-perm /run/gluster/metrics 775 glusterfs-cli.x86_64: E: non-executable-script /usr/share/bash-completion/completions/gluster.bash 644 /bin/bash glusterfs-geo-replication.x86_64: E: non-executable-script /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py 644 /usr/bin/python3 glusterfs-geo-replication.x86_64: E: non-executable-script /usr/libexec/glusterfs/python/syncdaemon/gsyncdstatus.py 644 /usr/bin/python3 glusterfs-server.x86_64: E: non-executable-script /usr/libexec/glusterfs/glusterfind/main.py 644 /usr/bin/python3 glusterfs-server.x86_64: W: non-executable-in-bin /usr/bin/conf.py 644 glusterfs-ganesha.x86_64: W: non-conffile-in-etc /etc/ganesha/ganesha-ha.conf.sample glusterfs-events.x86_64: W: no-manual-page-for-binary gluster-eventsapi glusterfs-events.x86_64: W: no-manual-page-for-binary glustereventsd glusterfs-fuse.x86_64: W: no-manual-page-for-binary fusermount-glusterfs glusterfs-fuse.x86_64: W: no-manual-page-for-binary glusterfs glusterfs-fuse.x86_64: W: no-manual-page-for-binary glusterfsd glusterfs-fuse.x86_64: W: no-manual-page-for-binary mount.glusterfs glusterfs-geo-replication.x86_64: W: no-manual-page-for-binary gfind_missing_files glusterfs-geo-replication.x86_64: W: no-manual-page-for-binary gluster-georep-sshkey glusterfs-geo-replication.x86_64: W: no-manual-page-for-binary gluster-mountbroker glusterfs-server.x86_64: W: no-manual-page-for-binary gcron.py glusterfs-server.x86_64: W: no-manual-page-for-binary gf_attach glusterfs-server.x86_64: W: no-manual-page-for-binary glusterd glusterfs-server.x86_64: W: no-manual-page-for-binary glusterfind glusterfs-server.x86_64: W: no-manual-page-for-binary snap_scheduler.py glusterfs-client-xlators.x86_64: W: no-documentation glusterfs-cloudsync-plugins.x86_64: W: no-documentation glusterfs-events.x86_64: W: no-documentation glusterfs-extra-xlators.x86_64: W: no-documentation glusterfs-fuse.x86_64: W: no-documentation glusterfs-ganesha.x86_64: W: no-documentation glusterfs-geo-replication.x86_64: W: no-documentation glusterfs-resource-agents.noarch: W: no-documentation glusterfs-thin-arbiter.x86_64: W: no-documentation python3-gluster.x86_64: W: no-documentation glusterfs-events.x86_64: E: no-binary glusterfs-ganesha.x86_64: E: no-binary python3-gluster.x86_64: E: no-binary libgfrpc0.x86_64: W: name-repeated-in-summary libgfrpc0 libgfxdr0.x86_64: W: name-repeated-in-summary libgfxdr0 glusterfs.spec:854: W: mixed-use-of-spaces-and-tabs (spaces: line 59, tab: line 854) glusterfs-fuse.x86_64: E: missing-dependency-to-logrotate for logrotate script /etc/logrotate.d/glusterfs glusterfs-geo-replication.x86_64: E: missing-dependency-to-logrotate for logrotate script /etc/logrotate.d/glusterfs-georep glusterfs.spec:311: W: macro-in-comment %{sysconfdir} glusterfs.spec:1814: W: macro-in-%changelog %make_install glusterfs-fuse.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs glusterfs-fuse.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs/bricks glusterfs-fuse.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs/samples glusterfs-fuse.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs/snaps/* glusterfs-geo-replication.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs/geo-replication-secondaries glusterfs-geo-replication.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs/geo-replication-secondaries/* glusterfs-geo-replication.x86_64: E: logrotate-log-dir-not-packaged /var/log/glusterfs/geo-replication/* glusterfs.x86_64: W: log-files-without-logrotate ['/var/log/glusterfs'] glusterfs.x86_64: W: install-file-in-docs /usr/share/doc/glusterfs/INSTALL glusterfs.x86_64: E: incorrect-fsf-address /usr/share/licenses/glusterfs/COPYING-GPLV2 glusterfs-ganesha.x86_64: E: incorrect-fsf-address /usr/lib/ocf/resource.d/heartbeat/ganesha_grace glusterfs-ganesha.x86_64: E: incorrect-fsf-address /usr/lib/ocf/resource.d/heartbeat/ganesha_mon glusterfs-ganesha.x86_64: E: incorrect-fsf-address /usr/lib/ocf/resource.d/heartbeat/ganesha_nfsd glusterfs-fuse.x86_64: E: incoherent-logrotate-file /etc/logrotate.d/glusterfs glusterfs-geo-replication.x86_64: E: incoherent-logrotate-file /etc/logrotate.d/glusterfs-georep glusterfs-server.x86_64: W: hidden-file-or-dir /var/lib/glusterd/glusterfind/.keys glusterfs-server.x86_64: W: hidden-file-or-dir /var/lib/glusterd/glusterfind/.keys glusterfs-ganesha.x86_64: E: dir-or-file-in-var-run /var/run/gluster/shared_storage/nfs-ganesha glusterfs-ganesha.x86_64: E: dir-or-file-in-var-run /var/run/gluster/shared_storage/nfs-ganesha/ganesha-ha.conf glusterfs-ganesha.x86_64: E: dir-or-file-in-var-run /var/run/gluster/shared_storage/nfs-ganesha/ganesha.conf glusterfs-server.x86_64: W: dangling-relative-symlink /usr/bin/glusterd glusterfsd glusterfs-server.x86_64: W: dangerous-command-in-%post mv glusterfs.x86_64: W: crypto-policy-non-compliance-openssl /usr/lib64/glusterfs/11.2/rpc-transport/socket.so SSL_CTX_set_cipher_list glusterfs-thin-arbiter.x86_64: W: conffile-without-noreplace-flag /etc/glusterfs/thin-arbiter.vol glusterfs.spec: W: %ifarch-applied-patch Patch1: 0001-configure.ac.patch 24 packages and 0 specfiles checked; 37 errors, 72 warnings, 198 filtered, 37 badness; has taken 3.7 s Rpmlint (debuginfo) ------------------- Checking: glusterfs-geo-replication-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-cloudsync-plugins-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-thin-arbiter-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-fuse-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-extra-xlators-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-client-xlators-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-cli-debuginfo-11.2-1.fc43.x86_64.rpm glusterfs-server-debuginfo-11.2-1.fc43.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.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/tmpw28au98_')] checks: 32, packages: 9 9 packages and 0 specfiles checked; 0 errors, 0 warnings, 179 filtered, 0 badness; has taken 2.5 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "libgfapi-devel". (none): E: there is no installed rpm "glusterfs-server". (none): E: there is no installed rpm "glusterfs-client-xlators-debuginfo". (none): E: there is no installed rpm "libgfxdr0". (none): E: there is no installed rpm "glusterfs-ganesha". (none): E: there is no installed rpm "glusterfs-events". (none): E: there is no installed rpm "glusterfs-thin-arbiter". (none): E: there is no installed rpm "glusterfs-resource-agents". (none): E: there is no installed rpm "glusterfs-fuse-debuginfo". (none): E: there is no installed rpm "glusterfs-cli". (none): E: there is no installed rpm "glusterfs-geo-replication". (none): E: there is no installed rpm "glusterfs-fuse". (none): E: there is no installed rpm "libgfchangelog0". (none): E: there is no installed rpm "glusterfs-extra-xlators". (none): E: there is no installed rpm "libgfchangelog-devel". (none): E: there is no installed rpm "glusterfs-cloudsync-plugins". (none): E: there is no installed rpm "glusterfs-geo-replication-debuginfo". (none): E: there is no installed rpm "libgfrpc0". (none): E: there is no installed rpm "libglusterfs0". (none): E: there is no installed rpm "libgfrpc-devel". (none): E: there is no installed rpm "glusterfs-thin-arbiter-debuginfo". (none): E: there is no installed rpm "libglusterfs-devel". (none): E: there is no installed rpm "glusterfs-debuginfo". (none): E: there is no installed rpm "glusterfs-cli-debuginfo". (none): E: there is no installed rpm "glusterfs-client-xlators". (none): E: there is no installed rpm "libgfapi0". (none): E: there is no installed rpm "glusterfs-cloudsync-plugins-debuginfo". (none): E: there is no installed rpm "glusterfs". (none): E: there is no installed rpm "libgfxdr-devel". (none): E: there is no installed rpm "glusterfs-extra-xlators-debuginfo". (none): E: there is no installed rpm "python3-gluster". (none): E: there is no installed rpm "glusterfs-server-debuginfo". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.14/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: 32 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- glusterfs: /usr/lib64/glusterfs/11.2/auth/addr.so glusterfs: /usr/lib64/glusterfs/11.2/auth/login.so glusterfs: /usr/lib64/glusterfs/11.2/rpc-transport/socket.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/debug/delay-gen.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/debug/error-gen.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/debug/io-stats.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/debug/sink.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/debug/trace.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/access-control.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/barrier.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/cdc.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/changelog.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/cloudsync.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/gfid-access.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/namespace.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/read-only.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/shard.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/snapview-client.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/utime.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/features/worm.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/meta.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/io-cache.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/io-threads.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/md-cache.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/nl-cache.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/open-behind.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/quick-read.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/read-ahead.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/readdir-ahead.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/stat-prefetch.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/performance/write-behind.so glusterfs: /usr/lib64/glusterfs/11.2/xlator/system/posix-acl.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/afr.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/dht.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/disperse.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/distribute.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/ec.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/nufa.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/replicate.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/cluster/switch.so glusterfs-client-xlators: /usr/lib64/glusterfs/11.2/xlator/protocol/client.so glusterfs-cloudsync-plugins: /usr/lib64/glusterfs/11.2/cloudsync-plugins/cloudsynccvlt.so glusterfs-cloudsync-plugins: /usr/lib64/glusterfs/11.2/cloudsync-plugins/cloudsyncs3.so glusterfs-extra-xlators: /usr/lib64/glusterfs/11.2/xlator/features/quiesce.so glusterfs-extra-xlators: /usr/lib64/glusterfs/11.2/xlator/playground/template.so glusterfs-fuse: /usr/lib64/glusterfs/11.2/xlator/mount/fuse.so libgfapi0: /usr/lib64/glusterfs/11.2/xlator/mount/api.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/arbiter.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/bit-rot.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/bitrot-stub.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/index.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/leases.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/locks.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/marker.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/posix-locks.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/quota.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/quotad.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/sdfs.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/selinux.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/simple-quota.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/snapview-server.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/trash.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/features/upcall.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/mgmt/glusterd.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/protocol/server.so glusterfs-server: /usr/lib64/glusterfs/11.2/xlator/storage/posix.so glusterfs-thin-arbiter: /usr/lib64/glusterfs/11.2/xlator/features/thin-arbiter.so Source checksums ---------------- http://github.com/gluster/glusterfs/archive/v11.2/glusterfs-11.2.tar.gz : CHECKSUM(SHA256) this package : 4b568faeebf7dc8ec35f1a0e9f5fbe114ed997f86edfe77d6df650d86f978522 CHECKSUM(SHA256) upstream package : 4b568faeebf7dc8ec35f1a0e9f5fbe114ed997f86edfe77d6df650d86f978522 Requires -------- glusterfs (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash gperftools-libs(x86-64) group(gluster) libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgfrpc.so.0()(64bit) libgfrpc0(x86-64) libgfxdr.so.0()(64bit) libgfxdr0(x86-64) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libm.so.6()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) systemd user(gluster) glusterfs-cli (rpmlib, GLIBC filtered): filesystem(unmerged-sbin-symlinks) libc.so.6()(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libreadline.so.8()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) rtld(GNU_HASH) glusterfs-client-xlators (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcrypto.so.3()(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) glusterfs-cloudsync-plugins (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libcurl.so.4()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) glusterfs-events (rpmlib, GLIBC filtered): /bin/sh /usr/bin/python3 config(glusterfs-events) filesystem(unmerged-sbin-symlinks) glusterfs-server(x86-64) python3 python3-gluster python3-prettytable python3-requests systemd glusterfs-extra-xlators (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcrypto.so.3()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) python3 python3-gluster rtld(GNU_HASH) glusterfs-fuse (rpmlib, GLIBC filtered): /usr/bin/sh attr config(glusterfs-fuse) filesystem(unmerged-sbin-symlinks) glusterfs glusterfs-client-xlators libc.so.6()(64bit) libcrypto.so.3()(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) psmisc rtld(GNU_HASH) glusterfs-ganesha (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash /usr/bin/python3 config(glusterfs-ganesha) dbus glusterfs-server(x86-64) net-tools nfs-ganesha-gluster nfs-ganesha-selinux pcs policycoreutils-python-utils resource-agents glusterfs-geo-replication (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash /usr/bin/python3 /usr/bin/sh config(glusterfs-geo-replication) filesystem(unmerged-sbin-symlinks) glusterfs glusterfs-server libc.so.6()(64bit) libglusterfs.so.0()(64bit) libtcmalloc_minimal.so.4()(64bit) python3 python3-gluster python3-prettytable rsync rtld(GNU_HASH) tar util-linux libglusterfs0 (rpmlib, GLIBC filtered): glibc libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libgfrpc0(x86-64) libgfxdr0(x86-64) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) libglusterfs-devel (rpmlib, GLIBC filtered): libgfrpc-devel(x86-64) libgfxdr-devel(x86-64) libglusterfs.so.0()(64bit) libgfapi0 (rpmlib, GLIBC filtered): glusterfs-client-xlators(x86-64) libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libc.so.6()(64bit) libcrypto.so.3()(64bit) libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.4.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.7.0)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) libgfapi-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config libacl-devel libgfapi.so.0()(64bit) libglusterfs-devel(x86-64) pkgconfig(uuid) libgfchangelog0 (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcrypto.so.3()(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) libgfchangelog-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config libgfchangelog.so.0()(64bit) libglusterfs-devel(x86-64) pkgconfig(uuid) libgfrpc0 (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcrypto.so.3()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) libgfrpc-devel (rpmlib, GLIBC filtered): libgfrpc.so.0()(64bit) libglusterfs0(x86-64) libgfxdr0 (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcrypto.so.3()(64bit) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) libgfxdr-devel (rpmlib, GLIBC filtered): libgfxdr.so.0()(64bit) libglusterfs0(x86-64) python3-gluster (rpmlib, GLIBC filtered): python(abi) python3 glusterfs-resource-agents (rpmlib, GLIBC filtered): glusterfs-server resource-agents glusterfs-server (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash /usr/bin/python3 /usr/bin/sh config(glusterfs-server) filesystem(unmerged-sbin-symlinks) glusterfs glusterfs-cli glusterfs-client-xlators glusterfs-fuse libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libaio.so.1()(64bit) libaio.so.1(LIBAIO_0.1)(64bit) libaio.so.1(LIBAIO_0.4)(64bit) libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_3.4.0)(64bit) libgfapi.so.0(GFAPI_3.4.2)(64bit) libgfapi.so.0(GFAPI_3.5.1)(64bit) libgfapi.so.0(GFAPI_3.6.0)(64bit) libgfapi.so.0(GFAPI_3.7.0)(64bit) libgfapi.so.0(GFAPI_3.7.4)(64bit) libgfapi.so.0(GFAPI_6.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.4.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.7.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_6.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_6.1)(64bit) libgfapi0(x86-64) libgfchangelog.so.0()(64bit) libgfchangelog0(x86-64) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libglusterfs0(x86-64) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) liburing.so.2()(64bit) liburing.so.2(LIBURING_2.0)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libz.so.1()(64bit) lvm2 psmisc python3-pyxattr rpcbind rtld(GNU_HASH) systemd glusterfs-thin-arbiter (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash config(glusterfs-thin-arbiter) glusterfs(x86-64) glusterfs-server(x86-64) libc.so.6()(64bit) libcrypto.so.3()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libtcmalloc_minimal.so.4()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.8()(64bit) liburcu-cds.so.8()(64bit) liburcu-common.so.8()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Provides -------- glusterfs: glusterfs glusterfs(x86-64) glusterfs-common glusterfs-core glusterfs-rdma group(gluster) user(gluster) glusterfs-cli: /usr/sbin/gluster glusterfs-cli glusterfs-cli(x86-64) glusterfs-client-xlators: glusterfs-client-xlators glusterfs-client-xlators(x86-64) glusterfs-cloudsync-plugins: glusterfs-cloudsync-plugins glusterfs-cloudsync-plugins(x86-64) glusterfs-events: config(glusterfs-events) glusterfs-events glusterfs-events(x86-64) glusterfs-extra-xlators: glusterfs-extra-xlators glusterfs-extra-xlators(x86-64) glusterfs-fuse: config(glusterfs-fuse) glusterfs-client glusterfs-fuse glusterfs-fuse(x86-64) glusterfs-ganesha: config(glusterfs-ganesha) glusterfs-ganesha glusterfs-ganesha(x86-64) glusterfs-geo-replication: config(glusterfs-geo-replication) glusterfs-geo-replication glusterfs-geo-replication(x86-64) libglusterfs0: glusterfs-libs libglusterd0 libglusterfs.so.0()(64bit) libglusterfs0 libglusterfs0(x86-64) libglusterfs-devel: glusterfs-devel libglusterfs-devel libglusterfs-devel(x86-64) libgfapi0: glusterfs-api libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_11.0)(64bit) libgfapi.so.0(GFAPI_3.10.0)(64bit) libgfapi.so.0(GFAPI_3.10.7)(64bit) libgfapi.so.0(GFAPI_3.11.0)(64bit) libgfapi.so.0(GFAPI_3.13.0)(64bit) libgfapi.so.0(GFAPI_3.4.0)(64bit) libgfapi.so.0(GFAPI_3.4.2)(64bit) libgfapi.so.0(GFAPI_3.5.0)(64bit) libgfapi.so.0(GFAPI_3.5.1)(64bit) libgfapi.so.0(GFAPI_3.6.0)(64bit) libgfapi.so.0(GFAPI_3.7.0)(64bit) libgfapi.so.0(GFAPI_3.7.15)(64bit) libgfapi.so.0(GFAPI_3.7.16)(64bit) libgfapi.so.0(GFAPI_3.7.17)(64bit) libgfapi.so.0(GFAPI_3.7.4)(64bit) libgfapi.so.0(GFAPI_4.0.0)(64bit) libgfapi.so.0(GFAPI_4.1.6)(64bit) libgfapi.so.0(GFAPI_6.0)(64bit) libgfapi.so.0(GFAPI_6.6)(64bit) libgfapi.so.0(GFAPI_7.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.12.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.4.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.7.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_6.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_6.1)(64bit) libgfapi0 libgfapi0(x86-64) libgfapi-devel: glusterfs-api-devel libgfapi-devel libgfapi-devel(x86-64) pkgconfig(glusterfs-api) libgfchangelog0: libgfchangelog.so.0()(64bit) libgfchangelog0 libgfchangelog0(x86-64) libgfchangelog-devel: libgfchangelog-devel libgfchangelog-devel(x86-64) pkgconfig(libgfchangelog) libgfrpc0: libgfrpc.so.0()(64bit) libgfrpc0 libgfrpc0(x86-64) libgfrpc-devel: libgfrpc-devel libgfrpc-devel(x86-64) libgfxdr0: libgfxdr.so.0()(64bit) libgfxdr0 libgfxdr0(x86-64) libgfxdr-devel: libgfxdr-devel libgfxdr-devel(x86-64) python3-gluster: python-gluster python3-gluster python3-gluster(x86-64) python3.14-gluster glusterfs-resource-agents: glusterfs-resource-agents glusterfs-server: config(glusterfs-server) glusterfs-server glusterfs-server(x86-64) glusterfs-thin-arbiter: config(glusterfs-thin-arbiter) glusterfs-thin-arbiter glusterfs-thin-arbiter(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 glusterfs --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Shell-api, C/C++, Generic, Python Disabled plugins: SugarActivity, Java, Ocaml, Haskell, R, PHP, fonts, Perl Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH