* `debian-jessie` for Debian 8
* `ubuntu-bionic` for Ubuntu 18.04
* `ubuntu-focal` for Ubuntu 20.04
- * `rocky` for Rocky 8 (experimental)
- * `rhel` for RedHat Enterprise Linux 8 (Experimental)
+ * `rocky-8` for Rocky 8 (experimental)
+ * `rhel-8` for RedHat Enterprise Linux 8 (Experimental)
Patches and suggestions for improvement from users of these distributions,
or others, are welcome!
# - or -
# make -f Makefile.install fedora
# - or -
-# make -f Makefile.install rocky
+# make -f Makefile.install rocky-8
# - or -
-# make -f Makefile.install rhel
+# make -f Makefile.install rhel-8
#
# ---------------------------------------------------------------------
FEDORA_YUM_TOOL=dnf -y
ROCKY_YUM_TOOL=dnf -y
RHEL_YUM_TOOL=yum -y
-EJABBERD_VERSION=20.01
+EJABBERD_VERSION=21.07
EJABBERD_URL=https://www.process-one.net/downloads/downloads-action.php?file=/$(EJABBERD_VERSION)
EJABBERD_RPM=ejabberd-$(EJABBERD_VERSION)-0.x86_64.rpm
generic_debian: install_debs
fedora: install_rpms_fedora install_extra_rpms_fedora
-rocky: install_powertools_rocky install_epel_rocky install_rpms_rhel install_cpan_modules_rhel install_ejabberd
-rhel: enable_builder_repo_rhel install_epel_rhel install_rpms_rhel install_cpan_modules_rhel install_ejabberd
+rocky-8: install_powertools_rocky install_epel_rocky install_rpms_rhel install_cpan_modules_rhel install_ejabberd
+rhel-8: enable_builder_repo_rhel install_epel_rhel install_rpms_rhel install_cpan_modules_rhel install_ejabberd
ubuntu-bionic: generic_ubuntu
ubuntu-focal: generic_ubuntu