From 519e6ee319c76a598fa09844a11461a091cb0e59 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 17 Oct 2022 15:49:17 +0300 Subject: [PATCH] Disable bootstrap mode forgotten on 5.4 rebase Bootstrap was (necessarily) enabled when rebasing to 5.4 in commit 627e03f46285a2858ec0466adf565cacbe0ad5c2, but forgotten to disable once done. We don't want to ship an insecure liblua version even if nothing actually links to it... --- lua.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lua.spec b/lua.spec index 1df3bbb..f7148f8 100644 --- a/lua.spec +++ b/lua.spec @@ -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}.6 @@ -14,7 +14,7 @@ Name: lua Version: %{major_version}.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Powerful light-weight programming language License: MIT URL: https://www.lua.org/ @@ -222,6 +222,9 @@ popd %{_libdir}/*.a %changelog +* Mon Oct 17 2022 Panu Matilainen - 5.4.4-5 +- Disable bootstrap mode forgotten on 5.4 rebase + * Thu Jul 21 2022 Fedora Release Engineering - 5.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild