- Update to release 1.28
OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=17
This commit is contained in:
parent
c1ad4075ea
commit
1dbfd88c6c
@ -1,5 +1,5 @@
|
|||||||
gromox (1.13-0) unstable; urgency=low
|
gromox (1.28) unstable; urgency=low
|
||||||
|
|
||||||
* Initial package.
|
* Initial package.
|
||||||
|
|
||||||
-- Gromox <null@gromox.com> Mon, 25 Jan 2021 10:00:00 +0100
|
-- Gromox <null@gromox.com> Mon, 25 Jul 2022 16:24:00 +0200
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYqYHDQAKCRD3bv5dDCI6
|
|
||||||
j/W+AP9dwWqT+xIxPTjHdq/39NM7Tk6e6hncbXbAliAM/q/Z2wEA+3+Ng8ZenMxt
|
|
||||||
Ex4G61wv3RA/GpKl6TVB34i3lM55Owg=
|
|
||||||
=DT5n
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b037d5708acc180b6ab40936fa6bffceee16c7d23328a6c9270b85a5d1b78c3e
|
|
||||||
size 1316288
|
|
7
gromox-1.28.tar.asc
Normal file
7
gromox-1.28.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYt6mWAAKCRD3bv5dDCI6
|
||||||
|
j+gMAPoDDzRwuHZEmyDkoXtTs6Juhx2r9mn2D6iUq0Gmdw5K4AD/ccuhAehyNmRw
|
||||||
|
xOa32D5+mLiNKobFVSbzwpZukc28+w4=
|
||||||
|
=5hgg
|
||||||
|
-----END PGP SIGNATURE-----
|
3
gromox-1.28.tar.xz
Normal file
3
gromox-1.28.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b449561791bad195574cc9243d60ba27b9349c4373bea2408bf40cd985f26a43
|
||||||
|
size 1319980
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 25 16:45:33 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.28
|
||||||
|
* freebusy: do not publicize private recurrence exceptions
|
||||||
|
* Delayed Sending had left messages in Outbox
|
||||||
|
* emsmdb: the contact folder list erroneously rejected sort
|
||||||
|
requests that grouped and sorted by the same column
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 12 21:49:52 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jun 12 21:49:52 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
10
gromox.spec
10
gromox.spec
@ -19,7 +19,7 @@
|
|||||||
%define _libexecdir %_prefix/libexec
|
%define _libexecdir %_prefix/libexec
|
||||||
|
|
||||||
Name: gromox
|
Name: gromox
|
||||||
Version: 1.25
|
Version: 1.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
|
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
|
||||||
License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later
|
License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later
|
||||||
@ -61,6 +61,7 @@ BuildRequires: pkgconfig(sqlite3)
|
|||||||
BuildRequires: pkgconfig(tinyxml2) >= 8
|
BuildRequires: pkgconfig(tinyxml2) >= 8
|
||||||
BuildRequires: pkgconfig(vmime) >= 0.9.2
|
BuildRequires: pkgconfig(vmime) >= 0.9.2
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
BuildRequires: user(grommunio)
|
||||||
BuildRequires: user(gromox)
|
BuildRequires: user(gromox)
|
||||||
Requires: php-cli >= 7.4
|
Requires: php-cli >= 7.4
|
||||||
Requires: php-fpm
|
Requires: php-fpm
|
||||||
@ -72,6 +73,7 @@ Requires: php-mysqlnd
|
|||||||
%endif
|
%endif
|
||||||
Requires: php-soap
|
Requires: php-soap
|
||||||
Requires: w3m
|
Requires: w3m
|
||||||
|
Requires(pre): user(grommunio)
|
||||||
Requires(pre): user(gromox)
|
Requires(pre): user(gromox)
|
||||||
Requires(pre): group(gromox)
|
Requires(pre): group(gromox)
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
@ -222,11 +224,9 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%_sysconfdir/php*
|
%_sysconfdir/php*
|
||||||
# Somehow need to give grommunio-admin-api write permissions.
|
# Group write permission is exercised by grommunio-admin-api.
|
||||||
# RPM probably does not do ACL well (if at all).
|
|
||||||
# Services use ProtectSystem=, so it's ok to have g+w for grommunio-admin-api.
|
|
||||||
# pam.cfg needs to be readable by all
|
# pam.cfg needs to be readable by all
|
||||||
%attr(0775,root,gromox) %dir %_sysconfdir/%name/
|
%attr(0775,root,grommunio) %dir %_sysconfdir/%name/
|
||||||
%_sbindir/gromox-*
|
%_sbindir/gromox-*
|
||||||
%_libdir/*.so.*
|
%_libdir/*.so.*
|
||||||
%_libdir/%name/
|
%_libdir/%name/
|
||||||
|
Loading…
Reference in New Issue
Block a user