disable selinux to fix segfault seen with libselinux 3.7 [release 1.17.2-2mamba;Tue Jul 02 2024]
This commit is contained in:
parent
aac613de76
commit
b677556c7f
@ -1,6 +1,6 @@
|
|||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.17.2
|
Version: 1.17.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format
|
Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,7 +18,6 @@ BuildRequires: libgpgme-devel
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libzck-devel
|
BuildRequires: libzck-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -52,6 +51,7 @@ This package contains the Python 3 bindings for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
|
-DENABLE_SELINUX=OFF \
|
||||||
-DPYTHON_DESIRED=3
|
-DPYTHON_DESIRED=3
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -85,6 +85,9 @@ This package contains the Python 3 bindings for %{name}.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.17.2-2mamba
|
||||||
|
- disable selinux to fix segfault seen with libselinux 3.7
|
||||||
|
|
||||||
* Sat Jun 22 2024 Automatic Build System <autodist@openmamba.org> 1.17.2-1mamba
|
* Sat Jun 22 2024 Automatic Build System <autodist@openmamba.org> 1.17.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user