- split out cracklib-devel (#203569)
This commit is contained in:
parent
75bea2263e
commit
1c32c7c14a
@ -4,7 +4,7 @@
|
|||||||
Summary: A password-checking library.
|
Summary: A password-checking library.
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.9
|
Version: 2.8.9
|
||||||
Release: 3.1
|
Release: 4
|
||||||
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
|
||||||
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
|
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
|
||||||
@ -60,6 +60,15 @@ Install the cracklib package if you need a program to check users'
|
|||||||
passwords to see if they are at least minimally secure. If you install
|
passwords to see if they are at least minimally secure. If you install
|
||||||
CrackLib, you will also want to install the cracklib-dicts package.
|
CrackLib, you will also want to install the cracklib-dicts package.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files needed for building applications which use cracklib.
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The cracklib-devel package contains the header files and libraries needed
|
||||||
|
for compiling applications which use cracklib.
|
||||||
|
|
||||||
%package dicts
|
%package dicts
|
||||||
Summary: The standard CrackLib dictionaries.
|
Summary: The standard CrackLib dictionaries.
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -130,14 +139,18 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README README-WORDS NEWS doc/LICENCE AUTHORS
|
%doc README README-WORDS NEWS doc/LICENCE AUTHORS
|
||||||
%{_includedir}/*
|
%{_libdir}/libcrack.so.*
|
||||||
%{_libdir}/libcrack.so*
|
|
||||||
%{_libdir}/libcrack.a*
|
|
||||||
%{_libdir}/python*/site-packages/cracklibmodule.so
|
%{_libdir}/python*/site-packages/cracklibmodule.so
|
||||||
%dir %{_datadir}/cracklib
|
%dir %{_datadir}/cracklib
|
||||||
%{_datadir}/cracklib/cracklib.magic
|
%{_datadir}/cracklib/cracklib.magic
|
||||||
%{_sbindir}/*cracklib*
|
%{_sbindir}/*cracklib*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/*
|
||||||
|
%{_libdir}/libcrack.so
|
||||||
|
%{_libdir}/libcrack.a*
|
||||||
|
|
||||||
%files dicts
|
%files dicts
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/cracklib
|
%dir %{_datadir}/cracklib
|
||||||
@ -147,6 +160,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
|
|||||||
%{_sbindir}/packer
|
%{_sbindir}/packer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-4
|
||||||
|
- split out cracklib-devel (#203569)
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.9-3.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.9-3.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user