From db5169f0de12f208b19864bb9eb1249a6143f153 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Aug 11 2009 04:04:31 +0000 Subject: Add F12 key. --- diff --git a/mash-f12key.patch b/mash-f12key.patch new file mode 100644 index 0000000..4805746 --- /dev/null +++ b/mash-f12key.patch @@ -0,0 +1,19 @@ +commit 190201a52d9067e276f9e71ca5a68a338b4d8917 +Author: Bill Nottingham +Date: Mon Aug 10 15:32:18 2009 -0400 + + Add F12 key. + +diff --git a/configs/rawhide.mash b/configs/rawhide.mash +index 124de62..6a68ef8 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 = D22E77F2, 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9 ++keys = 57BBCCBA, 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 diff --git a/mash.spec b/mash.spec index e63f208..65bd6f4 100644 --- a/mash.spec +++ b/mash.spec @@ -2,13 +2,14 @@ Name: mash Version: 0.5.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPL URL: http://fedorahosted.org/releases/m/a/mash/ Source0: http://fedorahosted.org/releases/m/a/mash/%{name}-%{version}.tar.gz Patch0: mash-nodelta.patch +Patch1: mash-f12key.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: yum, createrepo, koji Conflicts: pungi < 1.0.0 @@ -23,6 +24,7 @@ any multlib RPMs that are necessary. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__python} setup.py build @@ -46,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Tue Aug 11 2009 Bill Nottingham 0.5.8-3 +- add new F12 key to rawhide mash config + * Fri Jul 24 2009 Bill Nottingham 0.5.8-2 - disable deltas for rawhide during payload format mass rebuild