From d4541a8fa265797436aebf709e458a1836e412aa Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 6 Apr 2021 17:38:10 +0200 Subject: [PATCH] Add missing configure option Resolves: rhbz#1889386 --- realmd.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/realmd.spec b/realmd.spec index be416dd..91ac1e8 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,6 +1,6 @@ Name: realmd Version: 0.17.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Kerberos realm enrollment service License: LGPLv2+ URL: https://gitlab.freedesktop.org/realmd/realmd @@ -49,7 +49,12 @@ applications that use %{name}. %build autoreconf -fi -%configure --disable-silent-rules +%configure --disable-silent-rules \ +%if 0%{?rhel} + --with-vendor-error-message='Please check\n https://red.ht/support_rhel_ad \nto get help for common issues.' \ +%endif + %{nil} + make %{?_smp_mflags} %check @@ -80,6 +85,10 @@ make install DESTDIR=%{buildroot} %doc ChangeLog %changelog +* Tue Apr 06 2021 Sumit Bose - 0.17.0-5 +- Add missing configure option + Resolves: rhbz#1889386 + * Tue Apr 06 2021 Sumit Bose - 0.17.0-4 - Add vendor error message, autoconf-2.71 fixes, downstream gating Resolves: rhbz#1889386