- Sync presets with upstream

- Bump version for 9.4 Beta
i9-beta changed/i9-beta/sphere-release-9.4-0.1.el9
Arkady L. Shane 9 months ago
parent ac289ab2ca
commit ceffc70da2
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -20,3 +20,6 @@ enable pipewire-media-session.service
# https://bugzilla.redhat.com/show_bug.cgi?id=2022717
enable wireplumber.service
# https://bugzilla.redhat.com/show_bug.cgi?id=2181984
enable obex.service

@ -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
@ -224,3 +253,4 @@ enable switcheroo-control.service
# https://bugzilla.redhat.com/show_bug.cgi?id=2106811
enable clevis-luks-askpass.path

@ -2,11 +2,11 @@
# define MSVSphere products
%global release_name Server ARM Cinnamon KDE XFCE
%global major 9
%global minor 3
%global minor 4
Name: sphere-release
Version: %{major}.%{minor}
Release: 3%{?dist}
Release: 0.1%{?dist}
Summary: %{distro} release files
License: GPLv2
URL: https://msvsphere-os.ru
@ -559,6 +559,10 @@ fi
%changelog
* Tue Apr 2 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.4-0.1
- Sync presets with upstream
- Bump version for 9.4 Beta
* Tue Mar 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.3-3
- Remove redhat-release-server and redhat-release-eula
- Remove /usr/share/redhat-release at first install

Loading…
Cancel
Save