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 installs properly. Note: Installation errors (see attachment) See: https://docs.fedoraproject.org/en-US/packaging-guidelines/ - 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. Note: License file libgnunet_plugin_rest_copying.so is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - systemd_user_post is invoked in %post and systemd_user_preun in %preun for Systemd user units service files. Note: Systemd user unit service file(s) in gnunet See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Scriptlets/#_user_units ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: Package contains no static executables. [ ]: 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]: 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 Affero General Public License v3.0", "FSF All Permissive License", "[generated file]", "*No copyright* GNU Affero General Public License v3.0 or later", "FSF Unlimited License (with License Retention) [generated file]", "FSF Unlimited License (with License Retention)", "FSF Unlimited License [generated file]", "GNU Affero General Public License v3.0 or later", "*No copyright* BSD 0-Clause License", "GNU General Public License v2.0 or later [generated file]", "GNU General Public License v3.0 or later", "X11 License [generated file]", "GNU General Public License v2.0 or later", "*No copyright* Public domain", "GNU General Public License", "FSF Unlimited License (with License Retention) GNU Lesser General Public License GNU General Public License", "FSF Unlimited License (with License Retention) GNU General Public License, Version 2", "GNU General Public License, Version 2", "*No copyright* GNU Affero General Public License", "GNU General Public License v3.0 or later GNU Free Documentation License v1.3 or later", "BSD 2-clause NetBSD License BSD 2-Clause License", "GNU Lesser General Public License v3.0 or later", "MIT License", "BSD 3-Clause License", "GNU Lesser General Public License v2.1 or later GNU Affero General Public License v3.0 or later", "Public domain GNU Affero General Public License v3.0 or later", "*No copyright* GNU General Public License v3.0 or later", "GNU General Public License v3.0 or later [generated file]", "GNU Free Documentation License v1.3 or later", "*No copyright* GNU Free Documentation License v1.3 or later", "*No copyright* GNU General Public License". 997 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/gnunet/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/include/gnunet [ ]: %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. [ ]: The spec file handles locales properly. [ ]: 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 71680 bytes in 2 files. [ ]: Package complies to the Packaging Guidelines [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [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]: %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]: 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 gnunet [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 libgnunet [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not the first command in %prep. [ ]: 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: [!]: Rpmlint is run on all installed packages. Note: Mock build failed See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_use_rpmlint [ ]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 1208320 bytes in /usr/share [x]: Package should not use obsolete m4 macros Installation errors ------------------- INFO: mock.py version 3.5 starting (python version = 3.11.0, NVR = mock-3.5-1.fc37)... Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start: chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-rawhide-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-rawhide-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin Mock Version: 3.5 INFO: Mock Version: 3.5 Finish: chroot init INFO: installing package(s): /var/lib/copr-rpmbuild/results/gnunet-bcd-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-postgresql-plugins-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/libgnunet-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-debugsource-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-mysql-plugins-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-bcd-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-conversation-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-conversation-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/libgnunet-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-postgresql-plugins-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-postgresql-plugins-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-conversation-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-mysql-plugins-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-mysql-plugins-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-doc-0.19.4-1.fc39.noarch.rpm WARNING: Dnf command failed, retrying, attempt #2, sleeping 10s WARNING: Dnf command failed, retrying, attempt #3, sleeping 10s ERROR: Command failed: # /usr/bin/dnf --installroot /var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 39 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk --disableplugin=versionlock install /var/lib/copr-rpmbuild/results/gnunet-bcd-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-postgresql-plugins-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/libgnunet-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-debugsource-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-mysql-plugins-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-bcd-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-conversation-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-conversation-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/libgnunet-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-postgresql-plugins-debuginfo-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-postgresql-plugins-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-conversation-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-mysql-plugins-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-mysql-plugins-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-devel-0.19.4-1.fc39.x86_64.rpm /var/lib/copr-rpmbuild/results/gnunet-doc-0.19.4-1.fc39.noarch.rpm --setopt=tsflags=nocontexts --setopt=tsflags=nocontexts --setopt=tsflags=nocontexts Rpmlint ------- Checking: gnunet-0.19.4-1.fc39.x86_64.rpm libgnunet-0.19.4-1.fc39.x86_64.rpm libgnunet-devel-0.19.4-1.fc39.x86_64.rpm gnunet-doc-0.19.4-1.fc39.noarch.rpm gnunet-bcd-0.19.4-1.fc39.x86_64.rpm gnunet-devel-0.19.4-1.fc39.x86_64.rpm gnunet-postgresql-plugins-0.19.4-1.fc39.x86_64.rpm gnunet-postgresql-plugins-devel-0.19.4-1.fc39.x86_64.rpm gnunet-conversation-0.19.4-1.fc39.x86_64.rpm gnunet-conversation-devel-0.19.4-1.fc39.x86_64.rpm gnunet-mysql-plugins-0.19.4-1.fc39.x86_64.rpm gnunet-mysql-plugins-devel-0.19.4-1.fc39.x86_64.rpm gnunet-debuginfo-0.19.4-1.fc39.x86_64.rpm gnunet-debugsource-0.19.4-1.fc39.x86_64.rpm gnunet-0.19.4-1.fc39.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/tmpzpjax78f')] checks: 31, packages: 15 gnunet-conversation-devel.x86_64: W: no-documentation gnunet-devel.x86_64: W: no-documentation gnunet-mysql-plugins.x86_64: W: no-documentation gnunet-mysql-plugins-devel.x86_64: W: no-documentation gnunet-postgresql-plugins.x86_64: W: no-documentation gnunet-postgresql-plugins-devel.x86_64: W: no-documentation gnunet.x86_64: W: incoherent-version-in-changelog 0.19.2-1 ['0.19.4-1.fc39', '0.19.4-1'] gnunet.x86_64: E: call-to-mktemp /usr/bin/gnunet-testing gnunet.x86_64: E: call-to-mktemp /usr/lib64/gnunet/libgnunet_plugin_datacache_sqlite.so gnunet.x86_64: E: call-to-mktemp /usr/lib64/libgnunetdatacache.so.0.0.1 gnunet.x86_64: E: call-to-mktemp /usr/lib64/libgnunetfs.so.2.1.1 libgnunet.x86_64: E: call-to-mktemp /usr/lib64/libgnunetutil.so.15.0.0 libgnunet.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib64/libgnunetutil.so.15.0.0 15 packages and 0 specfiles checked; 5 errors, 8 warnings, 5 badness; has taken 11.8 s Unversioned so-files -------------------- gnunet: /usr/lib64/gnunet/libgnunet_plugin_ats_proportional.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_consensus.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_dht.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_dns.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_fs.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_gns.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_regex.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_revocation.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_set_test.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_seti_test.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_setu_test.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_block_test.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_datacache_heap.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_datacache_sqlite.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_datastore_heap.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_datastore_sqlite.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_dhtu_gnunet.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_dhtu_ip.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_gnsrecord_dns.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_gnsrecord_gns.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_gnsrecord_messenger.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_gnsrecord_reclaim.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_namecache_sqlite.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_namestore_sqlite.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_peerstore_sqlite.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_reclaim_attribute_basic.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_reclaim_credential_jwt.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_config.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_copying.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_gns.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_identity.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_namestore.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_openid_connect.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_peerinfo.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_rest_reclaim.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_transport_http_client.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_transport_http_server.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_transport_https_client.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_transport_https_server.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_transport_tcp.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_transport_unix.so gnunet: /usr/lib64/gnunet/libgnunet_plugin_utiltest.so gnunet: /usr/lib64/gnunet/libgnunet_test_transport_plugin_cmd_nat_upnp.so gnunet: /usr/lib64/gnunet/libgnunet_test_transport_plugin_cmd_simple_send.so gnunet: /usr/lib64/gnunet/libgnunet_test_transport_plugin_cmd_simple_send_broadcast.so gnunet: /usr/lib64/gnunet/libgnunet_test_transport_plugin_cmd_simple_send_dv.so gnunet: /usr/lib64/gnunet/libgnunet_test_transport_plugin_cmd_simple_send_performance.so gnunet: /usr/lib64/gnunet/libgnunet_test_transport_plugin_cmd_udp_backchannel.so gnunet-postgresql-plugins: /usr/lib64/gnunet/libgnunet_plugin_datacache_postgres.so gnunet-postgresql-plugins: /usr/lib64/gnunet/libgnunet_plugin_datastore_postgres.so gnunet-postgresql-plugins: /usr/lib64/gnunet/libgnunet_plugin_namecache_postgres.so gnunet-postgresql-plugins: /usr/lib64/gnunet/libgnunet_plugin_namestore_postgres.so gnunet-conversation: /usr/lib64/gnunet/libgnunet_plugin_gnsrecord_conversation.so gnunet-mysql-plugins: /usr/lib64/gnunet/libgnunet_plugin_datastore_mysql.so Source checksums ---------------- https://www.gnunet.org/~schanzen/schanzen.asc : CHECKSUM(SHA256) this package : 9ccbd0ab4fc8e8b9fc27b7dd521a57a9ac149af92ae597faae98d2858cb29a2f CHECKSUM(SHA256) upstream package : 9ccbd0ab4fc8e8b9fc27b7dd521a57a9ac149af92ae597faae98d2858cb29a2f https://ftpmirror.gnu.org/gnu/gnunet/gnunet-0.19.4.tar.gz.sig : CHECKSUM(SHA256) this package : 2d0ea63f27707b18fffcb9cdfd915bc7b5d898d7c0599caac68a3d619248ca0c CHECKSUM(SHA256) upstream package : 2d0ea63f27707b18fffcb9cdfd915bc7b5d898d7c0599caac68a3d619248ca0c https://ftpmirror.gnu.org/gnu/gnunet/gnunet-0.19.4.tar.gz : CHECKSUM(SHA256) this package : 00a63df408d5987f5ba9a50441f2a77182bd9fb32f1e302ae563ac94e7ac009b CHECKSUM(SHA256) upstream package : 00a63df408d5987f5ba9a50441f2a77182bd9fb32f1e302ae563ac94e7ac009b Requires -------- gnunet (rpmlib, GLIBC filtered): /bin/bash /bin/sh /usr/bin/sh authselect curl dbus glibc gnutls iptables libc.so.6()(64bit) libcurl.so.4()(64bit) libextractor.so.2()(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libgnunet(x86-64) libgnunetarm.so.2()(64bit) libgnunetats.so.4()(64bit) libgnunetblock.so.0()(64bit) libgnunetblockgroup.so.0()(64bit) libgnunetcadet.so.7()(64bit) libgnunetconsensus.so.0()(64bit) libgnunetcore.so.0()(64bit) libgnunetdatacache.so.0()(64bit) libgnunetdatastore.so.1()(64bit) libgnunetdht.so.4()(64bit) libgnunetdid.so.0()(64bit) libgnunetdns.so.0()(64bit) libgnunetfriends.so.0()(64bit) libgnunetfs.so.2()(64bit) libgnunetgns.so.0()(64bit) libgnunetgnsrecord.so.0()(64bit) libgnunetgnsrecordjson.so.0()(64bit) libgnunethello.so.0()(64bit) libgnunetidentity.so.1()(64bit) libgnunetjson.so.0()(64bit) libgnunetmessenger.so.0()(64bit) libgnunetnamecache.so.0()(64bit) libgnunetnamestore.so.0()(64bit) libgnunetnatauto.so.0()(64bit) libgnunetnatnew.so.2()(64bit) libgnunetnse.so.0()(64bit) libgnunetnt.so.0()(64bit) libgnunetpeerinfo.so.0()(64bit) libgnunetpeerstore.so.0()(64bit) libgnunetreclaim.so.0()(64bit) libgnunetregex.so.3()(64bit) libgnunetregexblock.so.1()(64bit) libgnunetrest.so.0()(64bit) libgnunetrevocation.so.0()(64bit) libgnunetscalarproduct.so.0()(64bit) libgnunetset.so.0()(64bit) libgnunetseti.so.0()(64bit) libgnunetsetu.so.0()(64bit) libgnunetsq.so.0()(64bit) libgnunetstatistics.so.2()(64bit) libgnunettestbed.so.0()(64bit) libgnunettesting.so.1()(64bit) libgnunettransport.so.2()(64bit) libgnunettransportapplication.so.0()(64bit) libgnunettransportcommunicator.so.0()(64bit) libgnunettransportcore.so.0()(64bit) libgnunettransporttesting2.so.0()(64bit) libgnunetutil.so.15()(64bit) libgnunetvpn.so.0()(64bit) libgnutls-dane.so.0()(64bit) libgnutls-dane.so.0(DANE_0_0)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) libgpg-error.so.0()(64bit) libidn2.so.0()(64bit) libidn2.so.0(IDN2_0.0.0)(64bit) libjansson.so.4()(64bit) libjose.so.0()(64bit) libjose.so.0(LIBJOSE_1.0)(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libmicrohttpd.so.12()(64bit) libsodium.so.23()(64bit) libsqlite3.so.0()(64bit) libunistring.so.5()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) libzbar.so.0()(64bit) miniupnpc net-tools nss-util openssl rtld(GNU_HASH) libgnunet (rpmlib, GLIBC filtered): /usr/bin/sh config(libgnunet) glibc ld-linux-x86-64.so.2()(64bit) libc.so.6()(64bit) libcurl.so.4()(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libgnunetutil.so.15()(64bit) libgpg-error.so.0()(64bit) libidn2.so.0()(64bit) libidn2.so.0(IDN2_0.0.0)(64bit) libjansson.so.4()(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libmicrohttpd.so.12()(64bit) libsodium.so.23()(64bit) libsqlite3.so.0()(64bit) libunistring.so.5()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) libgnunet-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config libgnunet(x86-64) libgnunetarm.so.2()(64bit) libgnunetcurl.so.0()(64bit) libgnunetjson.so.0()(64bit) libgnunetrest.so.0()(64bit) libgnunetsq.so.0()(64bit) libgnunetutil.so.15()(64bit) gnunet-doc (rpmlib, GLIBC filtered): gnunet(x86-64) gnunet-bcd (rpmlib, GLIBC filtered): gnunet(x86-64) libc.so.6()(64bit) libgnunetidentity.so.1()(64bit) libgnunetutil.so.15()(64bit) libmicrohttpd.so.12()(64bit) rtld(GNU_HASH) texlive-scheme-medium gnunet-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config gnunet(x86-64) libgnunet(x86-64) libgnunetats.so.4()(64bit) libgnunetblock.so.0()(64bit) libgnunetblockgroup.so.0()(64bit) libgnunetcadet.so.7()(64bit) libgnunetconsensus.so.0()(64bit) libgnunetcore.so.0()(64bit) libgnunetdatacache.so.0()(64bit) libgnunetdatastore.so.1()(64bit) libgnunetdht.so.4()(64bit) libgnunetdid.so.0()(64bit) libgnunetdns.so.0()(64bit) libgnunetfragmentation.so.2()(64bit) libgnunetfriends.so.0()(64bit) libgnunetfs.so.2()(64bit) libgnunetgns.so.0()(64bit) libgnunetgnsrecord.so.0()(64bit) libgnunetgnsrecordjson.so.0()(64bit) libgnunethello.so.0()(64bit) libgnunetidentity.so.1()(64bit) libgnunetmessenger.so.0()(64bit) libgnunetnamecache.so.0()(64bit) libgnunetnamestore.so.0()(64bit) libgnunetnatauto.so.0()(64bit) libgnunetnatnew.so.2()(64bit) libgnunetnse.so.0()(64bit) libgnunetnt.so.0()(64bit) libgnunetpeerinfo.so.0()(64bit) libgnunetpeerstore.so.0()(64bit) libgnunetreclaim.so.0()(64bit) libgnunetregex.so.3()(64bit) libgnunetregexblock.so.1()(64bit) libgnunetrevocation.so.0()(64bit) libgnunetscalarproduct.so.0()(64bit) libgnunetsecretsharing.so.0()(64bit) libgnunetset.so.0()(64bit) libgnunetseti.so.0()(64bit) libgnunetsetu.so.0()(64bit) libgnunetstatistics.so.2()(64bit) libgnunettestbed.so.0()(64bit) libgnunettestbedlogger.so.0()(64bit) libgnunettesting.so.1()(64bit) libgnunettestingdhtu.so.0()(64bit) libgnunettransport.so.2()(64bit) libgnunettransportapplication.so.0()(64bit) libgnunettransportcommunicator.so.0()(64bit) libgnunettransportcore.so.0()(64bit) libgnunettransportmonitor.so.0()(64bit) libgnunettransporttesting.so.0()(64bit) libgnunettransporttesting2.so.0()(64bit) libgnunetvpn.so.0()(64bit) gnunet-postgresql-plugins (rpmlib, GLIBC filtered): glibc gnunet(x86-64) libc.so.6()(64bit) libgcrypt.so.20()(64bit) libgnunetgnsrecord.so.0()(64bit) libgnunetidentity.so.1()(64bit) libgnunetnamecache.so.0()(64bit) libgnunetpq.so.3()(64bit) libgnunetstatistics.so.2()(64bit) libgnunetutil.so.15()(64bit) libgpg-error.so.0()(64bit) libidn2.so.0()(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libpq.so.5()(64bit) libpq.so.5(RHPG_9.6)(64bit) libsodium.so.23()(64bit) libunistring.so.5()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) gnunet-postgresql-plugins-devel (rpmlib, GLIBC filtered): gnunet(x86-64) gnunet-devel(x86-64) gnunet-postgresql-plugins(x86-64) libgnunetpq.so.3()(64bit) gnunet-conversation (rpmlib, GLIBC filtered): glibc gnunet(x86-64) libc.so.6()(64bit) libgcrypt.so.20()(64bit) libglib-2.0.so.0()(64bit) libgnunetcadet.so.7()(64bit) libgnunetconversation.so.0()(64bit) libgnunetgns.so.0()(64bit) libgnunetgnsrecord.so.0()(64bit) libgnunetidentity.so.1()(64bit) libgnunetmicrophone.so.0()(64bit) libgnunetnamestore.so.0()(64bit) libgnunetspeaker.so.0()(64bit) libgnunetstatistics.so.2()(64bit) libgnunetutil.so.15()(64bit) libgobject-2.0.so.0()(64bit) libgpg-error.so.0()(64bit) libgstapp-1.0.so.0()(64bit) libgstaudio-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libidn2.so.0()(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libsodium.so.23()(64bit) libunistring.so.5()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) gnunet-conversation-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config conversation gnunet(x86-64) gnunet-devel(x86-64) libgnunetconversation.so.0()(64bit) libgnunetmicrophone.so.0()(64bit) libgnunetspeaker.so.0()(64bit) gnunet-mysql-plugins (rpmlib, GLIBC filtered): gnunet(x86-64) libc.so.6()(64bit) libgcrypt.so.20()(64bit) libgnunetmy.so.0()(64bit) libgnunetmysql.so.0()(64bit) libgnunetstatistics.so.2()(64bit) libgnunetutil.so.15()(64bit) libgpg-error.so.0()(64bit) libidn2.so.0()(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libsodium.so.23()(64bit) libunistring.so.5()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) gnunet-mysql-plugins-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config gnunet(x86-64) gnunet-devel(x86-64) gnunet-mysql-plugins(x86-64) libgnunetmy.so.0()(64bit) libgnunetmysql.so.0()(64bit) gnunet-debuginfo (rpmlib, GLIBC filtered): gnunet-debugsource (rpmlib, GLIBC filtered): Provides -------- gnunet: application() application(gnunet-uri.desktop) gnunet gnunet(x86-64) libgnunet_plugin_ats_proportional.so()(64bit) libgnunet_plugin_block_consensus.so()(64bit) libgnunet_plugin_block_dht.so()(64bit) libgnunet_plugin_block_dns.so()(64bit) libgnunet_plugin_block_fs.so()(64bit) libgnunet_plugin_block_gns.so()(64bit) libgnunet_plugin_block_regex.so()(64bit) libgnunet_plugin_block_revocation.so()(64bit) libgnunet_plugin_block_set_test.so()(64bit) libgnunet_plugin_block_seti_test.so()(64bit) libgnunet_plugin_block_setu_test.so()(64bit) libgnunet_plugin_block_test.so()(64bit) libgnunet_plugin_datacache_heap.so()(64bit) libgnunet_plugin_datacache_sqlite.so()(64bit) libgnunet_plugin_datastore_heap.so()(64bit) libgnunet_plugin_datastore_sqlite.so()(64bit) libgnunet_plugin_dhtu_gnunet.so()(64bit) libgnunet_plugin_dhtu_ip.so()(64bit) libgnunet_plugin_gnsrecord_dns.so()(64bit) libgnunet_plugin_gnsrecord_gns.so()(64bit) libgnunet_plugin_gnsrecord_messenger.so()(64bit) libgnunet_plugin_gnsrecord_reclaim.so()(64bit) libgnunet_plugin_namecache_sqlite.so()(64bit) libgnunet_plugin_namestore_sqlite.so()(64bit) libgnunet_plugin_peerstore_sqlite.so()(64bit) libgnunet_plugin_reclaim_attribute_basic.so()(64bit) libgnunet_plugin_reclaim_credential_jwt.so()(64bit) libgnunet_plugin_rest_config.so()(64bit) libgnunet_plugin_rest_copying.so()(64bit) libgnunet_plugin_rest_gns.so()(64bit) libgnunet_plugin_rest_identity.so()(64bit) libgnunet_plugin_rest_namestore.so()(64bit) libgnunet_plugin_rest_openid_connect.so()(64bit) libgnunet_plugin_rest_peerinfo.so()(64bit) libgnunet_plugin_rest_reclaim.so()(64bit) libgnunet_plugin_transport_http_client.so()(64bit) libgnunet_plugin_transport_http_server.so()(64bit) libgnunet_plugin_transport_https_client.so()(64bit) libgnunet_plugin_transport_https_server.so()(64bit) libgnunet_plugin_transport_tcp.so()(64bit) libgnunet_plugin_transport_unix.so()(64bit) libgnunet_plugin_utiltest.so()(64bit) libgnunet_test_transport_plugin_cmd_nat_upnp.so()(64bit) libgnunet_test_transport_plugin_cmd_simple_send.so()(64bit) libgnunet_test_transport_plugin_cmd_simple_send_broadcast.so()(64bit) libgnunet_test_transport_plugin_cmd_simple_send_dv.so()(64bit) libgnunet_test_transport_plugin_cmd_simple_send_performance.so()(64bit) libgnunet_test_transport_plugin_cmd_udp_backchannel.so()(64bit) libgnunetats.so.4()(64bit) libgnunetblock.so.0()(64bit) libgnunetblockgroup.so.0()(64bit) libgnunetcadet.so.7()(64bit) libgnunetconsensus.so.0()(64bit) libgnunetcore.so.0()(64bit) libgnunetdatacache.so.0()(64bit) libgnunetdatastore.so.1()(64bit) libgnunetdht.so.4()(64bit) libgnunetdid.so.0()(64bit) libgnunetdns.so.0()(64bit) libgnunetfragmentation.so.2()(64bit) libgnunetfriends.so.0()(64bit) libgnunetfs.so.2()(64bit) libgnunetgns.so.0()(64bit) libgnunetgnsrecord.so.0()(64bit) libgnunetgnsrecordjson.so.0()(64bit) libgnunethello.so.0()(64bit) libgnunetidentity.so.1()(64bit) libgnunetmessenger.so.0()(64bit) libgnunetnamecache.so.0()(64bit) libgnunetnamestore.so.0()(64bit) libgnunetnatauto.so.0()(64bit) libgnunetnatnew.so.2()(64bit) libgnunetnse.so.0()(64bit) libgnunetnt.so.0()(64bit) libgnunetpeerinfo.so.0()(64bit) libgnunetpeerstore.so.0()(64bit) libgnunetreclaim.so.0()(64bit) libgnunetregex.so.3()(64bit) libgnunetregexblock.so.1()(64bit) libgnunetrevocation.so.0()(64bit) libgnunetscalarproduct.so.0()(64bit) libgnunetsecretsharing.so.0()(64bit) libgnunetset.so.0()(64bit) libgnunetseti.so.0()(64bit) libgnunetsetu.so.0()(64bit) libgnunetstatistics.so.2()(64bit) libgnunettestbed.so.0()(64bit) libgnunettestbedlogger.so.0()(64bit) libgnunettesting.so.1()(64bit) libgnunettestingdhtu.so.0()(64bit) libgnunettransport.so.2()(64bit) libgnunettransportapplication.so.0()(64bit) libgnunettransportcommunicator.so.0()(64bit) libgnunettransportcore.so.0()(64bit) libgnunettransportmonitor.so.0()(64bit) libgnunettransporttesting.so.0()(64bit) libgnunettransporttesting2.so.0()(64bit) libgnunetvpn.so.0()(64bit) libnss_gns.so.2()(64bit) libnss_gns.so.2(NSSGNS_0)(64bit) libnss_gns4.so.2()(64bit) libnss_gns4.so.2(NSSGNS_0)(64bit) libnss_gns6.so.2()(64bit) libnss_gns6.so.2(NSSGNS_0)(64bit) mimehandler(x-scheme-handler/gnunet) libgnunet: config(libgnunet) libgnunet libgnunet(x86-64) libgnunetarm.so.2()(64bit) libgnunetcurl.so.0()(64bit) libgnunetjson.so.0()(64bit) libgnunetrest.so.0()(64bit) libgnunetsq.so.0()(64bit) libgnunetutil.so.15()(64bit) libgnunet-devel: libgnunet-devel libgnunet-devel(x86-64) pkgconfig(gnunetarm) gnunet-doc: gnunet-doc gnunet-bcd: gnunet-bcd gnunet-bcd(x86-64) gnunet-devel: gnunet-devel gnunet-devel(x86-64) pkgconfig(gnunetats) pkgconfig(gnunetblock) pkgconfig(gnunetcadet) pkgconfig(gnunetconsensus) pkgconfig(gnunetcore) pkgconfig(gnunetdatacache) pkgconfig(gnunetdatastore) pkgconfig(gnunetdht) pkgconfig(gnunetdns) pkgconfig(gnunetenv) pkgconfig(gnunetfragmentation) pkgconfig(gnunetfs) pkgconfig(gnunetgns) pkgconfig(gnunethello) pkgconfig(gnunetidentity) pkgconfig(gnunetmessenger) pkgconfig(gnunetnamestore) pkgconfig(gnunetnat) pkgconfig(gnunetnse) pkgconfig(gnunetpeerinfo) pkgconfig(gnunetregex) pkgconfig(gnunetrevocation) pkgconfig(gnunetrps) pkgconfig(gnunetscalarproduct) pkgconfig(gnunetset) pkgconfig(gnunetstatistics) pkgconfig(gnunettestbed) pkgconfig(gnunettesting) pkgconfig(gnunettransport) pkgconfig(gnunetutil) pkgconfig(gnunetvpn) gnunet-postgresql-plugins: gnunet-postgresql-plugins gnunet-postgresql-plugins(x86-64) libgnunet_plugin_datacache_postgres.so()(64bit) libgnunet_plugin_datastore_postgres.so()(64bit) libgnunet_plugin_namecache_postgres.so()(64bit) libgnunet_plugin_namestore_postgres.so()(64bit) libgnunetpq.so.3()(64bit) gnunet-postgresql-plugins-devel: gnunet-postgresql-plugins-devel gnunet-postgresql-plugins-devel(x86-64) gnunet-conversation: gnunet-conversation gnunet-conversation(x86-64) libgnunet_plugin_gnsrecord_conversation.so()(64bit) libgnunetconversation.so.0()(64bit) libgnunetmicrophone.so.0()(64bit) libgnunetspeaker.so.0()(64bit) gnunet-conversation-devel: gnunet-conversation-devel gnunet-conversation-devel(x86-64) pkgconfig(gnunetconversation) pkgconfig(gnunetmicrophone) pkgconfig(gnunetspeaker) gnunet-mysql-plugins: gnunet-mysql-plugins gnunet-mysql-plugins(x86-64) libgnunet_plugin_datastore_mysql.so()(64bit) libgnunetmy.so.0()(64bit) libgnunetmysql.so.0()(64bit) gnunet-mysql-plugins-devel: gnunet-mysql-plugins-devel gnunet-mysql-plugins-devel(x86-64) pkgconfig(gnunetmysql) gnunet-debuginfo: debuginfo(build-id) gnunet-debuginfo gnunet-debuginfo(x86-64) libgnunet_plugin_ats_proportional.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_consensus.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_dht.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_dns.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_fs.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_gns.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_regex.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_revocation.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_set_test.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_seti_test.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_setu_test.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_block_test.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_datacache_heap.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_datacache_sqlite.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_datastore_heap.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_datastore_sqlite.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_dhtu_gnunet.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_dhtu_ip.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_gnsrecord_dns.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_gnsrecord_gns.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_gnsrecord_messenger.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_gnsrecord_reclaim.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_namecache_sqlite.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_namestore_sqlite.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_peerstore_sqlite.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_reclaim_attribute_basic.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_reclaim_credential_jwt.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_config.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_copying.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_gns.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_identity.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_namestore.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_openid_connect.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_peerinfo.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_rest_reclaim.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_transport_http_client.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_transport_http_server.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_transport_https_client.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_transport_https_server.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_transport_tcp.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_transport_unix.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_plugin_utiltest.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_test_transport_plugin_cmd_nat_upnp.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_test_transport_plugin_cmd_simple_send.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_test_transport_plugin_cmd_simple_send_broadcast.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_test_transport_plugin_cmd_simple_send_dv.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_test_transport_plugin_cmd_simple_send_performance.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunet_test_transport_plugin_cmd_udp_backchannel.so-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetats.so.4.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetblock.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetblockgroup.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetcadet.so.7.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetconsensus.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetcore.so.0.0.1-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetdatacache.so.0.0.1-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetdatastore.so.1.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetdht.so.4.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetdid.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetdns.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetfragmentation.so.2.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetfriends.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetfs.so.2.1.1-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetgns.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetgnsrecord.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetgnsrecordjson.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunethello.so.0.1.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetidentity.so.1.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetmessenger.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetnamecache.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetnamestore.so.0.0.1-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetnatauto.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetnatnew.so.2.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetnse.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetnt.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetpeerinfo.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetpeerstore.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetreclaim.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetregex.so.3.0.1-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetregexblock.so.1.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetrevocation.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetscalarproduct.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetsecretsharing.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetset.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetseti.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetsetu.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetstatistics.so.2.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettestbed.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettestbedlogger.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettesting.so.1.1.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettestingdhtu.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransport.so.2.2.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransportapplication.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransportcommunicator.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransportcore.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransportmonitor.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransporttesting.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunettransporttesting2.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libgnunetvpn.so.0.0.0-0.19.4-1.fc39.x86_64.debug()(64bit) libnss_gns.so.2-0.19.4-1.fc39.x86_64.debug()(64bit) libnss_gns4.so.2-0.19.4-1.fc39.x86_64.debug()(64bit) libnss_gns6.so.2-0.19.4-1.fc39.x86_64.debug()(64bit) gnunet-debugsource: gnunet-debugsource gnunet-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 gnunet --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, C/C++, Shell-api Disabled plugins: SugarActivity, Java, PHP, Python, Ocaml, Haskell, fonts, R, Perl Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH