mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-25 09:45:50 +01:00
Remove dependency on php-imap
This commit is contained in:
parent
89fa9b3da6
commit
5890e801ce
@ -1,6 +1,6 @@
|
|||||||
Name: nextcloud
|
Name: nextcloud
|
||||||
Version: 21.0.0
|
Version: 21.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Private file sync and share server
|
Summary: Private file sync and share server
|
||||||
License: AGPLv3+ and MIT and BSD and ASL 2.0 and WTFPL and CC-BY-SA and GPLv3+ and Adobe
|
License: AGPLv3+ and MIT and BSD and ASL 2.0 and WTFPL and CC-BY-SA and GPLv3+ and Adobe
|
||||||
URL: http://nextcloud.com
|
URL: http://nextcloud.com
|
||||||
@ -71,7 +71,6 @@ Requires: php-zip
|
|||||||
Requires: php-filter
|
Requires: php-filter
|
||||||
Requires: php-ldap
|
Requires: php-ldap
|
||||||
Requires: php-smbclient
|
Requires: php-smbclient
|
||||||
Requires: php-imap
|
|
||||||
Requires: php-gmp
|
Requires: php-gmp
|
||||||
Requires: php-process
|
Requires: php-process
|
||||||
Requires: php-pecl-imagick
|
Requires: php-pecl-imagick
|
||||||
@ -502,6 +501,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 24 2021 Christopher Engelhard <ce@lcts.de> - 21.0.0-2
|
||||||
|
- Drop dependency on php-imap. Fixes RHBZ #1933023
|
||||||
|
|
||||||
* Wed Feb 24 2021 Christopher Engelhard <ce@lcts.de> - 21.0.0-1
|
* Wed Feb 24 2021 Christopher Engelhard <ce@lcts.de> - 21.0.0-1
|
||||||
- Update to 21.0.0
|
- Update to 21.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user