From 21df8c916381264c874411bcbda487a36b0c9a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 22 Apr 2022 13:55:28 +0200 Subject: [PATCH] Enable mkpasswd building Resolves: rhbz#2054043 --- whois.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/whois.spec b/whois.spec index eb4242b..7a8d3b4 100644 --- a/whois.spec +++ b/whois.spec @@ -1,5 +1,5 @@ # Package mkpasswd tool -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} < 9 %{bcond_with whois_enables_mkpasswd} %else %{bcond_without whois_enables_mkpasswd} @@ -11,7 +11,7 @@ Name: whois Version: 5.5.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Improved WHOIS client License: GPLv2+ URL: http://www.linux.it/~md/software/ @@ -139,6 +139,9 @@ fi %endif %changelog +* Fri Apr 22 2022 Petr Menšík - 5.5.9-4 +- Enable mkpasswd building (#2054043) + * Tue Aug 10 2021 Mohan Boddu - 5.5.9-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688