* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-2.sme

- initial version for SME11 [SME: 12617]
- build and require rpm for plugins and skins
This commit is contained in:
2024-09-20 00:32:01 -04:00
parent 8a2ffdf6c5
commit dcda8fd6f2
3 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
%define name smeserver-roundcube
%define version 1.6
%define release 1
%define release 2
Summary: smserver rpm to setup roundcube, an IMAP mail client
Name: %{name}
@@ -35,7 +35,7 @@ Requires: roundcube-skin-classic
Requires: roundcube-plugin-nextcloud_attachments
Requires: roundcube-plugin-globaladdressbook
Requires: roundcube-plugin-contextmenu
Requires: php-sabre-dav php-sabre-event php-sabre-http php-sabre-uri2 php-sabre-vobject4444 php-sabre-xml2
Requires: php-sabre-dav php-sabre-event php-sabre-http php-sabre-uri2 php-sabre-vobject4 php-sabre-xml2
AutoReqProv: no
%description
@@ -80,11 +80,9 @@ fi
%attr(755,root,root) /usr/bin/rcplugin_update.sh
%changelog
* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-1.sme
- initial version for SME11 [SME: ]
* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-2.sme
- initial version for SME11 [SME: 12617]
- build and require rpm for plugins and skins
- TODO: allow custom server IMAP/SMTP
- TODO: Install deps without symphony
* Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-24.sme
- fix temp event not ending because of interactive install of plugin [SME: 12530]