diff --git a/0001-Add-the-F11-Test-key-to-the-rawhide-config.patch b/0001-Add-the-F11-Test-key-to-the-rawhide-config.patch new file mode 100644 index 0000000..4e60189 --- /dev/null +++ b/0001-Add-the-F11-Test-key-to-the-rawhide-config.patch @@ -0,0 +1,25 @@ +From fe6ba67e6cb51608549b7e08f3566a47afb07a0e Mon Sep 17 00:00:00 2001 +From: Jesse Keating +Date: Mon, 9 Mar 2009 22:32:54 -0700 +Subject: [PATCH] Add the F11 Test key to the rawhide config + +--- + configs/rawhide.mash | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/configs/rawhide.mash b/configs/rawhide.mash +index b1814c4..4e67fc8 100644 +--- a/configs/rawhide.mash ++++ b/configs/rawhide.mash +@@ -10,7 +10,7 @@ multilib_method = devel + tag = dist-rawhide + inherit = True + strict_keys = False +-keys = 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9 ++keys = D22E77F2, 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9 + repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/%(arch)s/os/ + repoviewtitle = "Fedora Rawhide - %(arch)s" + arches = i386 x86_64 ppc ppc64 +-- +1.6.1.3 + diff --git a/mash.spec b/mash.spec index 2f2f3dd..712835c 100644 --- a/mash.spec +++ b/mash.spec @@ -2,7 +2,7 @@ Name: mash Version: 0.4.9 -Release: 2%{?dist} +Release: 3%{?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 +Patch0: 0001-Add-the-F11-Test-key-to-the-rawhide-config.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,9 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Mon Mar 09 2009 Jesse Keating - 0.4.9-3 +- Add an upstream patch for F11 test key + * Wed Feb 25 2009 Fedora Release Engineering - 0.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild