#4948 spec: Fix installability of web-apache-httpd subpackage on EL7
Merged 3 years ago by pingou. Opened 3 years ago by ngompa.
ngompa/pagure fix-el7-rpm-install  into  master

file modified
+1 -1
@@ -96,10 +96,10 @@ 

  Summary:            Apache HTTPD configuration for Pagure

  BuildArch:          noarch

  Requires:           %{name} = %{version}-%{release}

- Requires:           httpd-filesystem

  %if 0%{?rhel} && 0%{?rhel} < 8

  Requires:           mod_wsgi

  %else

+ Requires:           httpd-filesystem

  Requires:           python%{python_pkgversion}-mod_wsgi

  %endif

  %description        web-apache-httpd

The httpd-filesystem package was introduced after EL7, so it should
only be required for EL8 and newer systems...

Signed-off-by: Neal Gompa ngompa13@gmail.com

Pull-Request has been merged by pingou

3 years ago