From 68eae92d2dc257e928d548a14b6be1a177741d5d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 21 Apr 2017 15:30:29 -0400 Subject: [PATCH] (doc) Exclude GNUstep packages from EPEL --- Documentation/SOGoInstallationGuide.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 0db3e7d92..9c4ab0434 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -238,6 +238,14 @@ sources, install the following package: rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ---- +SOGo relies on the GNUstep packages provided by Inverse and must not used the +packages from EPEL. Adjust the repository definition to exclude those packages: + +---- +sed -i '/enabled=1/a \ +exclude=gnustep*' /etc/yum.repos.d/epel.repo +---- + For more information on EPEL, visit http://fedoraproject.org/wiki/EPEL/. Software Installation