add missing buildrequires: on zlib-devel (#888876)
This commit is contained in:
parent
0f1834b35c
commit
c3650d7fc5
@ -5,7 +5,7 @@
|
|||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.22
|
Version: 2.8.22
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||||
|
|
||||||
@ -58,6 +58,7 @@ License: LGPLv2+
|
|||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
|
BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
|
||||||
BuildRequires: gettext-autopoint
|
BuildRequires: gettext-autopoint
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Conflicts: cracklib-dicts < 2.8
|
Conflicts: cracklib-dicts < 2.8
|
||||||
# The cracklib-format script calls gzip, but without a specific path.
|
# The cracklib-format script calls gzip, but without a specific path.
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
@ -238,11 +239,14 @@ EOF
|
|||||||
%{_libdir}/../lib/python*/site-packages/*.py*
|
%{_libdir}/../lib/python*/site-packages/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 17 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22
|
* Wed Dec 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-2
|
||||||
|
- add missing buildrequires: on zlib-devel (#888876)
|
||||||
|
|
||||||
|
* Mon Dec 17 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-1
|
||||||
- update to 2.8.22 (#887461), which now returns an error instead of exiting
|
- update to 2.8.22 (#887461), which now returns an error instead of exiting
|
||||||
when there's a failure opening the dictionary in FascistCheck()
|
when there's a failure opening the dictionary in FascistCheck()
|
||||||
|
|
||||||
* Thu Dec 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.21
|
* Thu Dec 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.21-1
|
||||||
- update to 2.8.21
|
- update to 2.8.21
|
||||||
|
|
||||||
* Mon Dec 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.20-1
|
* Mon Dec 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.20-1
|
||||||
|
Loading…
Reference in New Issue
Block a user