forked from pool/python-sshtunnel
Accepting request 1163239 from devel:languages:python
- Require update-alternatives for the scriptlets. OBS-URL: https://build.opensuse.org/request/show/1163239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sshtunnel?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 07:19:25 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Require update-alternatives for the scriptlets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 18:57:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -36,6 +36,8 @@ BuildRequires: openssh
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: openssh
|
||||
Requires: python-paramiko >= 2.7.2
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -73,8 +75,8 @@ sed -i 's:import mock:from unittest import mock:' tests/test_forwarder.py
|
||||
%license LICENSE
|
||||
%doc *.rst
|
||||
%python_alternative %{_bindir}/sshtunnel
|
||||
%{python_sitelib}/__pycache__/sshtunnel*pyc
|
||||
%pycache_only %{python_sitelib}/__pycache__/sshtunnel*pyc
|
||||
%{python_sitelib}/sshtunnel.py
|
||||
%{python_sitelib}/sshtunnel-*.dist-info
|
||||
%{python_sitelib}/sshtunnel-{%version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user