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: ======= - Provides: bundled(gnulib) in place as required. Note: Bundled gnulib but no Provides: bundled(gnulib) See: https://fedoraproject.org/wiki/Bundled_Libraries#Requirement_if_you_bundle - 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 - Package contains the mandatory BuildRequires and Requires:. Note: Explicit dependency on perl-devel is not allowed unless building architecture-specific code which links to libperl.so See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/ - Package uses either %{buildroot} or $RPM_BUILD_ROOT Note: Using both %{buildroot} and $RPM_BUILD_ROOT See: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/amanda 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 amanda See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Scriptlets/#_scriptlets - Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 1115524 bytes in 4 files. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation ===== 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]: 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", "Historical Permission Notice and Disclaimer - sell variant", "*No copyright* BSD 3-Clause License", "GNU General Public License v2.0 or later [obsolete FSF postal address (Temple Place)]", "BSD-4-Clause (University of California-Specific)", "GNU General Public License v2.0 or later and/or Historical Permission Notice and Disclaimer - sell variant", "GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Temple Place)]", "GNU General Public License v3.0 or later", "FSF Unlimited License (with License Retention)", "FSF Unlimited License (with License Retention) and/or GNU General Public License, Version 2", "GNU General Public License v2.0 or later", "GNU General Public License v3.0 or later and/or ISC License", "NTP License", "FSF All Permissive License", "FSF Unlimited License (with License Retention) and/or GNU General Public License and/or GNU Lesser General Public License", "*No copyright* GNU General Public License v2.0 or later", "GNU Library General Public License, Version 2.0 [obsolete FSF postal address (Mass Ave)]", "GNU General Public License", "*No copyright* GNU Lesser General Public License". 452 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/amanda/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. [ ]: %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. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. [x]: The License field must be a valid SPDX expression. [x]: Package requires other packages for directories it uses. [x]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package 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]: Package uses hardened build flags if required to. Note: suid files: ambind, runtar, rundump, killpgrp, calcsize, amstar, ambsdtar, amgtar [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]: 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]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [!]: Uses parallel make %{?_smp_mflags} macro. [ ]: 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 amanda- libs , amanda-client , amanda-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. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:, %define _libexecdir %{_libdir}, %define defconfig DailySet1, %define indexserver amandahost, %define tapeserver %{indexserver}, %define amanda_user amandabackup, %define amanda_group disk [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. ===== 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 1382400 bytes in /usr/share [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: amanda-3.5.4-18.fc42.ndias.x86_64.rpm amanda-libs-3.5.4-18.fc42.ndias.x86_64.rpm amanda-client-3.5.4-18.fc42.ndias.x86_64.rpm amanda-server-3.5.4-18.fc42.ndias.x86_64.rpm amanda-3.5.4-18.fc42.ndias.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.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/tmpi3cnixvh')] checks: 32, packages: 5 amanda-client.x86_64: E: zero-length /var/lib/amanda/amandates amanda-client.x86_64: W: spurious-executable-perm /usr/share/man/man8/killpgrp.8.gz amanda-server.x86_64: W: spurious-executable-perm /usr/share/man/man1/activate-devpay.1.gz amanda.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory amanda.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory amanda.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory amanda.x86_64: E: setuid-binary /usr/lib64/amanda/ambind root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/application/ambsdtar root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/application/amgtar root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/application/amstar root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/calcsize root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/killpgrp root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/rundump root 4750 amanda-client.x86_64: E: setuid-binary /usr/lib64/amanda/runtar root 4750 amanda.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/ambind 4750 amanda.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/ambind 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/application/ambsdtar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/application/ambsdtar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/application/amgtar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/application/amgtar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/application/amstar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/application/amstar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/calcsize 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/calcsize 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/killpgrp 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/killpgrp 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/rundump 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/rundump 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/runtar 4750 amanda-client.x86_64: E: non-standard-executable-perm /usr/lib64/amanda/runtar 4750 amanda.x86_64: E: non-standard-dir-perm /var/log/amanda 2770 amanda.x86_64: E: non-standard-dir-perm /var/log/amanda/amandad 2770 amanda.x86_64: E: non-readable /var/lib/amanda/.amandahosts 600 amanda-server.x86_64: E: non-executable-script /usr/lib64/amanda/rest-server/bin/app-dancer2.pl 644 /usr/bin/perl amanda-server.x86_64: E: non-executable-script /usr/lib64/amanda/rest-server/bin/app.pl 644 /usr/bin/perl amanda-server.x86_64: E: non-executable-script /usr/lib64/amanda/rest-server/public/dispatch.cgi 644 /usr/bin/env perl amanda-server.x86_64: E: non-executable-script /usr/lib64/amanda/rest-server/public/dispatch.fcgi 644 /usr/bin/env perl amanda-client.x86_64: W: non-conffile-in-etc /etc/amanda/amanda-security.conf amanda.x86_64: W: no-manual-page-for-binary amandad amanda-server.x86_64: W: no-manual-page-for-binary amcleanupdisk amanda-client.x86_64: E: missing-call-to-setgroups-before-setuid /usr/bin/amoldrecover amanda-libs.x86_64: E: missing-call-to-setgroups-before-setuid /usr/lib64/libamanda-3.5.4.so amanda.x86_64: W: log-files-without-logrotate ['/var/log/amanda'] amanda.x86_64: E: incorrect-fsf-address /usr/bin/amaespipe amanda.x86_64: E: incorrect-fsf-address /usr/bin/amcrypt-ossl amanda.x86_64: E: incorrect-fsf-address /usr/bin/amcrypt-ossl-asym amanda.x86_64: E: incorrect-fsf-address /usr/bin/amcryptsimple amanda.x86_64: E: incorrect-fsf-address /usr/bin/amgetconf amanda.x86_64: E: incorrect-fsf-address /usr/bin/amgpgcrypt amanda.x86_64: E: incorrect-fsf-address /usr/bin/amssl amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Amdump.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Amflush.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Amservice.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Application/Zfs.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/BigIntCompat.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/aggregate.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/disk.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/diskflat.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/multi.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/ndmp.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/null.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/rait.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/robot.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Changer/single.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/CheckDump.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Chunker/Controller.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Chunker/Protocol.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Chunker/Scribe.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Cleanup.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/ClientService.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Constants.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Curinfo.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Curinfo/Info.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/DB.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/DB/Catalog.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Extract.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/FetchDump.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/FetchDump/Application.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/FetchDump/ClientApplication.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/FetchDump/Local.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Holding.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/IPC/LineProtocol.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Index.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Interactivity.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Interactivity/email.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Interactivity/stdin.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Interactivity/tty.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Interactivity/tty_email.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Label.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Message.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Paths.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Policy.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Process.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Recovery.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Recovery/Clerk.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Recovery/Planner.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Recovery/Scan.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Report.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Report/human.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Report/json.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Report/json_raw.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Report/postscript.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Report/xml.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Amcheck.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Configs.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Dles.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Dumps.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Labels.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Report.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Runs.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Services.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Status.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Storages.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Storages/Labels.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Rest/Version.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Restore.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/ScanInventory.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Script.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Script_App.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Service.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Service/Amidxtaped.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Service/Restore.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Status.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Storage.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Controller.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Protocol.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Scan.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Scan/lexical.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Scan/oldest.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Scan/traditional.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Scribe.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Taper/Worker.pm amanda.x86_64: E: incorrect-fsf-address /usr/lib64/perl5/vendor_perl/Amanda/Vault.pm amanda-client.x86_64: E: incorrect-fsf-address /usr/bin/ambackup amanda-client.x86_64: E: incorrect-fsf-address /usr/bin/amdump_client amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amlog-script amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/ampgsql amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amrandom amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amraw amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amsamba amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amsuntar amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amzfs-sendrecv amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/amzfs-snapshot amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/application/script-email amanda-client.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/restore amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amaddclient amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amanda-rest-server amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amcheckdump amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amcleanup amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amcleanupdisk amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amdevcheck amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amdump amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amfetchdump amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amflush amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amlabel amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amoverview amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amreindex amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amreport amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amrestore amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amrmtape amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amserverconfig amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amtape amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amtapetype amanda-server.x86_64: E: incorrect-fsf-address /usr/bin/amvault amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/amadmin_perl amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/ambackupd amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/amcheck-device amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/amdumpd amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/amidxtaped amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/amlogroll amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/chunker amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/rest-server/lib/Amanda/Rest.pm amanda-server.x86_64: E: incorrect-fsf-address /usr/lib64/amanda/taper amanda.x86_64: W: incoherent-version-in-changelog 3.5.4-17 ['3.5.4-18.fc42.ndias', '3.5.4-18.ndias'] amanda.x86_64: W: hidden-file-or-dir /var/lib/amanda/.amandahosts amanda-libs.x86_64: W: crypto-policy-non-compliance-openssl /usr/lib64/libamanda-3.5.4.so SSL_CTX_set_cipher_list amanda-client.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/amoldrecover amanda-client.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/amrecover amanda-libs.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib64/libndmlib-3.5.4.so 5 packages and 0 specfiles checked; 165 errors, 15 warnings, 53 filtered, 165 badness; has taken 2.2 s Rpmlint (debuginfo) ------------------- Checking: amanda-libs-debuginfo-3.5.4-18.fc42.ndias.x86_64.rpm amanda-server-debuginfo-3.5.4-18.fc42.ndias.x86_64.rpm amanda-debuginfo-3.5.4-18.fc42.ndias.x86_64.rpm amanda-client-debuginfo-3.5.4-18.fc42.ndias.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.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/tmprdb3xokl')] checks: 32, packages: 4 4 packages and 0 specfiles checked; 0 errors, 0 warnings, 143 filtered, 0 badness; has taken 1.8 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "amanda-server-debuginfo". (none): E: there is no installed rpm "amanda". (none): E: there is no installed rpm "amanda-libs-debuginfo". (none): E: there is no installed rpm "amanda-debuginfo". (none): E: there is no installed rpm "amanda-server". (none): E: there is no installed rpm "amanda-libs". (none): E: there is no installed rpm "amanda-client". (none): E: there is no installed rpm "amanda-client-debuginfo". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.8.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 checks: 32, packages: 8 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Application/libApplication.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Archive/libArchive.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Cmdfile/libCmdfile.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Cmdline/libCmdline.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Config/libConfig.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Debug/libDebug.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Device/libDevice.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Disklist/libDisklist.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Feature/libFeature.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Header/libHeader.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/IPC/Binary/libBinary.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Logfile/libLogfile.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/MainLoop/libMainLoop.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/NDMP/libNDMP.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Tapelist/libTapelist.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Tests/libTests.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Util/libUtil.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/Xfer/libXfer.so amanda: /usr/lib64/perl5/vendor_perl/auto/Amanda/XferServer/libXferServer.so amanda-libs: /usr/lib64/libamanda-3.5.4.so amanda-libs: /usr/lib64/libamanda.so amanda-libs: /usr/lib64/libamandad-3.5.4.so amanda-libs: /usr/lib64/libamandad.so amanda-libs: /usr/lib64/libamar-3.5.4.so amanda-libs: /usr/lib64/libamar.so amanda-libs: /usr/lib64/libamclient-3.5.4.so amanda-libs: /usr/lib64/libamclient.so amanda-libs: /usr/lib64/libamdevice-3.5.4.so amanda-libs: /usr/lib64/libamdevice.so amanda-libs: /usr/lib64/libamglue-3.5.4.so amanda-libs: /usr/lib64/libamglue.so amanda-libs: /usr/lib64/libamserver-3.5.4.so amanda-libs: /usr/lib64/libamserver.so amanda-libs: /usr/lib64/libamxfer-3.5.4.so amanda-libs: /usr/lib64/libamxfer.so amanda-libs: /usr/lib64/libndmjob-3.5.4.so amanda-libs: /usr/lib64/libndmjob.so amanda-libs: /usr/lib64/libndmlib-3.5.4.so amanda-libs: /usr/lib64/libndmlib.so Source checksums ---------------- https://github.com/zmanda/amanda/archive/tag-community-3.5.4/amanda-3.5.4.tar.gz : CHECKSUM(SHA256) this package : 1f4693394d7c19f979343367215a9a9b84261ff6152429d2d7b28a883f524e73 CHECKSUM(SHA256) upstream package : 1f4693394d7c19f979343367215a9a9b84261ff6152429d2d7b28a883f524e73 Requires -------- amanda (rpmlib, GLIBC filtered): /bin/sh /sbin/ldconfig /usr/bin/mail /usr/bin/perl /usr/bin/sh amanda-libs(x86-64) config(amanda) filesystem(unmerged-sbin-symlinks) grep libamanda-3.5.4.so()(64bit) libamandad-3.5.4.so()(64bit) libamar-3.5.4.so()(64bit) libamclient-3.5.4.so()(64bit) libamdevice-3.5.4.so()(64bit) libamglue-3.5.4.so()(64bit) libamserver-3.5.4.so()(64bit) libamxfer-3.5.4.so()(64bit) libc.so.6()(64bit) libcom_err.so.2()(64bit) libcrypto.so.3()(64bit) libcurl.so.4()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgssapi_krb5.so.2()(64bit) libgthread-2.0.so.0()(64bit) libk5crypto.so.3()(64bit) libkrb5.so.3()(64bit) libkrb5support.so.0()(64bit) libm.so.6()(64bit) libndmjob-3.5.4.so()(64bit) libndmlib-3.5.4.so()(64bit) libresolv.so.2()(64bit) libssl.so.3()(64bit) libtirpc.so.3()(64bit) perl(:MODULE_COMPAT_5.40.3) perl(Amanda::Amdump) perl(Amanda::Amflush) perl(Amanda::Amservice) perl(Amanda::Changer) perl(Amanda::Changer::robot) perl(Amanda::CheckDump) perl(Amanda::Chunker::Protocol) perl(Amanda::Chunker::Scribe) perl(Amanda::Cleanup) perl(Amanda::ClientService) perl(Amanda::Cmdfile) perl(Amanda::Cmdline) perl(Amanda::Config) perl(Amanda::Config::FoldingHash) perl(Amanda::Constants) perl(Amanda::Curinfo) perl(Amanda::Curinfo::Info) perl(Amanda::DB) perl(Amanda::DB::Catalog) perl(Amanda::Debug) perl(Amanda::Device) perl(Amanda::Disklist) perl(Amanda::Extract) perl(Amanda::Feature) perl(Amanda::FetchDump) perl(Amanda::FetchDump::Application) perl(Amanda::Header) perl(Amanda::Holding) perl(Amanda::IPC::LineProtocol) perl(Amanda::Interactivity) perl(Amanda::Interactivity::email) perl(Amanda::Interactivity::tty) perl(Amanda::Label) perl(Amanda::Logfile) perl(Amanda::MainLoop) perl(Amanda::Message) perl(Amanda::NDMP) perl(Amanda::Paths) perl(Amanda::Policy) perl(Amanda::Process) perl(Amanda::Recovery) perl(Amanda::Recovery::Clerk) perl(Amanda::Recovery::Planner) perl(Amanda::Recovery::Scan) perl(Amanda::Report) perl(Amanda::Report::human) perl(Amanda::Report::json) perl(Amanda::Rest::Configs) perl(Amanda::Restore) perl(Amanda::ScanInventory) perl(Amanda::Script_App) perl(Amanda::Service) perl(Amanda::Status) perl(Amanda::Storage) perl(Amanda::Tapelist) perl(Amanda::Taper::Protocol) perl(Amanda::Taper::Scan) perl(Amanda::Taper::Scan::traditional) perl(Amanda::Taper::Scribe) perl(Amanda::Taper::Worker) perl(Amanda::Util) perl(Amanda::Vault) perl(Amanda::Xfer) perl(Carp) perl(Data::Dumper) perl(DynaLoader) perl(Encode) perl(Encode::Locale) perl(Errno) perl(Exporter) perl(Fcntl) perl(File::Basename) perl(File::Compare) perl(File::Copy) perl(File::Glob) perl(File::Path) perl(File::Spec) perl(File::Temp) perl(File::stat) perl(Getopt::Long) perl(IO::Dir) perl(IO::Handle) perl(IO::Socket::SSL) perl(IPC::Open2) perl(IPC::Open3) perl(JSON) perl(MIME::Base64) perl(Math::BigInt) perl(POSIX) perl(Scalar::Util) perl(Socket) perl(Symbol) perl(Sys::Hostname) perl(Text::ParseWords) perl(Tie::Hash) perl(Time::Local) perl(Time::localtime) perl(URI::Escape) perl(XML::Simple) perl(base) perl(constant) perl(lib) perl(overload) perl(parent) perl(sort) perl(strict) perl(utf8) perl(vars) perl(warnings) perl-libs rtld(GNU_HASH) systemd tar amanda-libs (rpmlib, GLIBC filtered): grep libamanda-3.5.4.so()(64bit) libamdevice-3.5.4.so()(64bit) libamxfer-3.5.4.so()(64bit) libc.so.6()(64bit) libcom_err.so.2()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libcurl.so.4()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgssapi_krb5.so.2()(64bit) libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) libgthread-2.0.so.0()(64bit) libk5crypto.so.3()(64bit) libkrb5.so.3()(64bit) libkrb5.so.3(krb5_3_MIT)(64bit) libkrb5support.so.0()(64bit) libm.so.6()(64bit) libndmlib-3.5.4.so()(64bit) libresolv.so.2()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) rtld(GNU_HASH) amanda-client (rpmlib, GLIBC filtered): /usr/bin/perl /usr/bin/sh amanda amanda-libs(x86-64) config(amanda-client) filesystem(unmerged-sbin-symlinks) grep libamanda-3.5.4.so()(64bit) libamandad-3.5.4.so()(64bit) libamclient-3.5.4.so()(64bit) libc.so.6()(64bit) libglib-2.0.so.0()(64bit) libreadline.so.8()(64bit) perl(Amanda::Application) perl(Amanda::Application::Zfs) perl(Amanda::Config) perl(Amanda::Constants) perl(Amanda::Debug) perl(Amanda::Feature) perl(Amanda::MainLoop) perl(Amanda::Paths) perl(Amanda::Script) perl(Amanda::Service::Restore) perl(Amanda::Util) perl(Amanda::Xfer) perl(Carp) perl(Fcntl) perl(File::Basename) perl(File::Copy) perl(File::Path) perl(File::Temp) perl(FileHandle) perl(Getopt::Long) perl(IO::Dir) perl(IO::File) perl(IO::Handle) perl(IPC::Open2) perl(IPC::Open3) perl(JSON) perl(MIME::Base64) perl(POSIX) perl(Symbol) perl(Sys::Hostname) perl(XML::Simple) perl(base) perl(lib) perl(strict) perl(warnings) rtld(GNU_HASH) amanda-server (rpmlib, GLIBC filtered): /usr/bin/perl /usr/bin/sh amanda amanda-libs(x86-64) config(amanda-server) filesystem(unmerged-sbin-symlinks) grep libamanda-3.5.4.so()(64bit) libamandad-3.5.4.so()(64bit) libamserver-3.5.4.so()(64bit) libc.so.6()(64bit) libcurl.so.4()(64bit) libglib-2.0.so.0()(64bit) perl(Amanda::Amdump) perl(Amanda::Amflush) perl(Amanda::BigIntCompat) perl(Amanda::Changer) perl(Amanda::CheckDump) perl(Amanda::Chunker::Controller) perl(Amanda::Chunker::Scribe) perl(Amanda::Cleanup) perl(Amanda::ClientService) perl(Amanda::Cmdline) perl(Amanda::Config) perl(Amanda::Constants) perl(Amanda::Curinfo) perl(Amanda::DB) perl(Amanda::DB::Catalog) perl(Amanda::Debug) perl(Amanda::Device) perl(Amanda::Disklist) perl(Amanda::Extract) perl(Amanda::Feature) perl(Amanda::FetchDump::Application) perl(Amanda::FetchDump::ClientApplication) perl(Amanda::FetchDump::Local) perl(Amanda::Header) perl(Amanda::Holding) perl(Amanda::Interactivity) perl(Amanda::Label) perl(Amanda::Logfile) perl(Amanda::MainLoop) perl(Amanda::Message) perl(Amanda::Paths) perl(Amanda::Policy) perl(Amanda::Process) perl(Amanda::Recovery) perl(Amanda::Recovery::Clerk) perl(Amanda::Recovery::Planner) perl(Amanda::Recovery::Scan) perl(Amanda::Report) perl(Amanda::Rest::Amcheck) perl(Amanda::Rest::Configs) perl(Amanda::Rest::Dles) perl(Amanda::Rest::Dumps) perl(Amanda::Rest::Labels) perl(Amanda::Rest::Report) perl(Amanda::Rest::Runs) perl(Amanda::Rest::Services) perl(Amanda::Rest::Status) perl(Amanda::Rest::Storages) perl(Amanda::Rest::Storages::Labels) perl(Amanda::Rest::Version) perl(Amanda::Service) perl(Amanda::Service::Amidxtaped) perl(Amanda::Status) perl(Amanda::Storage) perl(Amanda::Tapelist) perl(Amanda::Taper::Controller) perl(Amanda::Taper::Scan) perl(Amanda::Util) perl(Amanda::Vault) perl(Amanda::Xfer) perl(Carp) perl(Cwd) perl(Data::Dumper) perl(Encode) perl(Encode::Locale) perl(Fcntl) perl(File::Basename) perl(File::Copy) perl(File::Glob) perl(File::Path) perl(FileHandle) perl(Getopt::Long) perl(IPC::Open3) perl(JSON) perl(MIME::Base64) perl(Math::BigInt) perl(POSIX) perl(Socket) perl(Symbol) perl(Sys::Hostname) perl(Text::ParseWords) perl(Text::Wrap) perl(Time::Local) perl(XML::Simple) perl(base) perl(constant) perl(lib) perl(parent) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Provides -------- amanda: amanda amanda(x86-64) config(amanda) group(amandabackup) groupmember(amandabackup/tape) perl(Amanda::Amdump) perl(Amanda::Amdump::Message) perl(Amanda::Amflush) perl(Amanda::Amflush::Message) perl(Amanda::Amservice) perl(Amanda::Application) perl(Amanda::Application::Zfs) perl(Amanda::Applicationc) perl(Amanda::Archive) perl(Amanda::Archive::Archive) perl(Amanda::Archive::Attr) perl(Amanda::Archive::File) perl(Amanda::Archivec) perl(Amanda::BigIntCompat) perl(Amanda::Changer) perl(Amanda::Changer::Config) perl(Amanda::Changer::Error) perl(Amanda::Changer::Message) perl(Amanda::Changer::Reservation) perl(Amanda::Changer::aggregate) perl(Amanda::Changer::aggregate::Reservation) perl(Amanda::Changer::disk) perl(Amanda::Changer::disk::Reservation) perl(Amanda::Changer::diskflat) perl(Amanda::Changer::diskflat::Reservation) perl(Amanda::Changer::multi) perl(Amanda::Changer::multi::Reservation) perl(Amanda::Changer::ndmp) perl(Amanda::Changer::ndmp::Interface) perl(Amanda::Changer::null) perl(Amanda::Changer::null::Reservation) perl(Amanda::Changer::rait) perl(Amanda::Changer::rait::Reservation) perl(Amanda::Changer::robot) perl(Amanda::Changer::robot::Interface) perl(Amanda::Changer::robot::Interface::MTX) perl(Amanda::Changer::robot::Reservation) perl(Amanda::Changer::single) perl(Amanda::Changer::single::Reservation) perl(Amanda::CheckDump) perl(Amanda::CheckDump::Message) perl(Amanda::Chunker::Controller) perl(Amanda::Chunker::Protocol) perl(Amanda::Chunker::Scribe) perl(Amanda::Chunker::Scribe::Feedback) perl(Amanda::Cleanup) perl(Amanda::Cleanup::Message) perl(Amanda::ClientService) perl(Amanda::Cmdfile) perl(Amanda::Cmdfile::Cmddata) perl(Amanda::Cmdfile::Cmdfile) perl(Amanda::Cmdfile::Message) perl(Amanda::Cmdfilec) perl(Amanda::Cmdline) perl(Amanda::Cmdline::dumpspec_t) perl(Amanda::Cmdlinec) perl(Amanda::Config) perl(Amanda::Config::FoldingHash) perl(Amanda::Config::Message) perl(Amanda::Configc) perl(Amanda::Constants) perl(Amanda::Curinfo) perl(Amanda::Curinfo::History) perl(Amanda::Curinfo::Info) perl(Amanda::Curinfo::Message) perl(Amanda::Curinfo::Perf) perl(Amanda::Curinfo::Stats) perl(Amanda::DB) perl(Amanda::DB::Catalog) perl(Amanda::DB::Message) perl(Amanda::Debug) perl(Amanda::Debugc) perl(Amanda::Device) perl(Amanda::Device::Device) perl(Amanda::Device::DirectTCPConnection) perl(Amanda::Device::Message) perl(Amanda::Devicec) perl(Amanda::Disklist) perl(Amanda::Disklist::Disk) perl(Amanda::Disklist::Host) perl(Amanda::Disklist::Interface) perl(Amanda::Disklist::Message) perl(Amanda::Disklistc) perl(Amanda::Extract) perl(Amanda::Extract::Message) perl(Amanda::Feature) perl(Amanda::Feature::Set) perl(Amanda::Featurec) perl(Amanda::FetchDump) perl(Amanda::FetchDump::Application) perl(Amanda::FetchDump::ClientApplication) perl(Amanda::FetchDump::Local) perl(Amanda::FetchDump::Message) perl(Amanda::Header) perl(Amanda::Header::Header) perl(Amanda::Header::HeaderXML) perl(Amanda::Headerc) perl(Amanda::Holding) perl(Amanda::IPC::Binary) perl(Amanda::IPC::Binary::Message) perl(Amanda::IPC::Binaryc) perl(Amanda::IPC::LineProtocol) perl(Amanda::Index) perl(Amanda::Index::Message) perl(Amanda::Interactivity) perl(Amanda::Interactivity::email) perl(Amanda::Interactivity::stdin) perl(Amanda::Interactivity::tty) perl(Amanda::Interactivity::tty_email) perl(Amanda::Label) perl(Amanda::Label::Message) perl(Amanda::Logfile) perl(Amanda::Logfile::find_result_t) perl(Amanda::Logfilec) perl(Amanda::MainLoop) perl(Amanda::MainLoop::Source) perl(Amanda::MainLoopc) perl(Amanda::Message) perl(Amanda::NDMP) perl(Amanda::NDMP::NDMPConnection) perl(Amanda::NDMPc) perl(Amanda::Paths) perl(Amanda::Policy) perl(Amanda::Process) perl(Amanda::Process::Message) perl(Amanda::Recovery) perl(Amanda::Recovery::Clerk) perl(Amanda::Recovery::Clerk::Feedback) perl(Amanda::Recovery::Message) perl(Amanda::Recovery::Planner) perl(Amanda::Recovery::Planner::Plan) perl(Amanda::Recovery::Scan) perl(Amanda::Recovery::Scan::Config) perl(Amanda::Report) perl(Amanda::Report::Message) perl(Amanda::Report::human) perl(Amanda::Report::json) perl(Amanda::Report::json_raw) perl(Amanda::Report::postscript) perl(Amanda::Report::xml) perl(Amanda::Rest::Amcheck) perl(Amanda::Rest::Configs) perl(Amanda::Rest::Dles) perl(Amanda::Rest::Dumps) perl(Amanda::Rest::Labels) perl(Amanda::Rest::Report) perl(Amanda::Rest::Runs) perl(Amanda::Rest::Runs::FetchFeedback) perl(Amanda::Rest::Services) perl(Amanda::Rest::Status) perl(Amanda::Rest::Storages) perl(Amanda::Rest::Storages::Labels) perl(Amanda::Rest::Version) perl(Amanda::Restore) perl(Amanda::Restore::Message) perl(Amanda::ScanInventory) perl(Amanda::ScanInventory::Config) perl(Amanda::Script) perl(Amanda::Script_App) perl(Amanda::Service) perl(Amanda::Service::Amidxtaped) perl(Amanda::Service::Message) perl(Amanda::Service::Restore) perl(Amanda::Status) perl(Amanda::Status::Message) perl(Amanda::Storage) perl(Amanda::Tapelist) perl(Amanda::Tapelist::Message) perl(Amanda::Tapelistc) perl(Amanda::Taper::Controller) perl(Amanda::Taper::Protocol) perl(Amanda::Taper::Scan) perl(Amanda::Taper::Scan::lexical) perl(Amanda::Taper::Scan::oldest) perl(Amanda::Taper::Scan::traditional) perl(Amanda::Taper::Scribe) perl(Amanda::Taper::Scribe::DevHandling) perl(Amanda::Taper::Scribe::Feedback) perl(Amanda::Taper::Worker) perl(Amanda::Tests) perl(Amanda::Testsc) perl(Amanda::Util) perl(Amanda::Util::file_lock) perl(Amanda::Utilc) perl(Amanda::Vault) perl(Amanda::Vault::Message) perl(Amanda::Xfer) perl(Amanda::Xfer::Dest::Application) perl(Amanda::Xfer::Dest::Buffer) perl(Amanda::Xfer::Dest::Device) perl(Amanda::Xfer::Dest::DirectTCPConnect) perl(Amanda::Xfer::Dest::DirectTCPListen) perl(Amanda::Xfer::Dest::Fd) perl(Amanda::Xfer::Dest::Holding) perl(Amanda::Xfer::Dest::Null) perl(Amanda::Xfer::Dest::Taper) perl(Amanda::Xfer::Dest::Taper::Cacher) perl(Amanda::Xfer::Dest::Taper::DirectTCP) perl(Amanda::Xfer::Dest::Taper::Splitter) perl(Amanda::Xfer::Element) perl(Amanda::Xfer::Element::Glue) perl(Amanda::Xfer::Filter::Crc) perl(Amanda::Xfer::Filter::Process) perl(Amanda::Xfer::Filter::Xor) perl(Amanda::Xfer::Msg) perl(Amanda::Xfer::Source::Device) perl(Amanda::Xfer::Source::DirectTCPConnect) perl(Amanda::Xfer::Source::DirectTCPListen) perl(Amanda::Xfer::Source::Fd) perl(Amanda::Xfer::Source::File) perl(Amanda::Xfer::Source::Holding) perl(Amanda::Xfer::Source::Pattern) perl(Amanda::Xfer::Source::Random) perl(Amanda::Xfer::Source::Recovery) perl(Amanda::Xfer::Source::ShmRing) perl(Amanda::Xfer::Xfer) perl(Amanda::XferServer) perl(Amanda::XferServerc) perl(Amanda::Xferc) user(amandabackup) amanda-libs: amanda-libs amanda-libs(x86-64) libamanda-3.5.4.so()(64bit) libamandad-3.5.4.so()(64bit) libamar-3.5.4.so()(64bit) libamclient-3.5.4.so()(64bit) libamdevice-3.5.4.so()(64bit) libamglue-3.5.4.so()(64bit) libamserver-3.5.4.so()(64bit) libamxfer-3.5.4.so()(64bit) libndmjob-3.5.4.so()(64bit) libndmlib-3.5.4.so()(64bit) amanda-client: amanda-client amanda-client(x86-64) config(amanda-client) amanda-server: amanda-server amanda-server(x86-64) config(amanda-server) perl(Amanda::Rest) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name amanda --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-42-x86_64 Active plugins: Perl, Shell-api, Generic, C/C++ Disabled plugins: Java, fonts, PHP, Ocaml, Python, SugarActivity, Haskell, R Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH