automatic version update by autodist [release 2.10.0-1mamba;Sun Jul 21 2024]
This commit is contained in:
parent
ba5e0d2c4a
commit
9369dd89cc
@ -11,6 +11,3 @@ CrackLib performs certain tests:
|
|||||||
CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions.
|
CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions.
|
||||||
CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program.
|
CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program.
|
||||||
|
|
||||||
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 CrackLib, you'll also want to install the cracklib-dicts package.
|
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.9.11
|
Version: 2.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,6 +13,7 @@ URL: https://sourceforge.net/projects/cracklib
|
|||||||
License: Artistic
|
License: Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -28,9 +29,6 @@ CrackLib performs certain tests:
|
|||||||
CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions.
|
CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions.
|
||||||
CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program.
|
CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program.
|
||||||
|
|
||||||
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 CrackLib, you'll also want to install the cracklib-dicts package.
|
|
||||||
|
|
||||||
%package -n libcrack
|
%package -n libcrack
|
||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -50,9 +48,6 @@ CrackLib performs certain tests:
|
|||||||
CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions.
|
CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions.
|
||||||
CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program.
|
CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program.
|
||||||
|
|
||||||
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 CrackLib, you'll also want to install the cracklib-dicts package.
|
|
||||||
|
|
||||||
%package -n libcrack-devel
|
%package -n libcrack-devel
|
||||||
Summary: cracklib link library & header file
|
Summary: cracklib link library & header file
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -75,6 +70,14 @@ CrackLib will need to use the dictionary appropriate to your system, which is no
|
|||||||
Cracklib-dicts also contains the utilities necessary for the creation of new dictionaries.
|
Cracklib-dicts also contains the utilities necessary for the creation of new dictionaries.
|
||||||
If you are installing CrackLib, you should also install cracklib-dicts.
|
If you are installing CrackLib, you should also install cracklib-dicts.
|
||||||
|
|
||||||
|
%package -n python-cracklib
|
||||||
|
Summary: Python bindings to the cracklib library
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Requires: libcrack = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python-cracklib
|
||||||
|
This package provides the Python bindings to the cracklib library.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -128,7 +131,19 @@ util/cracklib-format dicts/cracklib* | util/cracklib-packer %{buildroot}/%{_data
|
|||||||
%{_datadir}/cracklib/pw_dict.pwi
|
%{_datadir}/cracklib/pw_dict.pwi
|
||||||
%{_mandir}/man8/cracklib-*.8*
|
%{_mandir}/man8/cracklib-*.8*
|
||||||
|
|
||||||
|
%files -n python-cracklib
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{python3_sitelib}/__pycache__/cracklib.cpython-311*.pyc
|
||||||
|
%{python3_sitelib}/__pycache__/test_cracklib.cpython-311*.pyc
|
||||||
|
%{python3_sitelib}/cracklib.py
|
||||||
|
%{python3_sitelib}/test_cracklib.py
|
||||||
|
%{python3_sitearch}/_cracklib.a
|
||||||
|
%{python3_sitearch}/_cracklib.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 21 2024 Automatic Build System <autodist@openmamba.org> 2.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 2.9.11-1mamba
|
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 2.9.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user