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: ======= - Header files in -devel subpackage, if present. Note: mrtg : /usr/share/doc/mrtg/contrib/mrtglog/mrtglog.h mrtg : /usr/share/doc/mrtg/contrib/mrtgmk/src/txte.h mrtg : /usr/share/doc/mrtg/contrib/mrtgmk/src/txtro.h mrtg : /usr/share/doc/mrtg/contrib/mrtgmk/src/vars.h See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_devel_packages - 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 COPYRIGHT is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPLv2+'. It seems that you are using the old Fedora license abbreviations. Try `license-fedora2spdx' for converting it to SPDX. See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/mrtg See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names - Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 1496535 bytes in 391 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", "GNU General Public License, Version 2", "GNU General Public License v2.0 or later [obsolete FSF postal address (Mass Ave)]", "*No copyright* GNU General Public License", "FSF Unlimited License [generated file]", "Historical Permission Notice and Disclaimer - sell variant [generated file]", "GNU General Public License", "GNU General Public License v2.0 or later", "GNU Lesser General Public License", "*No copyright* GNU General Public License v2.0 or later", "*No copyright* GNU General Public License v2.0 or later [obsolete FSF postal address (Mass Ave)]", "Artistic License 2.0", "Artistic License", "The Perl 5 License". 495 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/mrtg/licensecheck.txt [ ]: Package must own all directories that it creates. Note: Directories without known owners: /etc/httpd, /etc/httpd/conf.d, /var/www [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. Note: rm -rf %{buildroot} present but not required [ ]: Sources contain only permissible code or content. [ ]: 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]: 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]: %config files are marked noreplace or the reason is justified. [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]: 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 mrtg [x]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local Perl: [ ]: Package contains the mandatory BuildRequires and Requires:. ===== 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). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [ ]: Files in /run, var/run and /var/lock uses tmpfiles.d when appropriate [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: 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 2048000 bytes in /usr/share [x]: Rpmlint is run on debuginfo package(s). Note: There are rpmlint messages (see attachment). [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: mrtg-2.17.10-1.fc41.x86_64.rpm mrtg-2.17.10-1.fc41.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.6.1 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/tmpoxkk43wj')] checks: 32, packages: 2 mrtg.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/mrtg/contrib/cfgmaker_cisco/cfgmaker.cisco mrtg.x86_64: E: wrong-script-end-of-line-encoding /usr/share/doc/mrtg/contrib/cfgmaker_dlci/cfgmaker_dlci mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/NSI/Mrtg_nsi.cfg mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/TCH/mrtg.cfg mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/TTrafic/TTraffic.asp mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/TTrafic/gpl.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/TTrafic/readme.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/TotalControlModem/example.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/apc_ups/ups.cfg mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/diskmon/README mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/diskmon/sample.cfg mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/distrib/distrib.c mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/distrib/readme.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/monitor/config.asp mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/monitor/global.asa mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/monitor/global/main.css mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/monitor/login.asp mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/monitor/monitor.inc mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/monitor/readme.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/mrtg.php/mrtg.php mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/RUN_builder.bat mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/RunCcfgs.cmd mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/builder.bat mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/default.asp mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/make_all_cisco_configs.bat mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/nt_template.cfg mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/nt_n_cisco/queryone.bat mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/ovmrtg/buildht mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/ovmrtg/buildrtov mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/ovmrtg/oveval.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/ovmrtg/ovin mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/rdlog2/rdlog2.c mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/EvenlySpaced.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/WithMap.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/area.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/axestype.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/bars.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/colour.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/install/BUGS mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/install/CHANGES mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/install/MANIFEST mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/install/Makefile.PL mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/install/README mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/legend.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/lines.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/linespoints.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/mixed.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/pie.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/points.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/samples/Makefile mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/samples/rgb.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/samples/sample42.dat mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/samples/sample54.dat mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/area.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/bars.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/colour.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/colour_rgb.txt mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/legend.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/lines.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/linespoints.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/pie.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/t/points.t mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/GIFgraph/GIFgraph/utils.pm mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/networks mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/sources mrtg.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mrtg/contrib/whodo/sources.cfg mrtg.x86_64: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/mrtg.conf mrtg.x86_64: W: package-with-huge-docs 65% mrtg.x86_64: W: non-standard-dir-in-var www mrtg.spec: W: no-%check-section mrtg.src: W: invalid-license GPLv2+ mrtg.x86_64: W: invalid-license GPLv2+ mrtg.x86_64: W: install-file-in-docs /usr/share/doc/mrtg/contrib/GetSNMPLinesUP/INSTALL mrtg.x86_64: W: install-file-in-docs /usr/share/doc/mrtg/contrib/accesslistmon/INSTALL mrtg.x86_64: W: install-file-in-docs /usr/share/doc/mrtg/contrib/mrtg-blast/INSTALL mrtg.x86_64: E: incorrect-fsf-address /usr/share/doc/mrtg/COPYRIGHT mrtg.x86_64: E: incorrect-fsf-address /usr/share/doc/mrtg/contrib/GetSNMPLinesUP/COPYING mrtg.x86_64: E: incorrect-fsf-address /usr/share/doc/mrtg/contrib/GetSNMPLinesUP/COPYRIGHT mrtg.x86_64: E: incorrect-fsf-address /usr/share/doc/mrtg/contrib/mrtg-blast/COPYING mrtg.x86_64: E: incorrect-fsf-address /usr/share/doc/mrtg/contrib/mrtg-ipacc/ipfwadm-wrapper mrtg.x86_64: E: incorrect-fsf-address /usr/share/licenses/mrtg/COPYING mrtg.x86_64: W: files-duplicate /usr/share/licenses/mrtg/COPYING /usr/share/doc/mrtg/contrib/GetSNMPLinesUP/COPYING:/usr/share/doc/mrtg/contrib/mrtg-blast/COPYING mrtg.x86_64: W: files-duplicate /usr/share/doc/mrtg/contrib/net-hosts/cubprev.gif /usr/share/doc/mrtg/contrib/mrtgrq/cubprev.gif mrtg.x86_64: W: files-duplicate /usr/share/doc/mrtg/contrib/net-hosts/grnball.gif /usr/share/doc/mrtg/contrib/mrtgrq/grnball.gif mrtg.x86_64: W: files-duplicate /usr/share/doc/mrtg/contrib/net-hosts/net-hosts.css /usr/share/doc/mrtg/contrib/mrtgrq/mrtgrq.css mrtg.x86_64: W: files-duplicate /usr/share/doc/mrtg/contrib/net-hosts/redball.gif /usr/share/doc/mrtg/contrib/mrtgrq/redball.gif mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/TTrafic/TTraffic.asp mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/TTrafic/readme.txt mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/TotalControlModem/example.txt mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/apc_ups/ups.cfg mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/iptables_acc/README mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/iptables_acc_snmp/README mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/monitor/config.asp mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/monitor/default.asp mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/monitor/login.asp mrtg.x86_64: W: file-not-utf8 /usr/share/doc/mrtg/contrib/whodo/README mrtg.x86_64: E: dir-or-file-in-var-lock /var/lock/mrtg mrtg.x86_64: W: dangerous-command-in-%preun rm mrtg.x86_64: W: dangerous-command-in-%post install 2 packages and 0 specfiles checked; 9 errors, 91 warnings, 7 filtered, 9 badness; has taken 0.6 s Rpmlint (debuginfo) ------------------- Checking: mrtg-debuginfo-2.17.10-1.fc41.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.6.1 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/tmpuw2jqxq9')] checks: 32, packages: 1 mrtg-debuginfo.x86_64: W: invalid-license GPLv2+ 1 packages and 0 specfiles checked; 0 errors, 1 warnings, 5 filtered, 0 badness; has taken 0.1 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "mrtg". (none): E: there is no installed rpm "mrtg-debuginfo". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.6.1 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: 2 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Source checksums ---------------- http://oss.oetiker.ch/mrtg/pub/mrtg-2.17.10.tar.gz.md5 : CHECKSUM(SHA256) this package : db0332605d859748a29a0c3c04cefd9163b6890f55c640bcf9602930e467fe37 CHECKSUM(SHA256) upstream package : db0332605d859748a29a0c3c04cefd9163b6890f55c640bcf9602930e467fe37 http://oss.oetiker.ch/mrtg/pub/mrtg-2.17.10.tar.gz : CHECKSUM(SHA256) this package : c7f11cb5e217a500d87ee3b5d26c58a8652edbc0d3291688bb792b010fae43ac CHECKSUM(SHA256) upstream package : c7f11cb5e217a500d87ee3b5d26c58a8652edbc0d3291688bb792b010fae43ac Requires -------- mrtg (rpmlib, GLIBC filtered): /bin/sh /usr/bin/perl config(mrtg) gd libc.so.6()(64bit) libgd.so.3()(64bit) libm.so.6()(64bit) perl(:VERSION) perl(BER) perl(CGI) perl(Carp) perl(Exporter) perl(FindBin) perl(GIFgraph) perl(GIFgraph::area) perl(GIFgraph::axestype) perl(GIFgraph::bars) perl(GIFgraph::colour) perl(GIFgraph::legend) perl(GIFgraph::lines) perl(GIFgraph::linespoints) perl(GIFgraph::points) perl(GIFgraph::utils) perl(Getopt::Long) perl(IO::Socket) perl(MRTG_lib) perl(Math::BigFloat) perl(POSIX) perl(Pod::Usage) perl(SNMP_Session) perl(Socket) perl(lib) perl(locales_mrtg) perl(strict) perl(vars) perl-IO-Socket-INET6 perl-Socket6 perl-locale rtld(GNU_HASH) systemd-units Provides -------- mrtg: config(mrtg) mrtg mrtg(x86-64) perl(GIFgraph) perl(GIFgraph::EvenlySpaced) perl(GIFgraph::WithMap) perl(GIFgraph::area) perl(GIFgraph::axestype) perl(GIFgraph::bars) perl(GIFgraph::colour) perl(GIFgraph::legend) perl(GIFgraph::lines) perl(GIFgraph::linespoints) perl(GIFgraph::mixed) perl(GIFgraph::pie) perl(GIFgraph::points) perl(GIFgraph::utils) perl(MRTG_lib) perl(Net_SNMP_util) perl(locales_mrtg) perl(ovmrtg) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name mrtg --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-41-x86_64 Active plugins: Shell-api, C/C++, Generic, Perl Disabled plugins: Python, SugarActivity, Java, PHP, Haskell, R, Ocaml, fonts Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH