From 298d26792ea90df92cc60df48f0b1a7a692e08cc Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Feb 17 2010 22:57:54 +0000 Subject: clog --- diff --git a/0001-Rename-the-config-section-to-rawhide.patch b/0001-Rename-the-config-section-to-rawhide.patch new file mode 100644 index 0000000..fcb01c3 --- /dev/null +++ b/0001-Rename-the-config-section-to-rawhide.patch @@ -0,0 +1,24 @@ +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 321d757..32d8a61 100644 --- a/mash.spec +++ b/mash.spec @@ -2,7 +2,7 @@ Name: mash Version: 0.5.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL @@ -13,6 +13,7 @@ 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 @@ -21,6 +22,7 @@ any multlib RPMs that are necessary. %prep %setup -q +%patch1 -p 1 %build %{__python} setup.py build @@ -44,6 +46,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 + * Wed Feb 17 2010 Bill Nottingham 0.5.12-1 - adjust for branched trees and no-frozen-rawhide () - allow for source repos to be optional ()