Skip to content

Commit

Permalink
Erlang/OTP 26.2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 1, 2024
1 parent e051492 commit 4c3decd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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=26.2.5.4
OTP_RELEASE=26.2.5.5

# Where official Erlang distribution files come from...
OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz
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 26.2.5.4
%global package_ver 26.2.5.4
%global upstream_ver 26.2.5.5
%global package_ver 26.2.5.5
%global package_ver_release 1

# See https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild
Expand Down Expand Up @@ -323,6 +323,9 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Fri Nov 1 2024 Michael Klishin <mikhail.klishinm@broadcom.com> - 26.2.5.5
- Update to Erlang/OTP 26.2.5.5

* Wed Sep 9 2024 Michael Klishin <mikhail.klishinm@broadcom.com> - 26.2.5.4
- Update to Erlang/OTP 26.2.5.4

Expand Down

0 comments on commit 4c3decd

Please sign in to comment.