List cracklib-dicts also in BuildRequires

As it's required for running some of the tests.
This commit is contained in:
Sergio Correia 2020-05-07 15:29:36 -03:00
parent da1cc2c84c
commit 01ab2d45ee

View File

@ -2,7 +2,7 @@
Name: clevis
Version: 12
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Automated decryption framework
License: GPLv3+
@ -28,6 +28,7 @@ BuildRequires: systemd
BuildRequires: dracut
BuildRequires: tang >= 6
BuildRequires: curl
BuildRequires: cracklib-dicts
BuildRequires: luksmeta
BuildRequires: openssl
@ -161,6 +162,10 @@ exit 0
%attr(4755, root, root) %{_libexecdir}/%{name}-luks-udisks2
%changelog
* Thu May 07 2020 Sergio Correia <scorreia@redhat.com> - 12.4
- cracklib-dicts should be also listed as a build dependency, since
it's required for running some of the tests
* Mon Apr 06 2020 Sergio Correia <scorreia@redhat.com> - 12-3
- Make cracklib-dicts a regular dependency