|
|
@ -1,12 +1,12 @@
|
|
|
|
%{?filter_setup:
|
|
|
|
%{?filter_setup:
|
|
|
|
%filter_provides_in %{python_sitearch}/.*\.so$
|
|
|
|
%filter_provides_in %{python3_sitearch}/.*\.so$
|
|
|
|
%filter_setup
|
|
|
|
%filter_setup
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Python bindings for libsmbclient API from Samba
|
|
|
|
Summary: Python bindings for libsmbclient API from Samba
|
|
|
|
Name: python-smbc
|
|
|
|
Name: python-smbc
|
|
|
|
Version: 1.0.15.4
|
|
|
|
Version: 1.0.15.4
|
|
|
|
Release: 26%{?dist}
|
|
|
|
Release: 27%{?dist}
|
|
|
|
URL: https://github.com/hamano/pysmbc
|
|
|
|
URL: https://github.com/hamano/pysmbc
|
|
|
|
Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2
|
|
|
|
Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -60,6 +60,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.15.4-27
|
|
|
|
|
|
|
|
- use versioned python3 sitearch
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.15.4-26
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.15.4-26
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|