From 5be7b29073160537fb0383887bb83722cbb9d8c1 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Mon, 25 May 2015 08:06:10 +0200 Subject: [PATCH] Fix NVR merging and --all param --- createrepo_c.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/createrepo_c.spec b/createrepo_c.spec index f5731c6..e4632ce 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -1,4 +1,4 @@ -%global gitrev 1c98fe1 +%global gitrev 8f8459e # gitrev is output of: git rev-parse --short HEAD %if 0%{?rhel} == 6 @@ -10,7 +10,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 0.8.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Base # Use the following commands to generate the tarball: @@ -124,6 +124,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %{python_sitearch}/createrepo_c/ %changelog +* Mon May 25 2015 Tomas Mlcoch - 0.8.3-3 +- mergerepo: Fix NVR merging method +- mergerepo: Fix behavior of --all param + * Fri May 22 2015 Tomas Mlcoch - 0.8.3-2 - createrepo: Add --cut-dirs and --location-prefix options - misc: Add cr_cut_dirs()