- split out cracklib-python (#203327)
This commit is contained in:
parent
1c32c7c14a
commit
73da516461
@ -4,7 +4,7 @@
|
||||
Summary: A password-checking library.
|
||||
Name: cracklib
|
||||
Version: 2.8.9
|
||||
Release: 4
|
||||
Release: 5
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
|
||||
@ -69,6 +69,15 @@ Requires: %{name} = %{version}-%{release}
|
||||
The cracklib-devel package contains the header files and libraries needed
|
||||
for compiling applications which use cracklib.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for applications which use cracklib.
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description python
|
||||
The cracklib-python package contains a module which permits applications
|
||||
written in the Python programming language to use cracklib.
|
||||
|
||||
%package dicts
|
||||
Summary: The standard CrackLib dictionaries.
|
||||
Group: System Environment/Libraries
|
||||
@ -140,7 +149,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
||||
%defattr(-,root,root)
|
||||
%doc README README-WORDS NEWS doc/LICENCE AUTHORS
|
||||
%{_libdir}/libcrack.so.*
|
||||
%{_libdir}/python*/site-packages/cracklibmodule.so
|
||||
%dir %{_datadir}/cracklib
|
||||
%{_datadir}/cracklib/cracklib.magic
|
||||
%{_sbindir}/*cracklib*
|
||||
@ -159,7 +167,14 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
||||
%{_sbindir}/mkdict
|
||||
%{_sbindir}/packer
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/python*/site-packages/cracklibmodule.so
|
||||
|
||||
%changelog
|
||||
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-5
|
||||
- split out cracklib-python (#203327)
|
||||
|
||||
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-4
|
||||
- split out cracklib-devel (#203569)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user