9.4 stable release
This commit is contained in:
parent
3dbcc69913
commit
0bba30e03d
@ -37,17 +37,46 @@ enable ladvd.service
|
||||
# autostart, but shutdown after 2 mins and socket activated thereafter
|
||||
enable virtqemud.service
|
||||
|
||||
# Compatibility with libvirtd sockets for old clients and expose TCP sockets
|
||||
# Sockets for the services listed above, to support socket activation
|
||||
# after the initial timeout
|
||||
enable virtqemud.socket
|
||||
enable virtqemud-ro.socket
|
||||
enable virtqemud-admin.socket
|
||||
|
||||
# Compatibility with libvirtd sockets for old clients (socket activated
|
||||
# only when required). Note that the -tcp and -tls sockets are kept disabled
|
||||
# by default, as they require additional configuration before they can work
|
||||
enable virtproxyd.socket
|
||||
enable virtproxyd-ro.socket
|
||||
enable virtproxyd-admin.socket
|
||||
|
||||
# Secondary drivers providing supporting functionality to main virtualization
|
||||
# drivers, socket activated only when required
|
||||
# drivers (socket activated only when required)
|
||||
enable virtinterfaced.socket
|
||||
enable virtinterfaced-ro.socket
|
||||
enable virtinterfaced-admin.socket
|
||||
enable virtnetworkd.socket
|
||||
enable virtnetworkd-ro.socket
|
||||
enable virtnetworkd-admin.socket
|
||||
enable virtnodedevd.socket
|
||||
enable virtnodedevd-ro.socket
|
||||
enable virtnodedevd-admin.socket
|
||||
enable virtnwfilterd.socket
|
||||
enable virtnwfilterd-ro.socket
|
||||
enable virtnwfilterd-admin.socket
|
||||
enable virtsecretd.socket
|
||||
enable virtsecretd-ro.socket
|
||||
enable virtsecretd-admin.socket
|
||||
enable virtstoraged.socket
|
||||
enable virtstoraged-ro.socket
|
||||
enable virtstoraged-admin.socket
|
||||
|
||||
# Non-driver support services (socket activated only when required, no
|
||||
# read-only socket)
|
||||
enable virtlogd.socket
|
||||
enable virtlogd-admin.socket
|
||||
enable virtlockd.socket
|
||||
enable virtlockd-admin.socket
|
||||
|
||||
# Storage
|
||||
enable multipathd.service
|
||||
@ -222,6 +251,10 @@ enable low-memory-monitor.service
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2049627
|
||||
enable switcheroo-control.service
|
||||
|
||||
# Enable clevis-luks-askpass.path
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2106811
|
||||
enable clevis-luks-askpass.path
|
||||
|
||||
# Enable kernel-bootcfg-boot-successful.service
|
||||
# RHEL-21816
|
||||
enable kernel-bootcfg-boot-successful.service
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global distro AlmaLinux
|
||||
%global release_name Shamrock Pampas Cat
|
||||
%global release_name Seafoam Ocelot
|
||||
%global major 9
|
||||
%global minor 3
|
||||
%global minor 4
|
||||
|
||||
Name: almalinux-release
|
||||
Version: %{major}.%{minor}
|
||||
@ -333,6 +333,9 @@ install -p -m 0644 %{SOURCE600} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 30 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 9.4-1
|
||||
- 9.4 stable
|
||||
|
||||
* Tue Nov 07 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9.3-1
|
||||
- 9.3 stable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user