#50385 Issue 50384 - Missing dependency: cracklib-dicts
Closed 3 years ago by spichugi. Opened 4 years ago by vashirov.
vashirov/389-ds-base add-missing-dep  into  master

file modified
+2
@@ -169,6 +169,8 @@ 

  # Needed by logconv.pl

  Requires:         perl-DB_File

  Requires:         perl-Archive-Tar

+ # Needed for password dictionary checks

+ Requires:         cracklib-dicts

  # Picks up our systemd deps.

  %{?systemd_requires}

  

Bug Description:
passwordDictCheck relies on cracklib and uses a default dictionary
provided by cracklib-dicts, but we don't depend on it.

Fix Description:
Add missing dependency for cracklib-dicts

Fixes https://pagure.io/389-ds-base/issue/50384

Reviewed by: ???

Pull-Request has been merged by mreynolds

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3443

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata