rpms/mash/devel mash-f12key.patch,NONE,1.1 mash.spec,1.57,1.58

Bill Nottingham notting at fedoraproject.org
Tue Aug 11 04:04:31 UTC 2009


Author: notting

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

Modified Files:
	mash.spec 
Added Files:
	mash-f12key.patch 
Log Message:
Add F12 key.


mash-f12key.patch:
 rawhide.mash |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mash-f12key.patch ---
commit 190201a52d9067e276f9e71ca5a68a338b4d8917
Author: Bill Nottingham <notting at redhat.com>
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


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- mash.spec	10 Aug 2009 16:31:22 -0000	1.57
+++ mash.spec	11 Aug 2009 04:04:31 -0000	1.58
@@ -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 <notting at redhat.com> 0.5.8-3
+- add new F12 key to rawhide mash config
+
 * Fri Jul 24 2009 Bill Nottingham <notting at redhat.com> 0.5.8-2
 - disable deltas for rawhide during payload format mass rebuild
 




More information about the scm-commits mailing list