From 57c3c940caaed21c346260a8395c2a8537746cef Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 30 Aug 2022 17:12:49 +0530 Subject: [PATCH] As -dicts subpackage installs files under %{_libdir} path it should not be noarch this fixes FTBFS on F37+ --- cracklib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index d0dd0cc..62677f5 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -5,7 +5,7 @@ Summary: A password-checking library Name: cracklib Version: 2.9.7 -Release: 29%{?dist} +Release: 30%{?dist} Source0: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-%{version}.tar.gz Source1: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-words-%{version}.gz @@ -66,7 +66,6 @@ for compiling applications which use cracklib. Summary: The standard CrackLib dictionaries BuildRequires: words >= 2-13 BuildRequires: make -BuildArch: noarch Requires: cracklib = %{version}-%{release} %description dicts @@ -172,6 +171,10 @@ make test DESTDIR=$RPM_BUILD_ROOT %{_sbindir}/mkdict %changelog +* Tue Aug 30 2022 Parag Nemade - 2.9.7-30 +- As -dicts subpackage installs files under %%{_libdir} path it should not be noarch +- this fixes FTBFS on F37+ + * Wed Jul 20 2022 Fedora Release Engineering - 2.9.7-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild