add release qualifier user/csharp/rocky_8_support
authorChris Sharp <csharp@georgialibraries.org>
Wed, 27 Oct 2021 17:27:04 +0000 (13:27 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 27 Oct 2021 17:27:04 +0000 (13:27 -0400)
README
src/extras/Makefile.install

diff --git a/README b/README
index ecea032..b25c2c1 100644 (file)
--- a/README
+++ b/README
@@ -69,8 +69,8 @@ Well-tested values for <osname> include:
   * `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!
index 4242448..e21535d 100644 (file)
@@ -22,9 +22,9 @@
 #      - 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
 #
 # ---------------------------------------------------------------------
 
@@ -38,7 +38,7 @@ APT_TOOL=apt-get -yq
 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
 
@@ -234,8 +234,8 @@ jessie: install_extra_debs_jessie debian_sys_config
 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