Make the cracklib-dicts dependency weak
(given the optionality of the dictionary check (#1323175))
This commit is contained in:
parent
47e483301f
commit
f55b31e77e
@ -1,7 +1,7 @@
|
||||
Summary: A library for password generation and password quality checking
|
||||
Name: libpwquality
|
||||
Version: 1.3.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# The package is BSD licensed with option to relicense as GPLv2+
|
||||
# - this option is redundant as the BSD license allows that anyway.
|
||||
License: BSD or GPLv2+
|
||||
@ -13,7 +13,7 @@ Patch1: libpwquality-1.3.0-generate-overflow.patch
|
||||
%global _moduledir %{_libdir}/security
|
||||
%global _secconfdir %{_sysconfdir}/security
|
||||
|
||||
Requires: cracklib-dicts >= 2.8
|
||||
Recommends: cracklib-dicts >= 2.8
|
||||
Requires: pam%{?_isa}
|
||||
BuildRequires: cracklib-devel
|
||||
BuildRequires: gettext
|
||||
@ -151,6 +151,10 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
|
||||
%{python3_sitearch}/*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2016 Tomáš Mráz <tmraz@redhat.com> 1.3.0-5
|
||||
- Make the cracklib-dicts dependency weak - given the optionality
|
||||
of the dictionary check (#1323175)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user