bump to 9.3

This commit is contained in:
Louis Abel 2023-03-29 10:23:51 -07:00
parent fa84f52f32
commit c5eca25bbd
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 6 additions and 3 deletions

View File

@ -19,8 +19,8 @@
%define distro_name Rocky Linux
%define distro_code Blue Onyx
%define major 9
%define minor 2
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.2}
%define minor 3
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.1}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
%define home_url https://rockylinux.org/
@ -39,7 +39,7 @@
#
# Reset defines for LookAhead variant. Default is stable if 0 or undefined.
%if %{with rllookahead}
%define minor 2
%define minor 3
%define contentdir pub/rocky-lh
%define rltype -lookahead
%define rlstatement LookAhead
@ -426,6 +426,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
%{_datadir}/pki/sb-certs/*
%changelog
* Wed Mar 29 2023 Louis Abel <label@rockylinux.org> - 9.3-1.1
- Bump main version to 9.3
* Wed Jan 01 2023 Louis Abel <label@rockylinux.org> - 9.2-1.2
- Move macros.dist to a proper location