From 60b0259f781787725d9c2264388be79e6cc20dd4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jun 21 2012 18:27:12 +0000 Subject: 0.5.27 --- diff --git a/mash.py b/mash.py index 98e669a..2ddc24b 100755 --- a/mash.py +++ b/mash.py @@ -23,7 +23,7 @@ import mash.config def main(): usage = "usage: %prog [options] " - parser = OptionParser(usage, version='%prog 0.5.23') + parser = OptionParser(usage, version='%prog 0.5.27') parser.add_option("-o","--outputdir",default="", dest="outputdir", help="output directory") parser.add_option("-c","--config", default="/etc/mash/mash.conf", dest="config", diff --git a/mash.spec b/mash.spec index 2e6ff2c..d6c135e 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.26 +Version: 0.5.27 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -44,6 +44,18 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Thu Jun 21 2012 Bill Nottingham 0.5.27-1 +- explicitly whitelist redhat-lsb, to handle packaging changes thereof + +* Tue May 08 2012 Dennis Gilmore 0.5.26-4 +- blacklist java-1.7.0-openjdk-devel from multilib + +* Mon Apr 09 2012 Dennis Gilmore 0.5.26-3 +- make sure secondary arch branched configs have the right key + +* Tue Apr 03 2012 Dennis Gilmore 0.5.26-2 +- pull in patches from upstream for secondary arch config fixes + * Thu Feb 09 2012 Dennis Gilmore 0.5.26-1 - hash the branched repo - use rawhide tag for rawhide not deprectated dist-rawhide diff --git a/setup.py b/setup.py index 578caf5..2e4ab50 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.5.26', + version='0.5.27', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',