Enable mkpasswd building

Resolves: rhbz#2054043
This commit is contained in:
Petr Menšík 2022-04-22 13:55:28 +02:00
parent 31c4ec1141
commit 21df8c9163

View File

@ -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 <pemensik@redhat.com> - 5.5.9-4
- Enable mkpasswd building (#2054043)
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.5.9-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688