rebuilt with python 3.10 [release 3.2.61-3mamba;Sun Apr 09 2023]
This commit is contained in:
parent
8f5f682f74
commit
f20da53eed
@ -1,6 +1,6 @@
|
|||||||
Name: calamares
|
Name: calamares
|
||||||
Version: 3.2.61
|
Version: 3.2.61
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Distribution-independent installer framework
|
Summary: Distribution-independent installer framework
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -56,7 +56,7 @@ BuildRequires: libkxmlgui-devel
|
|||||||
BuildRequires: libparted-devel
|
BuildRequires: libparted-devel
|
||||||
BuildRequires: libplasma-framework-devel
|
BuildRequires: libplasma-framework-devel
|
||||||
BuildRequires: libpwquality-devel
|
BuildRequires: libpwquality-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -68,10 +68,10 @@ BuildRequires: libyaml-cpp-devel >= 0.7.0
|
|||||||
BuildRequires: libkpmcore-devel >= 22.04.0
|
BuildRequires: libkpmcore-devel >= 22.04.0
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libpolkit-qt5-1-devel
|
BuildRequires: libpolkit-qt5-1-devel
|
||||||
BuildRequires: libboost-devel >= 1.75.0
|
BuildRequires: libboost-devel >= 1.81.0
|
||||||
BuildRequires: python-boost-py3 >= 1.75.0
|
BuildRequires: python-boost-py310 >= 1.81.0
|
||||||
BuildRequires: python3
|
BuildRequires: python310
|
||||||
BuildRequires: python-jsonschema
|
BuildRequires: python-jsonschema-py310
|
||||||
%ifarch x86_64 %{ix86}
|
%ifarch x86_64 %{ix86}
|
||||||
Requires: grub
|
Requires: grub
|
||||||
Requires: grub-efi-x86_64
|
Requires: grub-efi-x86_64
|
||||||
@ -80,9 +80,9 @@ Requires: libqt5-plugins
|
|||||||
Requires: squashfs
|
Requires: squashfs
|
||||||
Requires: gptfdisk
|
Requires: gptfdisk
|
||||||
Requires: ckbcomp
|
Requires: ckbcomp
|
||||||
Requires: python3
|
Requires: python310
|
||||||
Requires: python-boost-py3
|
Requires: python-boost-py310
|
||||||
Requires: python-jsonschema
|
Requires: python-jsonschema-py310
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -124,9 +124,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DWITH_PARTITIONMANAGER=ON \
|
-DWITH_PARTITIONMANAGER=ON \
|
||||||
-DKI18N_PYTHON_EXECUTABLE:FILEPATH=%{__python3} \
|
-DKI18N_PYTHON_EXECUTABLE:FILEPATH=%{__python310} \
|
||||||
-DWITH_PYTHON=ON \
|
-DWITH_PYTHON=ON \
|
||||||
-DPYTHON_EXECUTABLE=%{__python3}
|
-DPYTHON_EXECUTABLE=%{__python310}
|
||||||
|
|
||||||
# PythonQt deprecated
|
# PythonQt deprecated
|
||||||
# -DWITH_PYTHONQT=ON \
|
# -DWITH_PYTHONQT=ON \
|
||||||
@ -329,6 +329,9 @@ install -D -m0755 src/branding/default/squid.png %{buildroot}%{_datadir}/pixmaps
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.61-3mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Fri Jan 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.61-2mamba
|
* Fri Jan 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.61-2mamba
|
||||||
- patched keymap file to prefer it over it2 for vconsole KEYMAP
|
- patched keymap file to prefer it over it2 for vconsole KEYMAP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user