Debrand for AlmaLinux
This commit is contained in:
parent
4203851b1e
commit
e393a8bf84
@ -48,7 +48,7 @@ Url: https://systemd.io
|
|||||||
# Allow users to specify the version and release when building the rpm by
|
# Allow users to specify the version and release when building the rpm by
|
||||||
# setting the %%version_override and %%release_override macros.
|
# setting the %%version_override and %%release_override macros.
|
||||||
Version: %{?version_override}%{!?version_override:256}
|
Version: %{?version_override}%{!?version_override:256}
|
||||||
Release: 15%{?dist}
|
Release: 15%{?dist}.alma.1
|
||||||
|
|
||||||
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
|
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
|
||||||
|
|
||||||
@ -760,12 +760,12 @@ CONFIGURE_OPTS=(
|
|||||||
-Ddefault-llmnr=no
|
-Ddefault-llmnr=no
|
||||||
-Ddns-over-tls=openssl
|
-Ddns-over-tls=openssl
|
||||||
-Dntp-servers=
|
-Dntp-servers=
|
||||||
-Dsupport-url=https://access.redhat.com/support
|
-Dsupport-url=https://wiki.almalinux.org/Help-and-Support
|
||||||
-Dlibidn=disabled
|
-Dlibidn=disabled
|
||||||
-Dgnutls=disabled
|
-Dgnutls=disabled
|
||||||
-Ddefault-compression=zstd
|
-Ddefault-compression=zstd
|
||||||
# https://issues.redhat.com/browse/RHEL-16810
|
# https://issues.redhat.com/browse/RHEL-16810
|
||||||
-Dsbat-distro-url=mailto:secalert@redhat.com
|
-Dsbat-distro-url=mailto:security@almalinux.org
|
||||||
-Dsshconfdir=no
|
-Dsshconfdir=no
|
||||||
-Dsshdconfdir=no
|
-Dsshdconfdir=no
|
||||||
-Duserdb=false
|
-Duserdb=false
|
||||||
@ -1132,6 +1132,9 @@ rm -f .file-list-*
|
|||||||
rm -f %{name}.lang
|
rm -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 22 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 256-15.alma.1
|
||||||
|
- Debrand for AlmaLinux
|
||||||
|
|
||||||
* Tue Oct 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-15
|
* Tue Oct 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-15
|
||||||
- ci: rename beta branch to match dist-git name (RHEL-57603)
|
- ci: rename beta branch to match dist-git name (RHEL-57603)
|
||||||
- udev: Handle PTP device symlink properly on udev action 'change' (RHEL-59871)
|
- udev: Handle PTP device symlink properly on udev action 'change' (RHEL-59871)
|
||||||
|
Loading…
Reference in New Issue
Block a user