Debrand for AlmaLinux

This commit is contained in:
Andrew Lukoshko 2025-12-19 04:09:10 +00:00 committed by root
commit f6f1507338

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}.alma.1
Release: 21%{?dist}.alma.1
%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,9 +1559,12 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Sat Nov 29 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 257-20.alma.1
* Fri Dec 19 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 257-21.alma.1
- Debrand for AlmaLinux
* 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)