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: ======= - No %config files under /usr. Note: %config(noreplace) /usr/lib/sysusers.d/ollama- grid.conf%config(noreplace) /usr/lib/tmpfiles.d/ollama-grid.conf See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_configuration_files - 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 ollama-grid-common, ollama-grid-balancer See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Scriptlets/#_scriptlets ===== 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", "MIT License", "*No copyright* MIT License", "Apache License 2.0", "*No copyright* Apache License 2.0", "ISC License", "BSD 3-Clause License", "Public domain", "*No copyright* ISC License and/or MIT License", "*No copyright* The Unlicense", "MIT No Attribution and/or The Unlicense", "MIT License and/or The Unlicense". 7787 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/ollama- grid/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 requires other packages for directories it uses. Note: No known owner of /usr/lib64/ollama-grid [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/lib64/ollama-grid, /etc/nginx/conf.d, /etc/nginx [ ]: %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]: 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 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]: 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. [ ]: 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 ollama- grid-common , ollama-grid-balancer , ollama-grid-cpu , ollama-grid- vulkan , ollama-grid-rocm [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: 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. [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: [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]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: ollama-grid-common-0.12.11-14.fc43.x86_64.rpm ollama-grid-balancer-0.12.11-14.fc43.x86_64.rpm ollama-grid-cpu-0.12.11-14.fc43.x86_64.rpm ollama-grid-vulkan-0.12.11-14.fc43.x86_64.rpm ollama-grid-rocm-0.12.11-14.fc43.x86_64.rpm ollama-grid-0.12.11-14.fc43.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/tmpeet4jbdg')] checks: 32, packages: 6 ollama-grid-common.x86_64: E: useless-provides group(ollama-grid) ollama-grid-common.x86_64: W: tmpfile-not-in-filelist /var/lib/ollama-grid ollama-grid-common.x86_64: W: tmpfile-not-in-filelist /var/log/ollama-grid ollama-grid.src: E: spelling-error ('pacote', 'Summary(en_US) pacote -> pa cote, pa-cote, compote') ollama-grid.src: E: spelling-error ('balanceador', 'Summary(en_US) balanceador -> overbalance') ollama-grid.src: E: spelling-error ('é', '%description -l en_US é -> e, s, i') ollama-grid.src: E: spelling-error ('conjunto', '%description -l en_US conjunto -> conj unto, conj-unto, conjunct') ollama-grid.src: E: spelling-error ('de', '%description -l en_US de -> DE, ed, d') ollama-grid.src: E: spelling-error ('pacotes', '%description -l en_US pacotes -> pa cotes, pa-cotes, cotes') ollama-grid.src: E: spelling-error ('executar', '%description -l en_US executar -> executor, execute') ollama-grid.src: E: spelling-error ('ambientes', '%description -l en_US ambientes -> ambient es, ambient-es, ambient') ollama-grid.src: E: spelling-error ('heterogêneos', '%description -l en_US heterogêneos -> heterogeneous') ollama-grid.src: E: spelling-error ('empacotamentos', '%description -l en_US empacotamentos -> accompaniments') ollama-grid.src: E: spelling-error ('separados', '%description -l en_US separados -> paradise') ollama-grid.src: E: spelling-error ('por', '%description -l en_US por -> pro, ppr, pot') ollama-grid.src: E: spelling-error ('integração', '%description -l en_US integração -> integrator, integrate') ollama-grid.src: E: spelling-error ('orquestração', '%description -l en_US orquestração -> sequestration') ollama-grid.src: E: spelling-error ('serviços', '%description -l en_US serviços -> servos') ollama-grid.src: E: spelling-error ('systemd', '%description -l en_US systemd -> systems, system, system d') ollama-grid-balancer.x86_64: E: spelling-error ('Balanceador', 'Summary(en_US) Balanceador -> Labradorean') ollama-grid-balancer.x86_64: E: spelling-error ('integração', 'Summary(en_US) integração -> integrator, integrate') ollama-grid-balancer.x86_64: E: spelling-error ('Subpacote', '%description -l en_US Subpacote -> Subcompact') ollama-grid-balancer.x86_64: E: spelling-error ('contendo', '%description -l en_US contendo -> contend, contends, contend o') ollama-grid-balancer.x86_64: E: spelling-error ('configuração', '%description -l en_US configuração -> configuration') ollama-grid-balancer.x86_64: E: spelling-error ('arquivos', '%description -l en_US arquivos -> marquis') ollama-grid-balancer.x86_64: E: spelling-error ('de', '%description -l en_US de -> DE, ed, d') ollama-grid-balancer.x86_64: E: spelling-error ('integração', '%description -l en_US integração -> integrator, integrate') ollama-grid-balancer.x86_64: E: spelling-error ('Instale', '%description -l en_US Instale -> In stale, In-stale, Inst ale') ollama-grid-balancer.x86_64: E: spelling-error ('pelo', '%description -l en_US pelo -> pole, peso, pelt') ollama-grid-balancer.x86_64: E: spelling-error ('menos', '%description -l en_US menos -> meson, memos, omens') ollama-grid-common.x86_64: E: spelling-error ('Arquivos', 'Summary(en_US) Arquivos -> Marquis') ollama-grid-common.x86_64: E: spelling-error ('comuns', 'Summary(en_US) comuns -> communes') ollama-grid-common.x86_64: E: spelling-error ('sysusers', 'Summary(en_US) sysusers -> superusers, users') ollama-grid-common.x86_64: E: spelling-error ('tmpfiles', 'Summary(en_US) tmpfiles -> misfiles') ollama-grid-common.x86_64: E: spelling-error ('diretórios', 'Summary(en_US) diretórios -> directions') ollama-grid-common.x86_64: E: spelling-error ('Arquivos', '%description -l en_US Arquivos -> Marquis') ollama-grid-common.x86_64: E: spelling-error ('comuns', '%description -l en_US comuns -> communes') ollama-grid-common.x86_64: E: spelling-error ('ao', '%description -l en_US ao -> so, a, o') ollama-grid-common.x86_64: E: spelling-error ('sistema', '%description -l en_US sistema -> sitemap') ollama-grid-common.x86_64: E: spelling-error ('usuário', '%description -l en_US usuário -> usurious') ollama-grid-common.x86_64: E: spelling-error ('grupo', '%description -l en_US grupo -> group') ollama-grid-common.x86_64: E: spelling-error ('diretórios', '%description -l en_US diretórios -> directions') ollama-grid-common.x86_64: E: spelling-error ('padrão', '%description -l en_US padrão -> padre') ollama-grid-common.x86_64: E: spelling-error ('tmpfiles', '%description -l en_US tmpfiles -> misfiles') ollama-grid-common.x86_64: E: spelling-error ('de', '%description -l en_US de -> DE, ed, d') ollama-grid-common.x86_64: E: spelling-error ('serviço', '%description -l en_US serviço -> servitor') ollama-grid-cpu.x86_64: E: spelling-error ('Bibliotecas', '%description -l en_US Bibliotecas -> Bibliophiles') ollama-grid-rocm.x86_64: E: spelling-error ('Bibliotecas', '%description -l en_US Bibliotecas -> Bibliophiles') ollama-grid-vulkan.x86_64: E: spelling-error ('Bibliotecas', '%description -l en_US Bibliotecas -> Bibliophiles') ollama-grid.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory ollama-grid.spec: W: specfile-warning /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory ollama-grid-cpu.x86_64: W: non-standard-gid /etc/ollama-grid/cpu.conf ollama-grid ollama-grid-rocm.x86_64: W: non-standard-gid /etc/ollama-grid/rocm.conf ollama-grid ollama-grid-vulkan.x86_64: W: non-standard-gid /etc/ollama-grid/vulkan.conf ollama-grid ollama-grid-cpu.x86_64: E: non-readable /etc/ollama-grid/cpu.conf 640 ollama-grid-rocm.x86_64: E: non-readable /etc/ollama-grid/rocm.conf 640 ollama-grid-vulkan.x86_64: E: non-readable /etc/ollama-grid/vulkan.conf 640 ollama-grid-common.x86_64: W: non-etc-or-var-file-marked-as-conffile /usr/lib/sysusers.d/ollama-grid.conf ollama-grid-common.x86_64: W: non-etc-or-var-file-marked-as-conffile /usr/lib/tmpfiles.d/ollama-grid.conf ollama-grid-cpu.x86_64: W: no-manual-page-for-binary ollama-grid-cpu ollama-grid-rocm.x86_64: W: no-manual-page-for-binary ollama-grid-rocm ollama-grid-vulkan.x86_64: W: no-manual-page-for-binary ollama-grid-vulkan ollama-grid-balancer.x86_64: W: no-documentation ollama-grid-common.x86_64: W: no-documentation ollama-grid-cpu.x86_64: W: no-documentation ollama-grid-rocm.x86_64: W: no-documentation ollama-grid-vulkan.x86_64: W: no-documentation ollama-grid-balancer.x86_64: E: no-binary ollama-grid-common.x86_64: E: no-binary ollama-grid.spec: W: no-%check-section ollama-grid.spec:362: W: macro-in-comment %{buildroot} ollama-grid.spec:362: W: macro-in-comment %{_bindir} ollama-grid.src: E: description-line-too-long OllamaGrid é um conjunto de pacotes para executar o Ollama em ambientes heterogêneos ollama-grid.src: E: description-line-too-long (CPU/GPU) com empacotamentos separados por backend (Vulkan/ROCm/CUDA), integração ollama-grid-balancer.x86_64: E: description-line-too-long Subpacote contendo a configuração do Nginx para o OllamaGrid e arquivos de integração. ollama-grid-common.x86_64: E: description-line-too-long Arquivos comuns ao sistema (usuário/grupo ollama-grid, diretórios padrão, tmpfiles e template de serviço systemd). 6 packages and 0 specfiles checked; 56 errors, 20 warnings, 30 filtered, 56 badness; has taken 7.3 s Rpmlint (debuginfo) ------------------- Checking: ollama-grid-debuginfo-0.12.11-14.fc43.x86_64.rpm ollama-grid-vulkan-debuginfo-0.12.11-14.fc43.x86_64.rpm ollama-grid-rocm-debuginfo-0.12.11-14.fc43.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/tmpzee76ak1')] checks: 32, packages: 3 3 packages and 0 specfiles checked; 0 errors, 0 warnings, 24 filtered, 0 badness; has taken 0.7 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "ollama-grid-debuginfo". (none): E: there is no installed rpm "ollama-grid-cpu". (none): E: there is no installed rpm "ollama-grid-common". (none): E: there is no installed rpm "ollama-grid-rocm". (none): E: there is no installed rpm "ollama-grid-rocm-debuginfo". (none): E: there is no installed rpm "ollama-grid-vulkan". (none): E: there is no installed rpm "ollama-grid-vulkan-debuginfo". (none): E: there is no installed rpm "ollama-grid-balancer". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.8.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: 8 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- ollama-grid-vulkan: /usr/lib64/ollama-grid/vulkan/libggml-base.so ollama-grid-vulkan: /usr/lib64/ollama-grid/vulkan/libggml-vulkan.so ollama-grid-rocm: /usr/lib64/ollama-grid/rocm/libggml-base.so ollama-grid-rocm: /usr/lib64/ollama-grid/rocm/libggml-hip.so Source checksums ---------------- https://github.com/ollama/ollama/archive/refs/tags/v0.12.11.tar.gz : CHECKSUM(SHA256) this package : 710df5e218a29a2500ed973c81879514b5618df01687373a3467a05f63fe8002 CHECKSUM(SHA256) upstream package : 710df5e218a29a2500ed973c81879514b5618df01687373a3467a05f63fe8002 https://github.com/mwprado/ollama-grid/archive/refs/heads/main.tar.gz : CHECKSUM(SHA256) this package : 19fa070abbf20b442407afdfe52ce8c2e89c26a9596c179eb4801f0bbea4feea CHECKSUM(SHA256) upstream package : 19fa070abbf20b442407afdfe52ce8c2e89c26a9596c179eb4801f0bbea4feea Requires -------- ollama-grid-common (rpmlib, GLIBC filtered): /bin/sh config(ollama-grid-common) group(ollama-grid) systemd user(ollama-grid) ollama-grid-balancer (rpmlib, GLIBC filtered): /bin/sh config(ollama-grid-balancer) ollama-grid-common ollama-grid-cpu (rpmlib, GLIBC filtered): /bin/sh config(ollama-grid-cpu) group(ollama-grid) ld-linux-x86-64.so.2()(64bit) libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libresolv.so.2()(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.2)(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) ollama-grid-common rtld(GNU_HASH) ollama-grid-vulkan (rpmlib, GLIBC filtered): /bin/sh config(ollama-grid-vulkan) group(ollama-grid) ld-linux-x86-64.so.2()(64bit) 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) libgcc_s.so.1(GCC_3.4)(64bit) libggml-base.so()(64bit) libm.so.6()(64bit) libresolv.so.2()(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.2)(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) libvulkan.so.1()(64bit) ollama-grid-common rtld(GNU_HASH) ollama-grid-rocm (rpmlib, GLIBC filtered): /bin/sh config(ollama-grid-rocm) group(ollama-grid) ld-linux-x86-64.so.2()(64bit) libamdhip64.so.6()(64bit) libamdhip64.so.6(hip_4.2)(64bit) libamdhip64.so.6(hip_4.3)(64bit) libamdhip64.so.6(hip_6.0)(64bit) 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) libgcc_s.so.1(GCC_3.4)(64bit) libggml-base.so()(64bit) libhipblas.so.2()(64bit) libm.so.6()(64bit) libresolv.so.2()(64bit) librocblas.so.4()(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.2)(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) ollama-grid-common rtld(GNU_HASH) Provides -------- ollama-grid-common: config(ollama-grid-common) group(ollama-grid) groupmember(ollama-grid/ollama-grid) ollama-grid-common ollama-grid-common(x86-64) user(ollama-grid) ollama-grid-balancer: config(ollama-grid-balancer) ollama-grid-balancer ollama-grid-balancer(x86-64) ollama-grid-cpu: config(ollama-grid-cpu) ollama-grid-cpu ollama-grid-cpu(x86-64) ollama-grid-vulkan: config(ollama-grid-vulkan) libggml-base.so()(64bit) libggml-vulkan.so()(64bit) ollama-grid-vulkan ollama-grid-vulkan(x86-64) ollama-grid-rocm: config(ollama-grid-rocm) libggml-base.so()(64bit) libggml-hip.so()(64bit) ollama-grid-rocm ollama-grid-rocm(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 ollama-grid --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-43-x86_64 Active plugins: Shell-api, Generic, C/C++ Disabled plugins: Haskell, SugarActivity, Perl, R, Ocaml, Python, fonts, PHP, Java Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH