8.8 stable release

This commit is contained in:
Andrew Lukoshko 2023-05-16 14:05:11 +02:00
parent d52b4c2ba5
commit a295ba5122
2 changed files with 9 additions and 6 deletions

View File

@ -195,5 +195,5 @@ enable dbus-daemon.service
# https://bugzilla.redhat.com/show_bug.cgi?id=1967515
enable nfs-client.target
# https://bugzilla.redhat.com/show_bug.cgi?id=2106814
# https://bugzilla.redhat.com/show_bug.cgi?id=2126605
enable clevis-luks-askpass.path

View File

@ -1,14 +1,14 @@
%define debug_package %{nil}
%define product_family AlmaLinux
%define release_name Stone Smilodon
%define release_name Sapphire Caracal
%define contentdir almalinux
%define infra_var stock
%define base_release_version 8
%define full_release_version 8.7
%define full_release_version 8.8
%define dist_release_version 8
%define upstream_rel_long 8.7-0.3
%define upstream_rel 8.7
%define almalinux_rel 3
%define upstream_rel_long 8.8-0.8
%define upstream_rel 8.8
%define almalinux_rel 1
%define dist .el%{dist_release_version}
# The anaconda scripts in %%{_libexecdir} can create false requirements
@ -206,6 +206,9 @@ rm -rf %{buildroot}
%{_prefix}/lib/systemd/system-preset/*
%changelog
* Tue May 16 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8.8-1
- 8.8 stable release
* Sat Nov 19 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7-3
- Fixed ownership of dirs (albz#328)