Skip to content

Commit

Permalink
Erlang/OTP 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 11, 2024
1 parent 3160e03 commit cab5524
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions erlang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -322,6 +322,9 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Web Dec 11 2024 Michael Klishin <[email protected]> - 27.2
- Update to Erlang/OTP 27.2

* Fri Dec 6 2024 Michael Klishin <[email protected]> - 27.1.3
- Update to Erlang/OTP 27.1.3

Expand Down

0 comments on commit cab5524

Please sign in to comment.