generated from smedev/Template-for-SMEServer-Core-Package
	* Sat Dec 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-4.sme
- fix roundcube not working on initial install [SME: 12812]
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,4 @@ | |||||||
| *.rpm | *.rpm | ||||||
| *.log | *.log | ||||||
| *spec-20**.bak | *spec-20**.bak | ||||||
|  | *gz | ||||||
|   | |||||||
| @@ -33,6 +33,8 @@ for my $event (qw( | |||||||
|     conf-roundcube |     conf-roundcube | ||||||
|     roundcube-update |     roundcube-update | ||||||
|     console-save |     console-save | ||||||
|  |     post-install | ||||||
|  |     post-upgrade | ||||||
|     )) |     )) | ||||||
| { | { | ||||||
|     templates2events("/usr/share/roundcubemail/plugins/managesieve/config.inc.php", $event); |     templates2events("/usr/share/roundcubemail/plugins/managesieve/config.inc.php", $event); | ||||||
| @@ -47,6 +49,8 @@ for  my $event (qw( | |||||||
|     smeserver-roundcube-update |     smeserver-roundcube-update | ||||||
|     conf-roundcube |     conf-roundcube | ||||||
|     roundcube-update |     roundcube-update | ||||||
|  |     post-install | ||||||
|  |     post-upgrade | ||||||
|     )) |     )) | ||||||
| { | { | ||||||
|     templates2events("/etc/opt/remi/php81/php-fpm.d/www.conf",$event); |     templates2events("/etc/opt/remi/php81/php-fpm.d/www.conf",$event); | ||||||
| @@ -65,6 +69,8 @@ foreach my $event (qw( | |||||||
|     smeserver-roundcube-update |     smeserver-roundcube-update | ||||||
|     conf-roundcube |     conf-roundcube | ||||||
|     roundcube-update |     roundcube-update | ||||||
|  |     post-install | ||||||
|  |     post-upgrade | ||||||
|    )) |    )) | ||||||
| { | { | ||||||
|     event_link("qmail-update-user", $event, "20"); |     event_link("qmail-update-user", $event, "20"); | ||||||
|   | |||||||
| @@ -0,0 +1 @@ | |||||||
|  | roundcubemail:any:/sbin/e-smith/signal-event smeserver-roundcube | ||||||
| @@ -3,12 +3,16 @@ | |||||||
| /usr/bin/sed -i -e 's/^.*error_reporting.*$/    \/\/rem/'  /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php | /usr/bin/sed -i -e 's/^.*error_reporting.*$/    \/\/rem/'  /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php | ||||||
| # update composer | # update composer | ||||||
|  |  | ||||||
|  | # if installed before user apache becoem an alias of www 102 | ||||||
|  | /bin/rpm --setugids roundcubemail  | ||||||
|  | /bin/rpm --setperms roundcubemail  | ||||||
|  |  | ||||||
| # disabled by default for SME11 as we would rather the stability of rpms | # disabled by default for SME11 as we would rather the stability of rpms | ||||||
| #/usr/bin/rcplugin_update.sh | #/usr/bin/rcplugin_update.sh | ||||||
|  |  | ||||||
| # prevent bug with spell checker: An error was encountered on the server. Please try again later. | # prevent bug with spell checker: An error was encountered on the server. Please try again later. | ||||||
| pushd /usr/share/myspell | pushd /usr/share/myspell >/dev/null | ||||||
| [ -f en.dic ] || ln -s en_US.dic en.dic | [ -f en.dic ] || ln -s en_US.dic en.dic | ||||||
| [ -f en.aff ] || ln -s en_US.aff en.aff | [ -f en.aff ] || ln -s en_US.aff en.aff | ||||||
| popd | popd >/dev/null | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| %define name smeserver-roundcube | %define name smeserver-roundcube | ||||||
| %define version 1.6 | %define version 1.6 | ||||||
| %define release 3 | %define release 4 | ||||||
|  |  | ||||||
| Summary: smserver rpm to setup roundcube, an IMAP mail client | Summary: smserver rpm to setup roundcube, an IMAP mail client | ||||||
| Name: %{name} | Name: %{name} | ||||||
| @@ -16,6 +16,7 @@ BuildArchitectures: noarch | |||||||
| BuildRequires: smeserver-devtools | BuildRequires: smeserver-devtools | ||||||
| Requires: smeserver-release >= 11.0 | Requires: smeserver-release >= 11.0 | ||||||
| Requires: smeserver-apache >= 11.0 | Requires: smeserver-apache >= 11.0 | ||||||
|  | Requires: smeserver-php | ||||||
| Requires: roundcubemail >= 1.6  | Requires: roundcubemail >= 1.6  | ||||||
| Requires: roundcubemail < 1.7 | Requires: roundcubemail < 1.7 | ||||||
| Requires: composer >= 2.7.8 | Requires: composer >= 2.7.8 | ||||||
| @@ -38,6 +39,7 @@ Requires: roundcube-plugin-contextmenu | |||||||
| Requires: php-sabre-dav php-sabre-event php-sabre-http php-sabre-uri2 php-sabre-vobject4 php-sabre-xml2 | Requires: php-sabre-dav php-sabre-event php-sabre-http php-sabre-uri2 php-sabre-vobject4 php-sabre-xml2 | ||||||
| Requires: php81-php-pspell php82-php-pspell php83-php-pspell | Requires: php81-php-pspell php82-php-pspell php83-php-pspell | ||||||
| Requires: enchant php81-php-enchant php82-php-enchant php83-php-enchant | Requires: enchant php81-php-enchant php82-php-enchant php83-php-enchant | ||||||
|  | Requires: php81-php-xml php82-php-xml php83-php-xml | ||||||
| Requires: hunspell-en hunspell-en-GB | Requires: hunspell-en hunspell-en-GB | ||||||
| AutoReqProv: no | AutoReqProv: no | ||||||
|   |   | ||||||
| @@ -83,6 +85,9 @@ fi | |||||||
| %attr(755,root,root) /usr/bin/rcplugin_update.sh | %attr(755,root,root) /usr/bin/rcplugin_update.sh | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|  | * Sat Dec 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-4.sme | ||||||
|  | - fix roundcube not working on initial install [SME: 12812] | ||||||
|  |  | ||||||
| * Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-3.sme | * Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-3.sme | ||||||
| - initial version for SME11 [SME: 12617] | - initial version for SME11 [SME: 12617] | ||||||
| - build and require rpm for plugins and skins | - build and require rpm for plugins and skins | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user