diff options
-rw-r--r-- | roundcubemail.spec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index 395646a..35ad343 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -17,7 +17,7 @@ %else %global with_phpfpm 0 %endif -%global upstream_version 1.4.10 +%global upstream_version 1.4.11 #global upstream_prever rc2 %global roundcubedir %{_datadir}/roundcubemail @@ -250,11 +250,6 @@ install -Dpm 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/nginx/default.d/%{name} mkdir -p %{buildroot}%{_sysconfdir}/roundcubemail install -pDm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/roundcubemail -%if 0%{?rhel} == 5 || 0%{?rhel} == 6 -: Remove "su" option from logrotate configuration file - requires logrotate 3.8+ -sed -e '/su /d' -i %{buildroot}%{_sysconfdir}/logrotate.d/roundcubemail -%endif - # Log files mkdir -p %{buildroot}/var/log/roundcubemail # Temp files @@ -349,6 +344,9 @@ fi %changelog +* Tue Feb 9 2021 Remi Collet <remi@remirepo.net> - 1.4.11-1 +- update to 1.4.11 + * Mon Dec 28 2020 Remi Collet <remi@remirepo.net> - 1.4.10-1 - update to 1.4.10 |