diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 1ae5cab..8f00ef5 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-bcrypt -Version: 4.1.1 +Version: 4.1.2 Release: 1mamba Summary: Good password hashing for your software and your servers Group: System/Libraries @@ -45,10 +45,15 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* -%{python_sitearch}/bcrypt/_bcrypt.abi3.so +%{python_sitearch}/bcrypt/_bcrypt.cpython-*.so +%dir %{python_sitearch}/bcrypt +%{python_sitearch}/bcrypt/* %doc LICENSE %changelog +* Sat Dec 23 2023 Automatic Build System 4.1.2-1mamba +- automatic version update by autodist + * Wed Nov 29 2023 Automatic Build System 4.1.1-1mamba - automatic version update by autodist