diff --git a/systemd.spec b/systemd.spec index d45e3d8..5dedbae 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 (9000–9999) %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 - 257-26.alma.1 +* Tue Jun 16 2026 Andrew Lukoshko - 257-27.alma.1 - Debrand for AlmaLinux +* Mon Jun 15 2026 systemd maintenance team - 257-27 +- Do not build efi stub on i686 anymore (RHEL-176073) + * Mon Jun 08 2026 systemd maintenance team - 257-26 - fstab-generator: fix spurious quota warning for xfs (RHEL-169955)