fix cross obsoletes [release 3.7.1-2mamba;Wed Apr 12 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:28:11 +01:00
parent 711cb7bf72
commit d0cc06501c

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pypdf
Version: 3.7.0
Release: 1mamba
Version: 3.7.1
Release: 2mamba
Summary: PDF toolkit
Group: System/Libraries/Python
Vendor: openmamba
@ -29,11 +29,13 @@ It is capable of:
* encrypting and decrypting PDF files.
%if 0%{?with_pyver}
%if "%{?with_pyver}" == "3"
%define py_requires_append \
Provides: python-pyPdf \
Obsoletes: python-pyPdf < 3.2.1 \
Provides: python-pypdf \
Obsoletes: python-pypdf < 3.2.1
%endif
%pyver_package
%endif
@ -63,6 +65,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%changelog
* Wed Apr 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.1-2mamba
- fix cross obsoletes
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 3.7.1-1mamba
- automatic version update by autodist
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
- automatic version update by autodist