From e393a8bf841dd217a83a54ba6028c5ca33033372 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 22 Oct 2024 15:12:20 +0000 Subject: [PATCH] Debrand for AlmaLinux --- systemd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index af1c0e1..4d84d38 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:256} -Release: 15%{?dist} +Release: 15%{?dist}.alma.1 %global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?) @@ -760,12 +760,12 @@ CONFIGURE_OPTS=( -Ddefault-llmnr=no -Ddns-over-tls=openssl -Dntp-servers= - -Dsupport-url=https://access.redhat.com/support + -Dsupport-url=https://wiki.almalinux.org/Help-and-Support -Dlibidn=disabled -Dgnutls=disabled -Ddefault-compression=zstd # https://issues.redhat.com/browse/RHEL-16810 - -Dsbat-distro-url=mailto:secalert@redhat.com + -Dsbat-distro-url=mailto:security@almalinux.org -Dsshconfdir=no -Dsshdconfdir=no -Duserdb=false @@ -1132,6 +1132,9 @@ rm -f .file-list-* rm -f %{name}.lang %changelog +* Tue Oct 22 2024 Andrew Lukoshko - 256-15.alma.1 +- Debrand for AlmaLinux + * Tue Oct 15 2024 systemd maintenance team - 256-15 - ci: rename beta branch to match dist-git name (RHEL-57603) - udev: Handle PTP device symlink properly on udev action 'change' (RHEL-59871)