From 532214a6e55a224d20868a61b4e93db1892da8e4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sep 16 2008 15:26:54 +0000 Subject: - Rename 'rawhide' back to 'development' as we're not ready to make that name change on the mirror. --- diff --git a/mash.spec b/mash.spec index 1b1bde5..e035941 100644 --- a/mash.spec +++ b/mash.spec @@ -2,7 +2,7 @@ Name: mash Version: 0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPLv2 @@ -13,6 +13,7 @@ Requires: yum, createrepo >= 0.9.2, koji Conflicts: pungi < 1.0.0 BuildRequires: python-devel BuildArch: noarch +Patch0: rawhide-to-development.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 +%patch0 -p1 %build %{__python} setup.py build @@ -44,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Tue Sep 16 2008 Jesse Keating - 0.4.1-2 +- Rename 'rawhide' back to 'development' as we're not ready to make that name +change on the mirror. + * Mon Sep 15 2008 Bill Nottingham 0.4.1-1 - Adjust for new keys diff --git a/rawhide-to-development.patch b/rawhide-to-development.patch new file mode 100644 index 0000000..630b636 --- /dev/null +++ b/rawhide-to-development.patch @@ -0,0 +1,11 @@ +diff -up mash-0.4.1/configs/rawhide.mash.jk mash-0.4.1/configs/rawhide.mash +--- mash-0.4.1/configs/rawhide.mash.jk 2008-09-15 11:31:47.000000000 -0700 ++++ mash-0.4.1/configs/rawhide.mash 2008-09-16 08:22:13.000000000 -0700 +@@ -1,6 +1,6 @@ + # mash config file + +-[rawhide] ++[development] + rpm_path = %(arch)s/os/Packages + repodata_path = %(arch)s/os/ + source_path = source/SRPMS