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: ======= - If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. Note: No gcc, gcc-c++ or clang found in BuildRequires See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ - 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 LICENSE is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/httpd, https://src.fedoraproject.org/modules/httpd, https://src.fedoraproject.org/container/httpd, https://src.fedoraproject.org/tests/httpd See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names - Package uses hardened build flags if required to. Note: suid files: suexec and not %global _hardened_build See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_compiler_flags ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: Package contains no static executables. [ ]: 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]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [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", "*No copyright* Apache License 2.0", "FSF Unlimited License [generated file]", "Apache License 2.0", "GNU General Public License v3.0 or later", "GNU General Public License v2.0 or later", "BSD (2 clause)", "*No copyright* Public domain Apache License 2.0", "BSD (3 clause) Apache License 2.0", "*No copyright* Apache License 2.0 [generated file]", "BSD (3 clause)", "*No copyright* Public domain", "*No copyright* [generated file]", "[generated file]". 1668 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/httpd/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /etc/httpd/conf/original, /etc/httpd/conf/extra, /etc/httpd/conf/original/extra [ ]: Package must own all directories that it creates. Note: Directories without known owners: /etc/httpd/conf/original, /usr/lib/.build-id/94, /etc/httpd/conf/extra, /etc/logrotate.d, /etc/httpd/conf/original/extra [ ]: %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. [ ]: %config files are marked noreplace or the reason is justified. Note: No (noreplace) in %config /etc/logrotate.d/httpd %config /etc/rc.d/init.d/httpd %config /etc/rc.d/init.d/htcacheclean [ ]: Each %files section contains %defattr if rpm < 4.4 Note: %defattr present but not needed [ ]: 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. [ ]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 409600 bytes in 7 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]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [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. [!]: Packager, Vendor, PreReq, Copyright tags should not be in spec file Note: Found : Vendor: Apache Software Foundation See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_tags_and_sections [ ]: Buildroot is not present Note: Buildroot: present but not needed [ ]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) Note: %clean present but not required [ ]: 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 httpd- devel , httpd-manual , httpd-tools , mod_authnz_ldap , mod_lua , mod_proxy_html , mod_ssl [ ]: 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. [ ]: Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [ ]: 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 contentdir /var/www, %define suexec_caller apache, %define mmn 20120211, %define mmnisa %{mmn}%{__isa_name}%{__isa_bits} [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Uses parallel make %{?_smp_mflags} macro. [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: There are rpmlint messages (see attachment). [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: httpd-2.4.52-2.fc36.s390x.rpm httpd-devel-2.4.52-2.fc36.s390x.rpm httpd-manual-2.4.52-2.fc36.s390x.rpm httpd-tools-2.4.52-2.fc36.s390x.rpm mod_authnz_ldap-2.4.52-2.fc36.s390x.rpm mod_lua-2.4.52-2.fc36.s390x.rpm mod_proxy_html-2.4.52-2.fc36.s390x.rpm mod_ssl-2.4.52-2.fc36.s390x.rpm httpd-debuginfo-2.4.52-2.fc36.s390x.rpm httpd-debugsource-2.4.52-2.fc36.s390x.rpm httpd-2.4.52-2.fc36.src.rpm httpd.s390x: E: no-changelogname-tag httpd.s390x: W: invalid-license Apache License, Version 2.0 httpd.s390x: E: useless-provides httpd-mmn httpd.s390x: W: self-obsoletion httpd-suexec obsoletes httpd-suexec = 2.4.52-2.fc36 httpd.s390x: W: conffile-without-noreplace-flag /etc/logrotate.d/httpd httpd.s390x: W: conffile-without-noreplace-flag /etc/rc.d/init.d/htcacheclean httpd.s390x: W: conffile-without-noreplace-flag /etc/rc.d/init.d/httpd httpd.s390x: W: dangling-relative-symlink /etc/httpd/run ../../var/run httpd.s390x: E: missing-dependency-to-logrotate for logrotate script /etc/logrotate.d/httpd httpd.s390x: E: executable-marked-as-config-file /etc/rc.d/init.d/htcacheclean httpd.s390x: E: executable-marked-as-config-file /etc/rc.d/init.d/httpd httpd.s390x: E: setuid-binary /usr/sbin/suexec root 4510 httpd.s390x: E: non-standard-executable-perm /usr/sbin/suexec 4510 httpd.s390x: E: non-standard-executable-perm /usr/sbin/suexec 4510 httpd.s390x: E: non-standard-dir-perm /var/cache/httpd/cache-root 700 httpd.s390x: E: non-standard-dir-perm /var/log/httpd 700 httpd.s390x: W: missing-lsb-keyword Default-Stop in /etc/rc.d/init.d/htcacheclean httpd.s390x: W: incoherent-subsys /etc/rc.d/init.d/htcacheclean ${prog}} httpd.s390x: W: no-reload-entry /etc/rc.d/init.d/htcacheclean httpd.s390x: W: missing-lsb-keyword Default-Stop in /etc/rc.d/init.d/httpd httpd.s390x: W: incoherent-subsys /etc/rc.d/init.d/httpd ${prog}} httpd-devel.s390x: W: summary-ended-with-dot C Development tools for the Apache HTTP server. httpd-devel.s390x: E: no-changelogname-tag httpd-devel.s390x: W: invalid-license Apache License, Version 2.0 httpd-devel.s390x: W: obsolete-not-provided apache-devel httpd-devel.s390x: W: obsolete-not-provided secureweb-devel httpd-devel.s390x: W: hidden-file-or-dir /usr/include/httpd/.mmn httpd-devel.s390x: W: non-executable-in-bin /usr/sbin/envvars 644 httpd-devel.s390x: E: script-without-shebang /usr/sbin/envvars httpd-devel.s390x: W: non-executable-in-bin /usr/sbin/envvars-std 644 httpd-devel.s390x: E: script-without-shebang /usr/sbin/envvars-std httpd-devel.s390x: W: no-manual-page-for-binary checkgid httpd-manual.s390x: W: summary-ended-with-dot C Documentation for the Apache HTTP server. httpd-manual.s390x: E: no-changelogname-tag httpd-manual.s390x: W: invalid-license Apache License, Version 2.0 httpd-manual.s390x: W: obsolete-not-provided apache-manual httpd-manual.s390x: W: obsolete-not-provided secureweb-manual httpd-manual.s390x: W: no-documentation httpd-manual.s390x: E: non-executable-script /var/www/manual/style/scripts/MINIFY 644 /bin/sh httpd-tools.s390x: E: no-changelogname-tag httpd-tools.s390x: W: invalid-license Apache License, Version 2.0 httpd-tools.s390x: W: crypto-policy-non-compliance-openssl /usr/bin/ab SSL_CTX_set_cipher_list mod_authnz_ldap.s390x: W: spelling-error %description -l en_US authnz -> autobahn mod_authnz_ldap.s390x: W: spelling-error %description -l en_US ldap -> lap, leap, dapple mod_authnz_ldap.s390x: E: no-changelogname-tag mod_authnz_ldap.s390x: W: invalid-license Apache License, Version 2.0 mod_authnz_ldap.s390x: W: no-documentation mod_lua.s390x: W: spelling-error Summary(en_US) Lua -> Lu, La, Luna mod_lua.s390x: W: spelling-error %description -l en_US lua -> la, luau, lea mod_lua.s390x: E: no-changelogname-tag mod_lua.s390x: W: invalid-license Apache License, Version 2.0 mod_lua.s390x: W: no-documentation mod_proxy_html.s390x: W: spelling-error %description -l en_US html -> HTML mod_proxy_html.s390x: W: spelling-error %description -l en_US charset -> char set, char-set, catharses mod_proxy_html.s390x: W: spelling-error %description -l en_US internationalisation -> internationalization, internationalist, internationalism mod_proxy_html.s390x: E: no-changelogname-tag mod_proxy_html.s390x: W: invalid-license Apache License, Version 2.0 mod_proxy_html.s390x: W: no-documentation mod_ssl.s390x: W: spelling-error %description -l en_US ssl -> isl, sol, ssh mod_ssl.s390x: E: no-changelogname-tag mod_ssl.s390x: W: invalid-license Apache License, Version 2.0 mod_ssl.s390x: W: crypto-policy-non-compliance-openssl /usr/lib64/httpd/modules/mod_ssl.so SSL_CTX_set_cipher_list mod_ssl.s390x: W: no-documentation mod_ssl.s390x: E: non-standard-dir-perm /var/cache/mod_ssl 700 mod_ssl.s390x: E: non-readable /var/cache/mod_ssl/scache.dir 600 mod_ssl.s390x: E: non-readable /var/cache/mod_ssl/scache.pag 600 mod_ssl.s390x: E: non-readable /var/cache/mod_ssl/scache.sem 600 httpd-debuginfo.s390x: E: no-changelogname-tag httpd-debuginfo.s390x: W: invalid-license Apache License, Version 2.0 httpd-debugsource.s390x: E: no-changelogname-tag httpd-debugsource.s390x: W: invalid-license Apache License, Version 2.0 httpd.src: E: no-changelogname-tag httpd.src: W: invalid-license Apache License, Version 2.0 httpd.src:30: W: unversioned-explicit-obsoletes httpd-suexec httpd.src:33: W: unversioned-explicit-provides webserver httpd.src:45: W: unversioned-explicit-obsoletes secureweb-devel httpd.src:45: W: unversioned-explicit-obsoletes apache-devel httpd.src:62: W: unversioned-explicit-obsoletes secureweb-manual httpd.src:62: W: unversioned-explicit-obsoletes apache-manual httpd.src:82: W: unversioned-explicit-provides mod_ldap httpd.src:135: W: macro-in-comment %patch15 httpd.src:329: W: macro-in-comment %{_libdir} httpd.src: W: patch-fuzz-is-changed httpd.src:159: W: mixed-use-of-spaces-and-tabs (spaces: line 159, tab: line 153) httpd.src: E: specfile-error warning: line 30: It's not recommended to have unversioned Obsoletes: Obsoletes: httpd-suexec httpd.src: E: specfile-error warning: line 45: It's not recommended to have unversioned Obsoletes: Obsoletes: secureweb-devel, apache-devel httpd.src: E: specfile-error warning: line 62: It's not recommended to have unversioned Obsoletes: Obsoletes: secureweb-manual, apache-manual httpd.src: E: specfile-error warning: Macro expanded in comment on line 329: %{_libdir}/httpd/modules/mod_auth_bearer.so 11 packages and 0 specfiles checked; 31 errors, 57 warnings. Rpmlint (debuginfo) ------------------- Checking: httpd-debuginfo-2.4.52-2.fc36.s390x.rpm httpd-tools-debuginfo-2.4.52-2.fc36.s390x.rpm httpd-devel-debuginfo-2.4.52-2.fc36.s390x.rpm httpd-debuginfo.s390x: E: no-changelogname-tag httpd-debuginfo.s390x: W: invalid-license Apache License, Version 2.0 httpd-tools-debuginfo.s390x: E: no-changelogname-tag httpd-tools-debuginfo.s390x: W: invalid-license Apache License, Version 2.0 httpd-devel-debuginfo.s390x: E: no-changelogname-tag httpd-devel-debuginfo.s390x: W: invalid-license Apache License, Version 2.0 3 packages and 0 specfiles checked; 3 errors, 3 warnings. Rpmlint (installed packages) ---------------------------- Cannot parse rpmlint output: Unversioned so-files -------------------- httpd: /usr/lib64/httpd/modules/mod_access_compat.so httpd: /usr/lib64/httpd/modules/mod_actions.so httpd: /usr/lib64/httpd/modules/mod_alias.so httpd: /usr/lib64/httpd/modules/mod_allowmethods.so httpd: /usr/lib64/httpd/modules/mod_asis.so httpd: /usr/lib64/httpd/modules/mod_auth_basic.so httpd: /usr/lib64/httpd/modules/mod_auth_digest.so httpd: /usr/lib64/httpd/modules/mod_auth_form.so httpd: /usr/lib64/httpd/modules/mod_authn_anon.so httpd: /usr/lib64/httpd/modules/mod_authn_core.so httpd: /usr/lib64/httpd/modules/mod_authn_dbd.so httpd: /usr/lib64/httpd/modules/mod_authn_dbm.so httpd: /usr/lib64/httpd/modules/mod_authn_file.so httpd: /usr/lib64/httpd/modules/mod_authn_socache.so httpd: /usr/lib64/httpd/modules/mod_authz_core.so httpd: /usr/lib64/httpd/modules/mod_authz_dbd.so httpd: /usr/lib64/httpd/modules/mod_authz_dbm.so httpd: /usr/lib64/httpd/modules/mod_authz_groupfile.so httpd: /usr/lib64/httpd/modules/mod_authz_host.so httpd: /usr/lib64/httpd/modules/mod_authz_owner.so httpd: /usr/lib64/httpd/modules/mod_authz_user.so httpd: /usr/lib64/httpd/modules/mod_autoindex.so httpd: /usr/lib64/httpd/modules/mod_bucketeer.so httpd: /usr/lib64/httpd/modules/mod_buffer.so httpd: /usr/lib64/httpd/modules/mod_cache.so httpd: /usr/lib64/httpd/modules/mod_cache_disk.so httpd: /usr/lib64/httpd/modules/mod_cache_socache.so httpd: /usr/lib64/httpd/modules/mod_case_filter.so httpd: /usr/lib64/httpd/modules/mod_case_filter_in.so httpd: /usr/lib64/httpd/modules/mod_cgid.so httpd: /usr/lib64/httpd/modules/mod_charset_lite.so httpd: /usr/lib64/httpd/modules/mod_data.so httpd: /usr/lib64/httpd/modules/mod_dav.so httpd: /usr/lib64/httpd/modules/mod_dav_fs.so httpd: /usr/lib64/httpd/modules/mod_dav_lock.so httpd: /usr/lib64/httpd/modules/mod_dbd.so httpd: /usr/lib64/httpd/modules/mod_deflate.so httpd: /usr/lib64/httpd/modules/mod_dialup.so httpd: /usr/lib64/httpd/modules/mod_dir.so httpd: /usr/lib64/httpd/modules/mod_dumpio.so httpd: /usr/lib64/httpd/modules/mod_echo.so httpd: /usr/lib64/httpd/modules/mod_env.so httpd: /usr/lib64/httpd/modules/mod_expires.so httpd: /usr/lib64/httpd/modules/mod_ext_filter.so httpd: /usr/lib64/httpd/modules/mod_file_cache.so httpd: /usr/lib64/httpd/modules/mod_filter.so httpd: /usr/lib64/httpd/modules/mod_headers.so httpd: /usr/lib64/httpd/modules/mod_heartbeat.so httpd: /usr/lib64/httpd/modules/mod_heartmonitor.so httpd: /usr/lib64/httpd/modules/mod_include.so httpd: /usr/lib64/httpd/modules/mod_info.so httpd: /usr/lib64/httpd/modules/mod_lbmethod_bybusyness.so httpd: /usr/lib64/httpd/modules/mod_lbmethod_byrequests.so httpd: /usr/lib64/httpd/modules/mod_lbmethod_bytraffic.so httpd: /usr/lib64/httpd/modules/mod_lbmethod_heartbeat.so httpd: /usr/lib64/httpd/modules/mod_log_config.so httpd: /usr/lib64/httpd/modules/mod_log_debug.so httpd: /usr/lib64/httpd/modules/mod_log_forensic.so httpd: /usr/lib64/httpd/modules/mod_logio.so httpd: /usr/lib64/httpd/modules/mod_macro.so httpd: /usr/lib64/httpd/modules/mod_mime.so httpd: /usr/lib64/httpd/modules/mod_mime_magic.so httpd: /usr/lib64/httpd/modules/mod_mpm_event.so httpd: /usr/lib64/httpd/modules/mod_mpm_prefork.so httpd: /usr/lib64/httpd/modules/mod_mpm_worker.so httpd: /usr/lib64/httpd/modules/mod_negotiation.so httpd: /usr/lib64/httpd/modules/mod_proxy.so httpd: /usr/lib64/httpd/modules/mod_proxy_ajp.so httpd: /usr/lib64/httpd/modules/mod_proxy_balancer.so httpd: /usr/lib64/httpd/modules/mod_proxy_connect.so httpd: /usr/lib64/httpd/modules/mod_proxy_express.so httpd: /usr/lib64/httpd/modules/mod_proxy_fcgi.so httpd: /usr/lib64/httpd/modules/mod_proxy_fdpass.so httpd: /usr/lib64/httpd/modules/mod_proxy_ftp.so httpd: /usr/lib64/httpd/modules/mod_proxy_hcheck.so httpd: /usr/lib64/httpd/modules/mod_proxy_http.so httpd: /usr/lib64/httpd/modules/mod_proxy_scgi.so httpd: /usr/lib64/httpd/modules/mod_proxy_uwsgi.so httpd: /usr/lib64/httpd/modules/mod_proxy_wstunnel.so httpd: /usr/lib64/httpd/modules/mod_ratelimit.so httpd: /usr/lib64/httpd/modules/mod_reflector.so httpd: /usr/lib64/httpd/modules/mod_remoteip.so httpd: /usr/lib64/httpd/modules/mod_reqtimeout.so httpd: /usr/lib64/httpd/modules/mod_request.so httpd: /usr/lib64/httpd/modules/mod_rewrite.so httpd: /usr/lib64/httpd/modules/mod_sed.so httpd: /usr/lib64/httpd/modules/mod_session.so httpd: /usr/lib64/httpd/modules/mod_session_cookie.so httpd: /usr/lib64/httpd/modules/mod_session_crypto.so httpd: /usr/lib64/httpd/modules/mod_session_dbd.so httpd: /usr/lib64/httpd/modules/mod_setenvif.so httpd: /usr/lib64/httpd/modules/mod_slotmem_plain.so httpd: /usr/lib64/httpd/modules/mod_slotmem_shm.so httpd: /usr/lib64/httpd/modules/mod_socache_dbm.so httpd: /usr/lib64/httpd/modules/mod_socache_memcache.so httpd: /usr/lib64/httpd/modules/mod_socache_redis.so httpd: /usr/lib64/httpd/modules/mod_socache_shmcb.so httpd: /usr/lib64/httpd/modules/mod_speling.so httpd: /usr/lib64/httpd/modules/mod_status.so httpd: /usr/lib64/httpd/modules/mod_substitute.so httpd: /usr/lib64/httpd/modules/mod_suexec.so httpd: /usr/lib64/httpd/modules/mod_unique_id.so httpd: /usr/lib64/httpd/modules/mod_unixd.so httpd: /usr/lib64/httpd/modules/mod_userdir.so httpd: /usr/lib64/httpd/modules/mod_usertrack.so httpd: /usr/lib64/httpd/modules/mod_version.so httpd: /usr/lib64/httpd/modules/mod_vhost_alias.so httpd: /usr/lib64/httpd/modules/mod_watchdog.so mod_authnz_ldap: /usr/lib64/httpd/modules/mod_authnz_ldap.so mod_authnz_ldap: /usr/lib64/httpd/modules/mod_ldap.so mod_lua: /usr/lib64/httpd/modules/mod_lua.so mod_proxy_html: /usr/lib64/httpd/modules/mod_proxy_html.so mod_proxy_html: /usr/lib64/httpd/modules/mod_xml2enc.so mod_ssl: /usr/lib64/httpd/modules/mod_ssl.so Source checksums ---------------- http://www.apache.org/dist/httpd/httpd-2.4.52.tar.bz2 : CHECKSUM(SHA256) this package : 0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9 CHECKSUM(SHA256) upstream package : 0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9 Requires -------- httpd (rpmlib, GLIBC filtered): /bin/sh /etc/mime.types /usr/bin/bash /usr/bin/sh /usr/sbin/useradd chkconfig config(httpd) initscripts libapr-1.so.0()(64bit) libaprutil-1.so.0()(64bit) libc.so.6()(64bit) libpcre.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) httpd-devel (rpmlib, GLIBC filtered): /usr/bin/perl /usr/bin/sh apr-devel apr-util-devel httpd libc.so.6()(64bit) libtool pkgconfig rtld(GNU_HASH) httpd-manual (rpmlib, GLIBC filtered): httpd httpd-tools (rpmlib, GLIBC filtered): libapr-1.so.0()(64bit) libaprutil-1.so.0()(64bit) libc.so.6()(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libm.so.6()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) rtld(GNU_HASH) mod_authnz_ldap (rpmlib, GLIBC filtered): apr-util-ldap httpd httpd-mmn libc.so.6()(64bit) liblber-2.4.so.2()(64bit) libldap_r-2.4.so.2()(64bit) rtld(GNU_HASH) mod_lua (rpmlib, GLIBC filtered): httpd httpd-mmn libc.so.6()(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) liblua-5.4.so()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) mod_proxy_html (rpmlib, GLIBC filtered): httpd httpd-mmn libc.so.6()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) rtld(GNU_HASH) mod_ssl (rpmlib, GLIBC filtered): /bin/cat /bin/sh config(mod_ssl) httpd httpd-mmn libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) openssl rtld(GNU_HASH) httpd-debuginfo (rpmlib, GLIBC filtered): httpd-debugsource (rpmlib, GLIBC filtered): Provides -------- httpd: config(httpd) httpd httpd(s390-64) httpd-mmn httpd-suexec mod_dav webserver httpd-devel: httpd-devel httpd-devel(s390-64) httpd-manual: httpd-manual httpd-manual(s390-64) httpd-tools: httpd-tools httpd-tools(s390-64) mod_authnz_ldap: mod_authnz_ldap mod_authnz_ldap(s390-64) mod_ldap mod_lua: mod_lua mod_lua(s390-64) mod_proxy_html: mod_proxy_html mod_proxy_html(s390-64) mod_ssl: config(mod_ssl) mod_ssl mod_ssl(s390-64) httpd-debuginfo: debuginfo(build-id) httpd-debuginfo httpd-debuginfo(s390-64) httpd-debugsource: httpd-debugsource httpd-debugsource(s390-64) Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10 Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name httpd --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-s390x Active plugins: Shell-api, Generic, C/C++ Disabled plugins: R, Java, Perl, Python, Ocaml, Haskell, PHP, SugarActivity, fonts Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH