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
|
||||
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
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -18,7 +18,6 @@ BuildRequires: libgpgme-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libzck-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -52,6 +51,7 @@ This package contains the Python 3 bindings for %{name}.
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DENABLE_SELINUX=OFF \
|
||||
-DPYTHON_DESIRED=3
|
||||
|
||||
%make
|
||||
@ -85,6 +85,9 @@ This package contains the Python 3 bindings for %{name}.
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user