Debrand for AlmaLinux

This commit is contained in:
Andrew Lukoshko 2026-06-16 04:02:55 +00:00 committed by root
commit b704b9f0d7

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: 26%{?dist}.alma.1
Release: 27%{?dist}.alma.1
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
@ -796,7 +796,7 @@ Patch0682: 0682-fstab-generator-fix-spurious-quota-warning-for-xfs.patch
# Downstream-only patches (90009999)
%endif
%ifarch %{ix86} x86_64 aarch64 riscv64
%ifarch x86_64 aarch64 riscv64
%global want_bootloader 1
%endif
@ -1743,9 +1743,12 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Thu Jun 11 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 257-26.alma.1
* Tue Jun 16 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 257-27.alma.1
- Debrand for AlmaLinux
* Mon Jun 15 2026 systemd maintenance team <systemd-maint@redhat.com> - 257-27
- Do not build efi stub on i686 anymore (RHEL-176073)
* Mon Jun 08 2026 systemd maintenance team <systemd-maint@redhat.com> - 257-26
- fstab-generator: fix spurious quota warning for xfs (RHEL-169955)