From c471ab0ba2afeab2919b5fa86054c5e9326d0ff2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Feb 19 2010 16:29:19 +0000 Subject: 0.5.13 --- diff --git a/.cvsignore b/.cvsignore index d4df08a..bcb154c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mash-0.5.12.tar.gz +mash-0.5.13.tar.gz diff --git a/0001-Rename-the-config-section-to-rawhide.patch b/0001-Rename-the-config-section-to-rawhide.patch deleted file mode 100644 index fcb01c3..0000000 --- a/0001-Rename-the-config-section-to-rawhide.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 09201861503f5864562a7b271adedde7d5c09283 Mon Sep 17 00:00:00 2001 -From: Jesse Keating -Date: Wed, 17 Feb 2010 14:52:03 -0800 -Subject: [PATCH] Rename the config section to 'rawhide' - ---- - configs/rawhide.mash | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configs/rawhide.mash b/configs/rawhide.mash -index 8a031ba..8f81f0c 100644 ---- a/configs/rawhide.mash -+++ b/configs/rawhide.mash -@@ -1,6 +1,6 @@ - # mash config file - --[development] -+[rawhide] - rpm_path = %(arch)s/os/Packages - repodata_path = %(arch)s/os/ - source_path = source/SRPMS --- -1.6.6 - diff --git a/mash.spec b/mash.spec index 32d8a61..119b15b 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.12 -Release: 2%{?dist} +Version: 0.5.13 +Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL @@ -13,7 +13,6 @@ Requires: yum, createrepo, koji Conflicts: pungi < 1.0.0 BuildRequires: python-devel BuildArch: noarch -Patch1: 0001-Rename-the-config-section-to-rawhide.patch %description mash is a tool that queries a koji buildsystem for the latest RPMs for @@ -22,7 +21,6 @@ any multlib RPMs that are necessary. %prep %setup -q -%patch1 -p 1 %build %{__python} setup.py build @@ -46,8 +44,9 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog -* Wed Feb 17 2010 Jesse Keating - 0.5.12-2 -- Patch to rename the rawhide config section +* Fri Feb 19 2010 Bill Nottingham 0.5.13-1 +- assorted fixes for no-frozen-rawhide +- make package hash directories all lowercase * Wed Feb 17 2010 Bill Nottingham 0.5.12-1 - adjust for branched trees and no-frozen-rawhide () diff --git a/sources b/sources index 4016b15..a098471 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3ceb32ee2775a4d6cf9a8161762c836 mash-0.5.12.tar.gz +81c450b1add780de05a68cd4f7dc161e mash-0.5.13.tar.gz