rebuilt with python3 == 3.11 [release 6.0.0-3mamba;Mon Oct 16 2023]
This commit is contained in:
parent
3534f67d76
commit
b7b3eb91ad
@ -1,6 +1,6 @@
|
||||
Name: javapackages
|
||||
Version: 6.0.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A collection of tools that make it easier to build RPM packages containing software running on the Java platform
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -10,9 +10,10 @@ URL: https://github.com/fedora-java/javapackages
|
||||
Source: https://github.com/fedora-java/javapackages.git/%{version}/javapackages-%{version}.tar.bz2
|
||||
License: BSD, JPackage
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: libpython3-devel >= 3.11
|
||||
Requires: rpm
|
||||
Provides: jpackage-utils
|
||||
Obsoletes: jpackage-utils < 5.3.1
|
||||
@ -121,6 +122,9 @@ chmod +x %{buildroot}%{_prefix}/lib/rpm/*.{req,prov}
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-3mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
* Sun Aug 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-2mamba
|
||||
- obsolete java-gcj-compat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user