bump to 1.8

This commit is contained in:
Louis Abel 2022-09-27 10:20:36 -07:00
parent 9983d1a0e9
commit cdfb1e6c55
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
%define distro_code Blue Onyx %define distro_code Blue Onyx
%define major 9 %define major 9
%define minor 1 %define minor 1
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.1} %define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.8}
%define rpm_license BSD-3-Clause %define rpm_license BSD-3-Clause
%define dist .el%{major} %define dist .el%{major}
%define home_url https://rockylinux.org/ %define home_url https://rockylinux.org/
@ -39,7 +39,7 @@
# #
# Reset defines for LookAhead variant. Default is stable if 0 or undefined. # Reset defines for LookAhead variant. Default is stable if 0 or undefined.
%if %{with rllookahead} %if %{with rllookahead}
%define minor 1 %define minor 2
%define contentdir pub/rocky-lh %define contentdir pub/rocky-lh
%define rltype -lookahead %define rltype -lookahead
%define rlstatement LookAhead %define rlstatement LookAhead
@ -425,6 +425,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
%{_datadir}/pki/sb-certs/* %{_datadir}/pki/sb-certs/*
%changelog %changelog
* Fri Sep 30 2022 Louis Abel <label@rockylinux.org> - 9.1-1.8
- Bump release version to match upstream
* Wed Sep 07 2022 Louis Abel <label@rockylinux.org> - 9.1-1.1 * Wed Sep 07 2022 Louis Abel <label@rockylinux.org> - 9.1-1.1
- Bump main version and prepare for upcoming beta - Bump main version and prepare for upcoming beta