rpms/mash/devel 0001-Add-the-F11-Test-key-to-the-rawhide-config.patch, NONE, 1.1 mash.spec, 1.45, 1.46

Jesse Keating jkeating at fedoraproject.org
Tue Mar 10 05:37:12 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/mash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1542

Modified Files:
	mash.spec 
Added Files:
	0001-Add-the-F11-Test-key-to-the-rawhide-config.patch 
Log Message:
* Mon Mar 09 2009 Jesse Keating <jkeating at redhat.com> - 0.4.9-3
- Add an upstream patch for F11 test key


0001-Add-the-F11-Test-key-to-the-rawhide-config.patch:

--- NEW FILE 0001-Add-the-F11-Test-key-to-the-rawhide-config.patch ---
>From fe6ba67e6cb51608549b7e08f3566a47afb07a0e Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeating at redhat.com>
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



Index: mash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mash/devel/mash.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mash.spec	25 Feb 2009 23:42:15 -0000	1.45
+++ mash.spec	10 Mar 2009 05:36:41 -0000	1.46
@@ -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 @@
 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 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +46,9 @@
 /var/cache/mash
 
 %changelog
+* Mon Mar 09 2009 Jesse Keating <jkeating at redhat.com> - 0.4.9-3
+- Add an upstream patch for F11 test key
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list