diff --git a/librepo.spec b/librepo.spec index ff5b9f8..c8c9b89 100644 --- a/librepo.spec +++ b/librepo.spec @@ -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 1.17.2-2mamba +- disable selinux to fix segfault seen with libselinux 3.7 + * Sat Jun 22 2024 Automatic Build System 1.17.2-1mamba - automatic version update by autodist