This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/mumble See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: Development (unversioned) .so files in -devel subpackage, if present. Note: Unversioned so-files in private %_libdir subdirectory (see attachment). Verify they are not in ld path. [x]: If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. [x]: 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", "BSD 3-Clause License", "MIT License", "GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Temple Place)]", "BSD 3-Clause License and/or Sleepycat License", "*No copyright* Boost Software License 1.0", "bzip2 and libbzip2 License v1.0.6", "Creative Commons Attribution-ShareAlike 4.0", "Freetype Project License", "GNU Library General Public License, Version 2.0", "MIT (old)", "GNU General Public License, Version 2", "GNU Lesser General Public License v2.1 or later", "GNU Lesser General Public License, Version 2.1 and/or GNU Library General Public License, Version 2.0", "libpng License", "*No copyright* GNU Lesser General Public License v2.1 or later", "BSD 2-Clause License", "*No copyright* Apache License 2.0", "OpenSSL License", "GNU Lesser General Public License, Version 2.1", "Apache License 2.0 and/or GNU General Public License, Version 2", "zlib License", "*No copyright* Microsoft Reciprocal License", "Khronos License", "ISC License", "*No copyright* MIT License", "Boost Software License", "*No copyright* do What The Fuck you want to Public License", "*No copyright* The Unlicense", "GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Mass Ave)]", "Apache License 2.0 and/or BSD 3-Clause License and/or GNU General Public License, Version 3 and/or MIT License", "*No copyright* BSD 3-Clause License", "GNU General Public License, Version 3", "GNU General Public License v2.0 or later", "Boost Software License 1.0", "*No copyright* GNU Free Documentation License v1.2", "MIT License and/or The Unlicense", "*No copyright* zlib License", "*No copyright* Public domain", "MIT License [generated file]", "*No copyright* The Unlicense [generated file]", "Apache License 2.0 and/or MIT License". 3602 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/mumble/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/icons/hicolor/scalable/apps, /usr/share/icons/hicolor, /usr/share/icons/hicolor/256x256, /usr/share/icons/hicolor/256x256/apps, /usr/share/icons/hicolor/scalable [ ]: %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. [ ]: 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 12816 bytes in 2 files. [ ]: 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 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]: 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]: 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 mumble-server [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 mumble- server , mumble-plugins , mumble-overlay [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Scriptlets must be sane, if used. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: 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. [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]: 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 10035200 bytes in /usr/share mumble-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm:10004480 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. Rpmlint ------- Checking: mumble-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-server-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-plugins-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-overlay-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-1.6.0^20250708git05b4c95-1.fc42.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/tmps7i3ozem')] checks: 32, packages: 5 mumble-server.x86_64: W: systemd-unit-in-etc /etc/systemd/system/mumble-server.service mumble-overlay.x86_64: E: spelling-error ('gamers', '%description -l en_US gamers -> gamer, games, tamers') mumble-overlay.x86_64: E: spelling-error ('ingame', '%description -l en_US ingame -> in game, in-game, gaming') mumble-plugins.x86_64: E: spelling-error ('gamers', '%description -l en_US gamers -> gamer, games, tamers') mumble-server.x86_64: E: spelling-error ('gamers', '%description -l en_US gamers -> gamer, games, tamers') mumble-server.x86_64: W: non-standard-uid /var/lib/mumble-server mumble-server mumble-server.x86_64: W: non-standard-gid /var/lib/mumble-server mumble-server mumble-server.x86_64: E: non-readable /etc/mumble/mumble-server.ini 640 mumble-server.x86_64: W: non-conffile-in-etc /etc/mumble/mumble-server.ini mumble-server.x86_64: W: non-conffile-in-etc /etc/systemd/system/mumble-server.service mumble-server.x86_64: W: no-manual-page-for-binary murmurd mumble-plugins.x86_64: W: no-documentation mumble.spec:248: W: macro-in-comment %{buildroot} mumble.spec:248: W: macro-in-comment %{_sysconfdir} mumble.spec:251: W: macro-in-comment %{buildroot} mumble.spec:251: W: macro-in-comment %{_bindir} mumble.spec:273: W: macro-in-comment %{_sysconfdir} mumble.spec:274: W: macro-in-comment %{_sysconfdir} mumble.spec:274: W: macro-in-comment %{_sysconfdir} mumble.spec:275: W: macro-in-comment %{_sysconfdir} mumble.spec:275: W: macro-in-comment %{_sysconfdir} mumble.spec: W: invalid-url Source0: mumble-05b4c95.tar.gz mumble-overlay.x86_64: W: devel-file-in-non-devel-package /usr/lib64/mumble/libmumbleoverlay.so mumble.x86_64: W: crypto-policy-non-compliance-openssl /usr/bin/mumble SSL_CTX_set_cipher_list mumble-server.x86_64: W: crypto-policy-non-compliance-openssl /usr/bin/mumble-server SSL_CTX_set_cipher_list 5 packages and 0 specfiles checked; 5 errors, 20 warnings, 22 filtered, 5 badness; has taken 10.0 s Rpmlint (debuginfo) ------------------- Checking: mumble-server-debuginfo-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-debuginfo-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-plugins-debuginfo-1.6.0^20250708git05b4c95-1.fc42.x86_64.rpm mumble-overlay-debuginfo-1.6.0^20250708git05b4c95-1.fc42.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/tmp3oecygb3')] checks: 32, packages: 4 4 packages and 0 specfiles checked; 0 errors, 0 warnings, 120 filtered, 0 badness; has taken 5.2 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "mumble-plugins-debuginfo". (none): E: there is no installed rpm "mumble-overlay-debuginfo". (none): E: there is no installed rpm "mumble-server". (none): E: there is no installed rpm "mumble". (none): E: there is no installed rpm "mumble-plugins". (none): E: there is no installed rpm "mumble-server-debuginfo". (none): E: there is no installed rpm "mumble-debuginfo". (none): E: there is no installed rpm "mumble-overlay". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ 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 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 -------------------- mumble-plugins: /usr/lib64/mumble/plugins/libamongus.so mumble-plugins: /usr/lib64/mumble/plugins/libaoc.so mumble-plugins: /usr/lib64/mumble/plugins/libarma2.so mumble-plugins: /usr/lib64/mumble/plugins/libbf1.so mumble-plugins: /usr/lib64/mumble/plugins/libbf1942.so mumble-plugins: /usr/lib64/mumble/plugins/libbf2.so mumble-plugins: /usr/lib64/mumble/plugins/libbf2142.so mumble-plugins: /usr/lib64/mumble/plugins/libbf3.so mumble-plugins: /usr/lib64/mumble/plugins/libbf4.so mumble-plugins: /usr/lib64/mumble/plugins/libbf4_x86.so mumble-plugins: /usr/lib64/mumble/plugins/libbfbc2.so mumble-plugins: /usr/lib64/mumble/plugins/libbfheroes.so mumble-plugins: /usr/lib64/mumble/plugins/libblacklight.so mumble-plugins: /usr/lib64/mumble/plugins/libborderlands.so mumble-plugins: /usr/lib64/mumble/plugins/libborderlands2.so mumble-plugins: /usr/lib64/mumble/plugins/libbreach.so mumble-plugins: /usr/lib64/mumble/plugins/libcod2.so mumble-plugins: /usr/lib64/mumble/plugins/libcod4.so mumble-plugins: /usr/lib64/mumble/plugins/libcod5.so mumble-plugins: /usr/lib64/mumble/plugins/libcodmw2.so mumble-plugins: /usr/lib64/mumble/plugins/libcodmw2so.so mumble-plugins: /usr/lib64/mumble/plugins/libcs.so mumble-plugins: /usr/lib64/mumble/plugins/libdys.so mumble-plugins: /usr/lib64/mumble/plugins/libetqw.so mumble-plugins: /usr/lib64/mumble/plugins/libffxiv.so mumble-plugins: /usr/lib64/mumble/plugins/libffxiv_x64.so mumble-plugins: /usr/lib64/mumble/plugins/libgmod.so mumble-plugins: /usr/lib64/mumble/plugins/libgtaiv.so mumble-plugins: /usr/lib64/mumble/plugins/libgtasa.so mumble-plugins: /usr/lib64/mumble/plugins/libgtav.so mumble-plugins: /usr/lib64/mumble/plugins/libgw.so mumble-plugins: /usr/lib64/mumble/plugins/libinsurgency.so mumble-plugins: /usr/lib64/mumble/plugins/libjc2.so mumble-plugins: /usr/lib64/mumble/plugins/liblink.so mumble-plugins: /usr/lib64/mumble/plugins/liblol.so mumble-plugins: /usr/lib64/mumble/plugins/liblotro.so mumble-plugins: /usr/lib64/mumble/plugins/libql.so mumble-plugins: /usr/lib64/mumble/plugins/librl.so mumble-plugins: /usr/lib64/mumble/plugins/libse.so mumble-plugins: /usr/lib64/mumble/plugins/libsr.so mumble-plugins: /usr/lib64/mumble/plugins/libut2004.so mumble-plugins: /usr/lib64/mumble/plugins/libut3.so mumble-plugins: /usr/lib64/mumble/plugins/libut99.so mumble-plugins: /usr/lib64/mumble/plugins/libwolfet.so mumble-plugins: /usr/lib64/mumble/plugins/libwow.so mumble-plugins: /usr/lib64/mumble/plugins/libwow_x64.so mumble-overlay: /usr/lib64/mumble/libmumbleoverlay.so Requires -------- mumble (rpmlib, GLIBC filtered): libPocoFoundation.so.111()(64bit) libPocoXML.so.111()(64bit) libPocoZip.so.111()(64bit) libQt6Core.so.6()(64bit) libQt6Core.so.6(Qt_6)(64bit) libQt6Core.so.6(Qt_6.9)(64bit) libQt6DBus.so.6()(64bit) libQt6DBus.so.6(Qt_6)(64bit) libQt6Gui.so.6()(64bit) libQt6Gui.so.6(Qt_6)(64bit) libQt6Network.so.6()(64bit) libQt6Network.so.6(Qt_6)(64bit) libQt6Sql.so.6()(64bit) libQt6Sql.so.6(Qt_6)(64bit) libQt6Svg.so.6()(64bit) libQt6Svg.so.6(Qt_6)(64bit) libQt6TextToSpeech.so.6()(64bit) libQt6TextToSpeech.so.6(Qt_6)(64bit) libQt6Widgets.so.6()(64bit) libQt6Widgets.so.6(Qt_6)(64bit) libQt6Xml.so.6()(64bit) libQt6Xml.so.6(Qt_6)(64bit) libX11.so.6()(64bit) libXi.so.6()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libdns_sd.so.1()(64bit) libfmt.so.11()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libopus.so.0()(64bit) libprotobuf.so.30()(64bit) librnnoise.so.0()(64bit) libsndfile.so.1()(64bit) libsndfile.so.1(libsndfile.so.1.0)(64bit) libspdlog.so.1.15()(64bit) libspeexdsp.so.1()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.11)(64bit) libstdc++.so.6(CXXABI_1.3.13)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) rtld(GNU_HASH) mumble-server (rpmlib, GLIBC filtered): /bin/sh /usr/bin/bash filesystem(unmerged-sbin-symlinks) libQt6Core.so.6()(64bit) libQt6Core.so.6(Qt_6)(64bit) libQt6Core.so.6(Qt_6.9)(64bit) libQt6Network.so.6()(64bit) libQt6Network.so.6(Qt_6)(64bit) libQt6Xml.so.6()(64bit) libQt6Xml.so.6(Qt_6)(64bit) libc.so.6()(64bit) libcap.so.2()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libdns_sd.so.1()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libprotobuf.so.30()(64bit) libsqlite3.so.0()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.13)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) rtld(GNU_HASH) shadow-utils systemd mumble-plugins (rpmlib, GLIBC filtered): libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) mumble rtld(GNU_HASH) mumble-overlay (rpmlib, GLIBC filtered): /usr/bin/bash libc.so.6()(64bit) libmumbleoverlay.so.1.6.0()(64bit) mumble rtld(GNU_HASH) Provides -------- mumble: application() application(info.mumble.Mumble.desktop) bundled(arc4random) bundled(qqbonjour) bundled(smallft) metainfo() metainfo(info.mumble.Mumble.appdata.xml) mimehandler(x-scheme-handler/mumble) mumble mumble(x86-64) mumble-server: group(mumble-server) mumble-server mumble-server(x86-64) murmur user(mumble-server) mumble-plugins: libamongus.so()(64bit) libaoc.so()(64bit) libarma2.so()(64bit) libbf1.so()(64bit) libbf1942.so()(64bit) libbf2.so()(64bit) libbf2142.so()(64bit) libbf3.so()(64bit) libbf4.so()(64bit) libbf4_x86.so()(64bit) libbfbc2.so()(64bit) libbfheroes.so()(64bit) libblacklight.so()(64bit) libborderlands.so()(64bit) libborderlands2.so()(64bit) libbreach.so()(64bit) libcod2.so()(64bit) libcod4.so()(64bit) libcod5.so()(64bit) libcodmw2.so()(64bit) libcodmw2so.so()(64bit) libcs.so()(64bit) libdys.so()(64bit) libetqw.so()(64bit) libffxiv.so()(64bit) libffxiv_x64.so()(64bit) libgmod.so()(64bit) libgtaiv.so()(64bit) libgtasa.so()(64bit) libgtav.so()(64bit) libgw.so()(64bit) libinsurgency.so()(64bit) libjc2.so()(64bit) liblink.so()(64bit) liblol.so()(64bit) liblotro.so()(64bit) libql.so()(64bit) librl.so()(64bit) libse.so()(64bit) libsr.so()(64bit) libut2004.so()(64bit) libut3.so()(64bit) libut99.so()(64bit) libwolfet.so()(64bit) libwow.so()(64bit) libwow_x64.so()(64bit) mumble-plugins mumble-plugins(x86-64) mumble-overlay: libmumbleoverlay.so.1.6.0()(64bit) mumble-overlay mumble-overlay(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 mumble --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-42-x86_64 Active plugins: C/C++, Generic, Shell-api Disabled plugins: SugarActivity, Haskell, PHP, Ocaml, Python, fonts, Perl, R, Java Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH