diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 981436fda..3463e262f 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -165,7 +165,7 @@ The following operating systems are currently supported by SOGo: * Red Hat Enterprise Linux (RHEL) Server 7, 8 and 9 * Community ENTerprise Operating System (CentOS) 7, 8 and 9 * Debian GNU/Linux 7.0 (Wheezy), 8.0 (Jessie), 9.0 (Stretch), 10 (Buster), 11 (Bullseye) and 12 (Bookworm) -* Ubuntu 14.04 (Trusty), 16.04 (Xenial), 18.04 (Bionic), 20.04 (Focal) and 22.04 (Jammy) +* Ubuntu 14.04 (Trusty), 16.04 (Xenial), 18.04 (Bionic), 20.04 (Focal), 22.04 (Jammy) and 24.04 (Noble) Make sure the required components are started automatically at boot time and that they are running before proceeding with the SOGo configuration. diff --git a/packaging/debian/rules b/packaging/debian/rules index 56fad435c..d8cf5c00c 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -68,6 +68,11 @@ ifeq ($(DIST_CODENAME), jammy) MFA_CONFIG=--enable-mfa endif +# Ubuntu 24.04 +ifeq ($(DIST_CODENAME), noble) +MFA_CONFIG=--enable-mfa +endif + include /etc/GNUstep/GNUstep.conf include /usr/share/GNUstep/Makefiles/common.make