Disable bootstrapping

This commit is contained in:
Florian Festi 2023-01-24 13:15:02 +01:00 committed by Stepan Oksanichenko
parent 567c849b4c
commit 43f71c33b8
2 changed files with 8 additions and 2 deletions

3
.lua.metadata Normal file
View File

@ -0,0 +1,3 @@
112eb10ff04d1b4c9898e121d6bdf54a81482447 lua-5.3.5.tar.gz
03c27684b9d5d9783fb79a7c836ba1cdc5f309cd lua-5.4.4.tar.gz
062af7753cd387eea23052fbcad26616a48acadc lua-5.4.4-tests.tar.gz

View File

@ -4,7 +4,7 @@
# If you are incrementing major_version, enable bootstrapping and adjust accordingly.
# Version should be the latest prior build. If you don't do this, RPM will break and
# everything will grind to a halt.
%global bootstrap 1
%global bootstrap 0
%global bootstrap_major_version 5.3
%global bootstrap_version %{bootstrap_major_version}.5
@ -14,7 +14,7 @@
Name: lua
Version: %{major_version}.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Powerful light-weight programming language
License: MIT
URL: http://www.lua.org/
@ -213,6 +213,9 @@ popd
%{_libdir}/*.a
%changelog
* Mon Apr 17 2023 Florian Festi <ffesti@redhat.com> - 5.4.4-4
- Disable bootstrap mode forgotten on 5.4 rebase (#2135419)
* Fri Feb 03 2023 Florian Festi <ffesti@redhat.com> - 5.4.4-3
- Apply upstream patch for CVE-2022-28805