Disable bootstrap mode forgotten on 5.4 rebase
Bootstrap was (necessarily) enabled when rebasing to 5.4 in commit
627e03f462
, but forgotten to disable
once done. We don't want to ship an insecure liblua version even if
nothing actually links to it...
This commit is contained in:
parent
f08586b17f
commit
519e6ee319
7
lua.spec
7
lua.spec
@ -4,7 +4,7 @@
|
|||||||
# If you are incrementing major_version, enable bootstrapping and adjust accordingly.
|
# 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
|
# Version should be the latest prior build. If you don't do this, RPM will break and
|
||||||
# everything will grind to a halt.
|
# everything will grind to a halt.
|
||||||
%global bootstrap 1
|
%global bootstrap 0
|
||||||
%global bootstrap_major_version 5.3
|
%global bootstrap_major_version 5.3
|
||||||
%global bootstrap_version %{bootstrap_major_version}.6
|
%global bootstrap_version %{bootstrap_major_version}.6
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: lua
|
Name: lua
|
||||||
Version: %{major_version}.4
|
Version: %{major_version}.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Powerful light-weight programming language
|
Summary: Powerful light-weight programming language
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.lua.org/
|
URL: https://www.lua.org/
|
||||||
@ -222,6 +222,9 @@ popd
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 17 2022 Panu Matilainen <pmatilai@redhat.com> - 5.4.4-5
|
||||||
|
- Disable bootstrap mode forgotten on 5.4 rebase
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.4-4
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user