From f55b31e77e278eb35d5c4e27ce46220d706f7bbc Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 11 Apr 2016 16:43:16 +0200 Subject: [PATCH] Make the cracklib-dicts dependency weak (given the optionality of the dictionary check (#1323175)) --- libpwquality.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libpwquality.spec b/libpwquality.spec index baa1d7d..e694665 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -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 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 - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild