[mash] hash Packages trees make sure all the secondary arch configs are unique

Dennis Gilmore ausil at fedoraproject.org
Thu Jan 19 18:01:15 UTC 2012


commit 9f3d6e06f229b08f8fd10f68ee0ed6798ff2303c
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jan 19 12:01:10 2012 -0600

    hash Packages trees
    make sure all the secondary arch configs are unique

 .gitignore |    1 +
 mash.spec  |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d9c049..0ffb559 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mash-0.5.22.tar.gz
 /mash-0.5.23.tar.gz
 /mash-0.5.24.tar.gz
+/mash-0.5.25.tar.gz
diff --git a/mash.spec b/mash.spec
index a6bec81..4b55f87 100644
--- a/mash.spec
+++ b/mash.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           mash
-Version:        0.5.24
+Version:        0.5.25
 Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
@@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* Thu Jan 19 2012 Dennis Gilmore <dennis at ausil.us> 0.5.25-1
+- hash Packages trees
+- make sure all the secondary arch configs are unique
+
 * Wed Jan 18 2012 Dennis Gilmore <dennis at ausil.us> 0.5.24-1
 - retarget banched to f17
 - add configs for each of the secondary arches
diff --git a/sources b/sources
index 778175e..c2c9d1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a89455af16c7e0cbdb61b38cb62d0e25  mash-0.5.24.tar.gz
+c39a5d74c049b8442fdca8a13b230815  mash-0.5.25.tar.gz


More information about the scm-commits mailing list