Browse Source

change the support url and fallback hostname

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
57f4d14196
  1. 6
      SPECS/systemd.spec

6
SPECS/systemd.spec

@ -785,11 +785,7 @@ CONFIGURE_OPTS=(
-Db_ndebug=false -Db_ndebug=false
-Dman=true -Dman=true
-Dversion-tag=%{version}-%{release} -Dversion-tag=%{version}-%{release}
%if 0%{?fedora}
-Dfallback-hostname=fedora
%else
-Dfallback-hostname=localhost -Dfallback-hostname=localhost
%endif
-Ddefault-dnssec=no -Ddefault-dnssec=no
# https://bugzilla.redhat.com/show_bug.cgi?id=1867830 # https://bugzilla.redhat.com/show_bug.cgi?id=1867830
-Ddefault-mdns=no -Ddefault-mdns=no
@ -800,7 +796,7 @@ CONFIGURE_OPTS=(
-Duserdb=false -Duserdb=false
-Dportabled=false -Dportabled=false
-Dnetworkd=false -Dnetworkd=false
-Dsupport-url=https://access.redhat.com/support -Dsupport-url=https://support.powerel.org/
) )


%if %{without lto} %if %{without lto}

Loading…
Cancel
Save