diff --git a/python-smbpasswd.spec b/python-smbpasswd.spec index 4a28a7f..c2c3e98 100644 --- a/python-smbpasswd.spec +++ b/python-smbpasswd.spec @@ -1,17 +1,18 @@ Name: python-smbpasswd Version: 1.0.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python SMB Password Hash Generator Module -License: GPLv2 +License: GPL-2.0-only URL: https://github.com/barryp/py-smbpasswd/ # http://barryp.org/software/py-smbpasswd/ # https://github.com/barryp/py-smbpasswd/releases -# Source0: http://barryp.org/software/py-smbpasswd/files/py-smbpasswd-%{version}.tar.gz +# Source0: http://barryp.org/software/py-smbpasswd/files/py-smbpasswd-%%{version}.tar.gz Source0: https://github.com/barryp/py-smbpasswd/archive/%{version}.tar.gz#/py-smbpasswd-%{version}.tar.gz Patch1: python-smbpasswd-1.0.1-py3.patch BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: gcc %global _description\ @@ -31,8 +32,7 @@ NT password hashes suitable to us with Samba. This is a ported release for python 3. %prep -%setup -q -n py-smbpasswd-%{version} -%patch1 -p1 -b .org +%autosetup -n py-smbpasswd-%{version} %build %py3_build @@ -47,6 +47,9 @@ This is a ported release for python 3. %{python3_sitearch}/*egg-info %changelog +* Thu Oct 05 2023 Michal Ambroz - 1.0.2-14 +- fix dependencies + * Fri Jul 21 2023 Fedora Release Engineering - 1.0.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild