From cab5524ed43fb644803b49c467686f85a6d15fcf Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 11 Dec 2024 11:55:01 -0500 Subject: [PATCH 1/3] Erlang/OTP 27.2 --- Makefile | 2 +- README.md | 2 +- erlang.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d170bfd..b512723 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FINAL_OUTPUT_DIR=FINAL_RPMS -OTP_RELEASE=27.1.3 +OTP_RELEASE=27.2 # Where official Erlang distribution files come from... OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz diff --git a/README.md b/README.md index e56dea4..76f39b0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ aarch64 hosts. See the **Building from Source** section below. * RHEL 8.10 and later (the versions [covered by full support](https://access.redhat.com/support/policy/updates/errata)) * CentOS Stream 9 - * Fedora 39 or later + * Fedora 40 or later * Rocky Linux 8.10 and 9.4 (the [most recent maintained](https://wiki.rockylinux.org/rocky/version/) 8.x and 9.x series) * Alma Linux 8.10 and 9.4 (the [most recent maintained](https://wiki.almalinux.org/release-notes/) 8.x and 9.x series) * Amazon Linux 2023 diff --git a/erlang.spec b/erlang.spec index d03bd87..762674f 100644 --- a/erlang.spec +++ b/erlang.spec @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -%global upstream_ver 27.1.3 -%global package_ver 27.1.3 +%global upstream_ver 27.2 +%global package_ver 27.2 %global package_ver_release 1 # See https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild @@ -322,6 +322,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Web Dec 11 2024 Michael Klishin - 27.2 +- Update to Erlang/OTP 27.2 + * Fri Dec 6 2024 Michael Klishin - 27.1.3 - Update to Erlang/OTP 27.1.3 From d1bc6f9a49c78a9bca0d47bc04f508eddd6faba6 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 11 Dec 2024 15:00:25 -0500 Subject: [PATCH 2/3] erlang.spec: fix a change log date --- erlang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang.spec b/erlang.spec index 762674f..ba08aad 100644 --- a/erlang.spec +++ b/erlang.spec @@ -322,7 +322,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Web Dec 11 2024 Michael Klishin - 27.2 +* Wed Dec 11 2024 Michael Klishin - 27.2 - Update to Erlang/OTP 27.2 * Fri Dec 6 2024 Michael Klishin - 27.1.3 From f5bc132df6f2dc42d5c23425efda5e77b27dfba2 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 11 Dec 2024 19:57:25 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f39b0..3c3dd6d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ of these packages are produced on Rocky Linux 8.10+ from July 2024 and onwards. [Team RabbitMQ stopped supporting CentOS 7](https://blog.rabbitmq.com/posts/2022/04/centos-7-support-discontinued/) in May 2022. -Erlang [27.1.3](https://github.com/rabbitmq/erlang-rpm/releases/tag/v27.1.3), [26.2.5.6](https://github.com/rabbitmq/erlang-rpm/releases/tag/v26.2.5.6) and [25.3.2.15](https://github.com/rabbitmq/erlang-rpm/releases/tag/v25.3.2.16) +Erlang [27.2](https://github.com/rabbitmq/erlang-rpm/releases/tag/v27.2), [26.2.5.6](https://github.com/rabbitmq/erlang-rpm/releases/tag/v26.2.5.6) and [25.3.2.16](https://github.com/rabbitmq/erlang-rpm/releases/tag/v25.3.2.16) include one-off CentOS 7 packages statically linked against OpenSSL 1.1.x. Regular CentOS 7 and Amazon Linux 2 builds were produced up to [Erlang 23.3.4.18](https://github.com/rabbitmq/erlang-rpm/releases/tag/v23.3.4.18).