systemd-257-21

Resolves: RHEL-113051
This commit is contained in:
Jan Macku 2025-12-17 13:34:09 +01:00
parent c5944435d4
commit 31198b3404

View File

@ -48,7 +48,7 @@ Url: https://systemd.io
# Allow users to specify the version and release when building the rpm by
# setting the %%version_override and %%release_override macros.
Version: %{?version_override}%{!?version_override:257}
Release: 20%{?dist}
Release: 21%{?dist}
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
@ -1152,6 +1152,7 @@ CONFIGURE_OPTS=(
-Dvideo-gid=39
-Daudio-gid=63
-Dusers-gid=100
-Dclock-gid=103
-Dinput-gid=104
-Drender-gid=105
-Dsgx-gid=106
@ -1558,6 +1559,9 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Wed Dec 17 2025 systemd maintenance team <systemd-maint@redhat.com> - 257-21
- add GUID for clock group (RHEL-113051)
* Thu Nov 27 2025 systemd maintenance team <systemd-maint@redhat.com> - 257-20
- tools/check-version-history: avoid DeprecationWarning with newer lxml (RHEL-128767)
- man: don't duplicate version in History section (RHEL-128767)