#1 requires php(httpd) instead of deprecated mod_php
Merged 3 years ago by mhlavink. Opened 3 years ago by remi.
rpms/ remi/squirrelmail master  into  master

file modified
+5 -2
@@ -7,7 +7,7 @@ 

  Summary: webmail client written in php

  Name: squirrelmail

  Version: 1.4.23

- Release: 3%{?dist}.%{snapshot}

+ Release: 4%{?dist}.%{snapshot}

  License: GPLv2+

  URL: http://www.squirrelmail.org/

  #Source0: http://downloads.sourceforge.net/%{name}/%{name}-webmail-%{version}.tar.bz2
@@ -53,7 +53,7 @@ 

  BuildArch: noarch

  BuildRequires: gettext

  BuildRequires: perl-generators

- Requires: httpd, mod_php, php-mbstring, perl-interpreter, tmpwatch, hunspell, hunspell-en

+ Requires: httpd, php(httpd), php-mbstring, perl-interpreter, tmpwatch, hunspell, hunspell-en

  Requires: /usr/sbin/sendmail

  Requires: crontabs

  
@@ -293,6 +293,9 @@ 

  %{_sysconfdir}/cron.daily/squirrelmail.cron

  

  %changelog

+ * Fri Jun  5 2020 Remi Collet <remi@fedoraproject.org> - 1.4.23-4.20190710

+ - requires php(httpd) instead of deprecated mod_php

+ 

  * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.23-3.20190710

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

mod_php is deprecated and not used anymore since F27

Will be removed in the future

Pull-Request has been merged by mhlavink

3 years ago