As -dicts subpackage installs files under %{_libdir} path it should not be noarch

this fixes FTBFS on F37+
This commit is contained in:
Parag Nemade 2022-08-30 17:12:49 +05:30
parent 8e08eacebe
commit 57c3c940ca
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -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 <pnemade AT redhat DOT com> - 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 <releng@fedoraproject.org> - 2.9.7-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild