As -dicts subpackage installs files under %{_libdir} path it should not be noarch
this fixes FTBFS on F37+
This commit is contained in:
parent
8e08eacebe
commit
57c3c940ca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user