[mash] retarget banched to f17 add configs for each of the secondary arches

Dennis Gilmore ausil at fedoraproject.org
Thu Jan 19 01:50:10 UTC 2012


commit 1d7441c4196c3cc38c4e7e94d4d3ce16919c4c69
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jan 18 19:50:08 2012 -0600

    retarget banched to f17
    add configs for each of the secondary arches

 .gitignore |    1 +
 mash.spec  |   12 ++++++------
 sources    |    3 +--
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50a886a..9d9c049 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /mash-0.5.21.tar.gz
 /mash-0.5.22.tar.gz
 /mash-0.5.23.tar.gz
+/mash-0.5.24.tar.gz
diff --git a/mash.spec b/mash.spec
index 4a7a548..a6bec81 100644
--- a/mash.spec
+++ b/mash.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           mash
-Version:        0.5.23
-Release:        4%{?dist}
+Version:        0.5.24
+Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPLv2
@@ -13,8 +13,6 @@ Requires:       yum, createrepo, koji
 Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
 BuildArch:      noarch
-Patch1:	mash-new.patch
-Patch100:	35eae6232b985faec7a137a3ab5af03fddc27b78.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -23,8 +21,6 @@ any multlib RPMs that are necessary.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch100 -p1 -b .addr
 
 %build
 %{__python} setup.py build
@@ -48,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* 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
+
 * Thu Jan 05 2012 Bill Nottingham <notting at redhat.com> 0.5.23-4
 - add basic support for overriding e-mail addresses in spam-o-matic (#739166)
 
diff --git a/sources b/sources
index 6e6806d..778175e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-a36aa1fbacab9c2602d6f3e2881d7302  mash-0.5.22.tar.gz
-92e181cab4aa15c2256b148874bd1447  mash-0.5.23.tar.gz
+a89455af16c7e0cbdb61b38cb62d0e25  mash-0.5.24.tar.gz


More information about the scm-commits mailing list