From 57f4d14196ea1dc12ceb01b0e9a5ee391112dba7 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sun, 20 Nov 2022 14:57:52 +0100 Subject: [PATCH] change the support url and fallback hostname Signed-off-by: Toshaan Bharvani --- SPECS/systemd.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec index 9b0fefb..e74fbd6 100644 --- a/SPECS/systemd.spec +++ b/SPECS/systemd.spec @@ -785,11 +785,7 @@ CONFIGURE_OPTS=( -Db_ndebug=false -Dman=true -Dversion-tag=%{version}-%{release} -%if 0%{?fedora} - -Dfallback-hostname=fedora -%else -Dfallback-hostname=localhost -%endif -Ddefault-dnssec=no # https://bugzilla.redhat.com/show_bug.cgi?id=1867830 -Ddefault-mdns=no @@ -800,7 +796,7 @@ CONFIGURE_OPTS=( -Duserdb=false -Dportabled=false -Dnetworkd=false - -Dsupport-url=https://access.redhat.com/support + -Dsupport-url=https://support.powerel.org/ ) %if %{without lto}