Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Hrázký <lhrazky@redhat.com>2021-03-08 17:20:25 +0300
committerLukáš Hrázký <lukkash@email.cz>2021-03-08 18:03:34 +0300
commit05d088dcd71d1c8b57dd5829dc1a9206260f3f13 (patch)
treec8197cec70a8e5ce639e49ae403ff135a2112443
parent30cc5f96003c816cd33f048804d2103ecc81711e (diff)
spec: Add xz as builddep, the tests depend on the binary
-rw-r--r--createrepo_c.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/createrepo_c.spec b/createrepo_c.spec
index 8688e3e..ac37ec8 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -41,6 +41,7 @@ BuildRequires: libxml2-devel
BuildRequires: openssl-devel
BuildRequires: rpm-devel >= 4.8.0-28
BuildRequires: sqlite-devel
+BuildRequires: xz
BuildRequires: xz-devel
BuildRequires: zlib-devel
%if %{with zchunk}