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. [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. [ ]: 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. [ ]: 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", "FSF Unlimited License (with License Retention) and/or GNU General Public License v2.0 or later [generated file]", "FSF Unlimited License [generated file]", "GNU General Public License v3.0 or later", "GNU General Public License v2.0 or later [generated file]", "FSF Unlimited License (with License Retention)", "X11 License [generated file]", "GNU General Public License v2.0 or later", "*No copyright* Public domain", "Public domain [generated file]", "GNU Lesser General Public License v2.1 or later", "FSF Unlimited License (with License Retention) and/or GNU General Public License and/or GNU Lesser General Public License", "FSF Unlimited License (with License Retention) and/or GNU General Public License, Version 2", "GNU Lesser General Public License v3.0 or later", "GNU Affero General Public License v3.0 or later", "BSD 3-Clause License", "ISC License", "*No copyright* ISC License", "GNU General Public License", "GNU General Public License, Version 2", "MIT License", "BSD 3-Clause License and/or GNU Affero General Public License v3.0 or later and/or GNU General Public License v3.0 or later and/or GNU Lesser General Public License v3.0 or later and/or MIT License", "*No copyright* Apache License 2.0". 304 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/taler-exchange/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/lib64/taler-exchange, /usr/share/taler- auditor, /usr/include/taler, /usr/share/taler-exchange, /usr/lib64/taler-auditor [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/taler-auditor, /usr/include/taler, /usr/lib64/taler-auditor, /usr/lib64/taler- exchange, /usr/share/taler-exchange [ ]: %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. [ ]: 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. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: 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 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]: 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]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 0 bytes in 0 files. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: Avoid bundling fonts in non-fonts packages. Note: Package contains font files [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in taler- exchange-offline , taler-exchange-database , libtalerexchange , libtalerexchange-devel , taler-auditor [ ]: 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]: 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 21575680 bytes in /usr/share taler- exchange-1.0.0-1.fc44.x86_64.rpm:11857920 See: https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Package should not use obsolete m4 macros Rpmlint ------- Checking: taler-exchange-1.0.0-1.fc44.x86_64.rpm taler-exchange-offline-1.0.0-1.fc44.x86_64.rpm taler-exchange-database-1.0.0-1.fc44.x86_64.rpm libtalerexchange-1.0.0-1.fc44.x86_64.rpm libtalerexchange-devel-1.0.0-1.fc44.x86_64.rpm taler-auditor-1.0.0-1.fc44.x86_64.rpm taler-exchange-1.0.0-1.fc44.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/tmpcut6gkqy')] checks: 32, packages: 7 taler-auditor.x86_64: W: summary-ended-with-dot GNU's payment system auditor. taler-exchange.src: W: summary-ended-with-dot The Taler exchange service. taler-exchange.x86_64: W: summary-ended-with-dot The Taler exchange service. taler-exchange-database.x86_64: W: summary-ended-with-dot Programs and libraries to manage a GNU Taler exchange database. taler-exchange-database.x86_64: E: spelling-error ('dbinit', '%description -l en_US dbinit -> tidbit') libtalerexchange-devel.x86_64: W: no-manual-page-for-binary taler-aggregator-benchmark libtalerexchange-devel.x86_64: W: no-manual-page-for-binary taler-bank-benchmark libtalerexchange-devel.x86_64: W: no-manual-page-for-binary taler-fakebank-run taler-auditor.x86_64: W: no-manual-page-for-binary taler-auditor-dbconfig taler-auditor.x86_64: W: no-manual-page-for-binary taler-helper-auditor-render.py taler-auditor.x86_64: W: no-manual-page-for-binary taler-helper-auditor-transfer taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-dbinit taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-converter-oauth2-test-full_name taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-challenger-email-context-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-challenger-postal-context-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-challenger-sms-context-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-clear-continue taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-defaults-but-investigate taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-freeze taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-inform-investigate taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-none taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-preserve-but-investigate taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-preserve-set-expiration taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-test-form taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-test-oauth taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-tops-3rdparty-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-tops-address-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-tops-kyx-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-tops-postal-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-tops-sms-check taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-update-from-context taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-measure-validate-accepted-tos taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-helper-sanctions-dummy taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-aml-pep-trigger.sh taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-challenger-email-converter taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-challenger-postal-converter taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-challenger-sms-converter taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-kycaid-converter.sh taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-oauth2-challenger.sh taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-oauth2-nda.sh taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-oauth2-test-converter.sh taler-exchange.x86_64: W: no-manual-page-for-binary taler-exchange-kyc-persona-converter.sh taler-exchange.x86_64: W: no-manual-page-for-binary taler-unified-setup.sh taler-exchange.spec:114: W: macro-in-comment %find_lang taler-exchange.spec:114: W: macro-in-comment %{name} taler-exchange.spec:119: W: macro-in-comment %{name} taler-exchange.spec:119: W: macro-in-comment %{buildroot} taler-exchange.spec:119: W: macro-in-comment %{_unitdir} taler-exchange.spec:119: W: macro-in-comment %{name} taler-exchange.spec:120: W: macro-in-comment %{name} taler-exchange.spec:120: W: macro-in-comment %{buildroot} taler-exchange.spec:120: W: macro-in-comment %{_userunitdir} taler-exchange.spec:120: W: macro-in-comment %{name} taler-exchange.spec:121: W: macro-in-comment %{buildroot} taler-exchange.spec:121: W: macro-in-comment %{_sysconfdir} taler-exchange.spec:129: W: macro-in-comment %systemd_post taler-exchange.spec:129: W: macro-in-comment %{name} taler-exchange.spec:130: W: macro-in-comment %systemd_user_post taler-exchange.spec:130: W: macro-in-comment %{name} taler-exchange.spec:133: W: macro-in-comment %systemd_preun taler-exchange.spec:133: W: macro-in-comment %{name} taler-exchange.spec:136: W: macro-in-comment %systemd_postun_with_restart taler-exchange.spec:136: W: macro-in-comment %{name} taler-exchange.spec:137: W: macro-in-comment %systemd_user_post taler-exchange.spec:137: W: macro-in-comment %{name} taler-exchange.spec:265: W: macro-in-comment %files taler-auditor.x86_64: W: infopage-not-compressed gz /usr/share/info/taler-auditor-figures taler-exchange.x86_64: W: infopage-not-compressed gz /usr/share/info/taler-exchange-figures libtalerexchange-devel.x86_64: E: incorrect-fsf-address /usr/include/taler/gettext.h taler-auditor.x86_64: W: file-not-utf8 /usr/share/info/taler-auditor-figures/auditor-db.png.gz taler-auditor.x86_64: W: file-not-utf8 /usr/share/info/taler-auditor-figures/replication.png.gz taler-exchange.x86_64: W: file-not-utf8 /usr/share/info/taler-exchange-figures/exchange-db.png.gz taler-exchange.x86_64: W: file-not-utf8 /usr/share/info/taler-exchange-figures/kyc-process.png.gz taler-auditor.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libauditorreport.so taler-auditor.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libtalerauditordb.so libtalerexchange.x86_64: E: description-line-too-long The package also contains various files fundamental to all GNU Taler installations, such as the taler-config configuration command-line tool, various base configuration files and associated documentation. taler-exchange-database.x86_64: E: description-line-too-long This package contains only the code to setup the (Postgresql) database interaction (taler-exchange-dbinit and associated resource files). taler-exchange.x86_64: W: cross-directory-hard-link /usr/share/taler-exchange/kyc-spa/bof /usr/share/taler-exchange/aml-spa/bof taler-exchange.x86_64: W: cross-directory-hard-link /usr/share/taler-exchange/kyc-spa/version.txt /usr/share/taler-exchange/aml-spa/version.txt 7 packages and 0 specfiles checked; 4 errors, 75 warnings, 173 filtered, 4 badness; has taken 3.9 s Rpmlint (debuginfo) ------------------- Checking: taler-exchange-debuginfo-1.0.0-1.fc44.x86_64.rpm taler-exchange-offline-debuginfo-1.0.0-1.fc44.x86_64.rpm taler-exchange-database-debuginfo-1.0.0-1.fc44.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/tmpki8hsgr8')] checks: 32, packages: 3 3 packages and 0 specfiles checked; 0 errors, 0 warnings, 64 filtered, 0 badness; has taken 1.1 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "taler-exchange". (none): E: there is no installed rpm "taler-exchange-offline". (none): E: there is no installed rpm "libtalerexchange". (none): E: there is no installed rpm "taler-exchange-database-debuginfo". (none): E: there is no installed rpm "libtalerexchange-devel". (none): E: there is no installed rpm "taler-exchange-database". (none): E: there is no installed rpm "taler-exchange-debuginfo". (none): E: there is no installed rpm "taler-exchange-offline-debuginfo". (none): E: there is no installed rpm "taler-auditor". 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: 9 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- taler-exchange: /usr/lib64/taler-exchange/libtaler_extension_age_restriction.so taler-exchange: /usr/lib64/taler-exchange/libtaler_plugin_exchangedb_postgres.so taler-exchange: /usr/lib64/taler-exchange/libtaler_plugin_kyclogic_kycaid.so taler-exchange: /usr/lib64/taler-exchange/libtaler_plugin_kyclogic_oauth2.so taler-exchange: /usr/lib64/taler-exchange/libtaler_plugin_kyclogic_persona.so taler-exchange: /usr/lib64/taler-exchange/libtaler_plugin_kyclogic_template.so taler-auditor: /usr/lib64/libauditorreport.so taler-auditor: /usr/lib64/libtalerauditordb.so taler-auditor: /usr/lib64/taler-auditor/libtaler_plugin_auditordb_postgres.so Source checksums ---------------- https://keys.openpgp.org/vks/v1/by-fingerprint/D8423BCB326C7907033929C7939E6BE1E29FC3CC : CHECKSUM(SHA256) this package : 0588b73eaa9d054bacfe2be30dfbef804b5d6d0298d52da9413001f036bfa131 CHECKSUM(SHA256) upstream package : 0588b73eaa9d054bacfe2be30dfbef804b5d6d0298d52da9413001f036bfa131 https://ftpmirror.gnu.org/gnu/taler/taler-exchange-1.0.0.tar.gz.sig : CHECKSUM(SHA256) this package : 41b272f66b293d79705741281f4b8e1ee6dad17f6e0149838321e70494a7cc09 CHECKSUM(SHA256) upstream package : 41b272f66b293d79705741281f4b8e1ee6dad17f6e0149838321e70494a7cc09 https://ftpmirror.gnu.org/gnu/taler/taler-exchange-1.0.0.tar.gz : CHECKSUM(SHA256) this package : 5bff7b844c663e5ab7785e8a670b67aa365c1a944f0db054ca9fa911e2ab4ab3 CHECKSUM(SHA256) upstream package : 5bff7b844c663e5ab7785e8a670b67aa365c1a944f0db054ca9fa911e2ab4ab3 Requires -------- taler-exchange (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash /usr/bin/sh libc.so.6()(64bit) libcurl.so.4()(64bit) libgnunetcurl.so.0()(64bit) libgnunetjson.so.3()(64bit) libgnunetpq.so.5()(64bit) libgnunetutil.so.18()(64bit) libjansson.so.4()(64bit) libjansson.so.4(libjansson.so.4)(64bit) libm.so.6()(64bit) libmicrohttpd.so.12()(64bit) libpq.so.5()(64bit) libtalerbank.so.3()(64bit) libtalercurl.so.0()(64bit) libtalerexchange.so.16()(64bit) libtalerexchangedb.so.1()(64bit) libtalerextensions.so.0()(64bit) libtalerjson.so.4()(64bit) libtalerkyclogic.so.1()(64bit) libtalermhd.so.5()(64bit) libtalerpq.so.0()(64bit) libtalertemplating.so.0()(64bit) libtalerutil.so.7()(64bit) rtld(GNU_HASH) taler-exchange-offline (rpmlib, GLIBC filtered): libc.so.6()(64bit) libgnunetcurl.so.0()(64bit) libgnunetjson.so.3()(64bit) libgnunetutil.so.18()(64bit) libjansson.so.4()(64bit) libjansson.so.4(libjansson.so.4)(64bit) libtalerexchange(x86-64) libtalerexchange.so.16()(64bit) libtalerextensions.so.0()(64bit) libtalerjson.so.4()(64bit) libtalerutil.so.7()(64bit) rtld(GNU_HASH) taler-exchange-database (rpmlib, GLIBC filtered): libc.so.6()(64bit) libgnunetutil.so.18()(64bit) libtalerexchangedb.so.1()(64bit) libtalerutil.so.7()(64bit) rtld(GNU_HASH) libtalerexchange (rpmlib, GLIBC filtered): libc.so.6()(64bit) libcurl.so.4()(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libgnunetcurl.so.0()(64bit) libgnunetjson.so.3()(64bit) libgnunetmhd.so.0()(64bit) libgnunetpq.so.5()(64bit) libgnunetutil.so.18()(64bit) libgpg-error.so.0()(64bit) libjansson.so.4()(64bit) libjansson.so.4(libjansson.so.4)(64bit) libm.so.6()(64bit) libmicrohttpd.so.12()(64bit) libpq.so.5()(64bit) libpq.so.5(RHPG_9.6)(64bit) libsodium.so.26()(64bit) libsqlite3.so.0()(64bit) libtalerauditor.so.0()(64bit) libtalerbank.so.3()(64bit) libtalercurl.so.0()(64bit) libtalerexchange.so.16()(64bit) libtalerexchangedb.so.1()(64bit) libtalerextensions.so.0()(64bit) libtalerfakebank.so.0()(64bit) libtalerjson.so.4()(64bit) libtalerkyclogic.so.1()(64bit) libtalermhd.so.5()(64bit) libtalerutil.so.7()(64bit) libunistring.so.5()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) libtalerexchange-devel (rpmlib, GLIBC filtered): libc.so.6()(64bit) libgnunetcurl.so.0()(64bit) libgnunetutil.so.18()(64bit) libjansson.so.4()(64bit) libjansson.so.4(libjansson.so.4)(64bit) libmicrohttpd.so.12()(64bit) libtalerauditor.so.0()(64bit) libtalerauditordb.so.0()(64bit) libtalerbank.so.3()(64bit) libtalercurl.so.0()(64bit) libtalerexchange(x86-64) libtalerexchange.so.16()(64bit) libtalerexchangedb.so.1()(64bit) libtalerextensions.so.0()(64bit) libtalerfakebank.so.0()(64bit) libtalerjson.so.4()(64bit) libtalerkyclogic.so.1()(64bit) libtalermhd.so.5()(64bit) libtalerpq.so.0()(64bit) libtalersq.so.0()(64bit) libtalertemplating.so.0()(64bit) libtalertesting.so.1()(64bit) libtalerutil.so.7()(64bit) rtld(GNU_HASH) taler-auditor (rpmlib, GLIBC filtered): /usr/bin/bash /usr/bin/python3 libauditorreport.so.0()(64bit) libc.so.6()(64bit) libgnunetcurl.so.0()(64bit) libgnunetjson.so.3()(64bit) libgnunetpq.so.5()(64bit) libgnunetutil.so.18()(64bit) libjansson.so.4()(64bit) libjansson.so.4(libjansson.so.4)(64bit) libmicrohttpd.so.12()(64bit) libpq.so.5()(64bit) libtalerauditordb.so.0()(64bit) libtalerbank.so.3()(64bit) libtalerexchange(x86-64) libtalerexchange.so.16()(64bit) libtalerexchangedb.so.1()(64bit) libtalerjson.so.4()(64bit) libtalermhd.so.5()(64bit) libtalerpq.so.0()(64bit) libtalerutil.so.7()(64bit) rtld(GNU_HASH) taler-exchange-database(x86-64) Provides -------- taler-exchange: libtaler_extension_age_restriction.so()(64bit) libtaler_plugin_exchangedb_postgres.so()(64bit) libtaler_plugin_kyclogic_kycaid.so()(64bit) libtaler_plugin_kyclogic_oauth2.so()(64bit) libtaler_plugin_kyclogic_persona.so()(64bit) libtaler_plugin_kyclogic_template.so()(64bit) taler-exchange taler-exchange(x86-64) taler-exchange-offline: taler-exchange-offline taler-exchange-offline(x86-64) taler-exchange-database: taler-exchange-database taler-exchange-database(x86-64) libtalerexchange: libtalerauditor.so.0()(64bit) libtalerauditordb.so.0()(64bit) libtalerbank.so.3()(64bit) libtalercurl.so.0()(64bit) libtalerexchange libtalerexchange(x86-64) libtalerexchange.so.16()(64bit) libtalerexchangedb.so.1()(64bit) libtalerextensions.so.0()(64bit) libtalerfakebank.so.0()(64bit) libtalerjson.so.4()(64bit) libtalerkyclogic.so.1()(64bit) libtalermhd.so.5()(64bit) libtalerpq.so.0()(64bit) libtalersq.so.0()(64bit) libtalertemplating.so.0()(64bit) libtalertesting.so.1()(64bit) libtalerutil.so.7()(64bit) libtalerexchange-devel: libtalerexchange-devel libtalerexchange-devel(x86-64) taler-auditor: libauditorreport.so.0()(64bit) libtaler_plugin_auditordb_postgres.so()(64bit) libtalerauditordb.so.0()(64bit) taler-auditor taler-auditor(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 taler-exchange --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: fonts, SugarActivity, Perl, Haskell, PHP, Java, Python, Ocaml, R Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH