[createrepo] Rebase to 0.10.3

Zdeněk Pavlas zpavlas at fedoraproject.org
Tue Jan 28 12:32:39 UTC 2014


commit 2c63bb8be563e9fb3ab43b8880eab3822b1b61d6
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Tue Jan 28 13:33:01 2014 +0100

    Rebase to 0.10.3
    
    - createrepo --update: ignore cached rpm when checksum_type does
      not match. BZ 1054682

 .gitignore      |    1 +
 createrepo.spec |    7 ++++++-
 sources         |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6146275..9ff7392 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ createrepo-0.9.8.tar.gz
 /createrepo-0.10.tar.gz
 /createrepo-0.10.1.tar.gz
 /createrepo-0.10.2.tar.gz
+/createrepo-0.10.3.tar.gz
diff --git a/createrepo.spec b/createrepo.spec
index 34e736d..6de2f57 100644
--- a/createrepo.spec
+++ b/createrepo.spec
@@ -14,7 +14,7 @@ BuildRequires: bash-completion
 
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.10.2
+Version: 0.10.3
 Release: 0%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -57,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/createrepo
 
 %changelog
+* Tue Jan 28 2014 Zdenek Pavlas <zpavlas at redhat.com> - 0.10.3-0
+- Rebase to 0.10.3
+- createrepo --update: ignore cached rpm when checksum_type does
+  not match. BZ 1054682
+
 * Thu Jan 16 2014 Zdenek Pavlas <zpavlas at redhat.com> - 0.10.2-0
 - Rebase to 0.10.2
 - Add missing int() on mtime that I could find.
diff --git a/sources b/sources
index 51b8ac6..1b0cefb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9aa197764f6eb856439527d82c469a9  createrepo-0.10.2.tar.gz
+5fb50b63aaa5932ab16b2196badaf167  createrepo-0.10.3.tar.gz


More information about the scm-commits mailing list