14
0
2023-10-12 19:28:36 +00:00
committed by Git OBS Bridge
parent 7f2801d493
commit d52c3f60be
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 12 19:28:30 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file
-------------------------------------------------------------------
Thu Oct 12 18:22:00 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -31,6 +31,8 @@ Requires: python-argcomplete >= 1.10.0
Requires: python-requests >= 2.22.0
Requires: python-requests-toolbelt >= 0.9.1
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module httmock}
@@ -41,8 +43,6 @@ BuildRequires: %{python_module responses}
# force urllib3 < 2, for tests to passs
BuildRequires: %{python_module urllib3 < 2}
# /SECTION
Requires(post): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
%description
@@ -79,6 +79,7 @@ touch $HOME/.python-gitlab.cfg
%doc AUTHORS CHANGELOG.md README.rst
%license COPYING
%python_alternative %{_bindir}/gitlab
%{python_sitelib}/*
%{python_sitelib}/gitlab
%{python_sitelib}/python_gitlab-%{version}*-info
%changelog