From bc5e1d1e8c1fedf435df8318417946b226519745 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 04 2021 06:13:34 +0000 Subject: import libsolv-0.7.16-2.el8 --- diff --git a/SPECS/libsolv.spec b/SPECS/libsolv.spec index c155b3c..46a0794 100644 --- a/SPECS/libsolv.spec +++ b/SPECS/libsolv.spec @@ -34,15 +34,16 @@ %bcond_without arch_repo # For handling deb + rpm at the same time %bcond_without multi_semantics +%bcond_without zstd %endif #global commitnum 2901 #global commit 47fbaa2a0892866d30ec0e1b4c885532d0aca7b8 -#global shortcommit %(c=%{commit}; echo ${c:0:7}) +#global shortcommit %%(c=%%{commit}; echo ${c:0:7}) Name: lib%{libname} Version: 0.7.16 -Release: 1%{?commit:.git.%{commitnum}.%{?shortcommit}}%{?dist} +Release: 2%{?commit:.git.%{commitnum}.%{?shortcommit}}%{?dist} Summary: Package dependency solver License: BSD @@ -68,6 +69,8 @@ BuildRequires: pkgconfig(openssl) BuildRequires: xz-devel # -DENABLE_BZIP2_COMPRESSION=ON BuildRequires: bzip2-devel +# -DENABLE_ZSTD_COMPRESSION=ON +BuildRequires: libzstd-devel %description A free package dependency solver using a satisfiability algorithm. The @@ -180,6 +183,7 @@ Python 3 version. -DWITH_OPENSSL=ON \ -DENABLE_LZMA_COMPRESSION=ON \ -DENABLE_BZIP2_COMPRESSION=ON \ + -DENABLE_ZSTD_COMPRESSION=ON \ %{?with_helix_repo:-DENABLE_HELIXREPO=ON} \ %{?with_suse_repo:-DENABLE_SUSEREPO=ON} \ %{?with_debian_repo:-DENABLE_DEBIAN=ON} \ @@ -295,6 +299,9 @@ Python 3 version. %endif %changelog +* Thu Jan 14 2021 Nicola Sella - 0.7.16-2 +- Enable zstd compression in libsolv + * Wed Nov 11 2020 Nicola Sella - 0.7.16-1 - Update to 0.7.16 - selected bug fixes: