From bc84761c7d8eed0e2d73ed4346505822f034ab3b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Oct 05 2009 17:10:28 +0000 Subject: 0.5.9 --- diff --git a/mash.py b/mash.py index a2bc99e..0ed3fc9 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.8') + parser = OptionParser(usage, version='%prog 0.5.9') 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 0aa6b54..57bc144 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.8 +Version: 0.5.9 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -44,6 +44,12 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Mon Oct 5 2009 Bill Nottingham 0.5.9-1 +- set dist_tags & content_tags when making metadata; update rawhide config + () +- allow glibc-static as a devel package +- allow making ancient yum-arch metadata + * Mon Jun 29 2009 Bill Nottingham 0.5.8-1 - noarch packages can have debuginfo too (#508746) - remove wine-arts from multilib whitelist (not needed, doesn't exist) diff --git a/setup.py b/setup.py index f4e7635..c96a9b9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.5.8', + version='0.5.9', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',