- pull up changes for #143417 from RHEL 4 branch
This commit is contained in:
parent
717af93210
commit
e675f09b61
@ -41,7 +41,7 @@ Patch2: cracklib-2.7-check.patch
|
|||||||
Patch3: cracklib-2.7-64.patch
|
Patch3: cracklib-2.7-64.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: gzip, words
|
BuildPrereq: gzip, words
|
||||||
Requires: cracklib-dicts = %{version}-%{release}
|
Requires: cracklib-dicts@%{_arch} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CrackLib tests passwords to determine whether they match certain
|
CrackLib tests passwords to determine whether they match certain
|
||||||
@ -64,7 +64,9 @@ CrackLib, you will also want to install the cracklib-dicts package.
|
|||||||
%package dicts
|
%package dicts
|
||||||
Summary: The standard CrackLib dictionaries.
|
Summary: The standard CrackLib dictionaries.
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: words >= 2-13
|
BuildRequires: words >= 2-13
|
||||||
|
# Note to other packagers: do NOT require this, it will eventually go away.
|
||||||
|
Provides: cracklib-dicts@%{_arch} = %{version}-%{release}
|
||||||
|
|
||||||
%description dicts
|
%description dicts
|
||||||
The cracklib-dicts package includes the CrackLib dictionaries.
|
The cracklib-dicts package includes the CrackLib dictionaries.
|
||||||
@ -134,12 +136,15 @@ make install \
|
|||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
* Mon Jan 3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-29
|
* Mon Jan 3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-29
|
||||||
- correctly build on 64-bit systems
|
- correctly build on 64-bit systems (part of #143417)
|
||||||
- patch so that 32- and 64-bit libcrack can read dictionaries which were
|
- patch so that 32- and 64-bit libcrack can read dictionaries which were
|
||||||
incorrectly generated on 64-bit systems of the same endianness
|
incorrectly generated on 64-bit systems of the same endianness (more #143417)
|
||||||
- include a sample cracklib magic file
|
- include a sample cracklib magic file
|
||||||
- require cracklib-dicts
|
|
||||||
- stop using /usr/dict/* when building the dictionary
|
- stop using /usr/dict/* when building the dictionary
|
||||||
|
- list words as a build requirement, which it is, instead of a run-time
|
||||||
|
requirement
|
||||||
|
- provide a virtual arch-specific dep in cracklib-dicts, require it in
|
||||||
|
cracklib (part of #143417)
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
Loading…
Reference in New Issue
Block a user