Browse Source

change the support url and fallback hostname

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

6
SPECS/systemd.spec

@ -785,11 +785,7 @@ CONFIGURE_OPTS=( @@ -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=( @@ -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}

Loading…
Cancel
Save