From fb1b950b322f7419e68a2489931f435b295e3e21 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 27 Oct 2021 13:27:04 -0400 Subject: [PATCH] add release qualifier --- README | 4 ++-- src/extras/Makefile.install | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index ecea032..b25c2c1 100644 --- a/README +++ b/README @@ -69,8 +69,8 @@ Well-tested values for 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! diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 4242448..e21535d 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -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 -- 2.11.0