[createrepo_c] Update to 0.4.0

Tomas Mlcoch tmlcoch at fedoraproject.org
Tue May 6 13:06:50 UTC 2014


commit 92dee5c41bdd8584ed23a012be6f58702cdfe924
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Tue May 6 15:07:11 2014 +0200

    Update to 0.4.0

 .gitignore        |    1 +
 createrepo_c.spec |   13 ++++++++++---
 sources           |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05c2166..d0b7dc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /createrepo_c-a5d7283.tar.xz
 /createrepo_c-74f41fd.tar.xz
 /createrepo_c-983632d.tar.xz
+/createrepo_c-7ef96a6.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index 433486b..bfb31a9 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -1,10 +1,10 @@
-%global gitrev 983632d
+%global gitrev 7ef96a6
 # gitrev is output of: git rev-parse --short HEAD
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.3.1
-Release:        2%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
 # Use the following commands to generate the tarball:
@@ -115,6 +115,13 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %{python_sitearch}/createrepo_c/
 
 %changelog
+* Thu May   6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.0-1
+- Change default behavior of repodata files handling. (RhBug: 1094539)
+  See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling
+  By default, createrepo leaves old groupfiles (comps files)
+  in the repodata/ directory during update.
+  Createrepo_c did the same thing but the version 0.4.0 changes this behaviour.
+
 * Thu Apr  10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.1-2
 - Support for weak and rich dependecies
 
diff --git a/sources b/sources
index daa1fdf..3957cbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df0b1061b5267555a18b828b5a2183bf  createrepo_c-983632d.tar.xz
+606d117677ab85e5a9ec15896db644c2  createrepo_c-7ef96a6.tar.xz


More information about the scm-commits mailing list