rpms/mash/devel mash.spec,1.34,1.35

Jesse Keating jkeating at fedoraproject.org
Thu Oct 30 01:08:47 UTC 2008


Author: jkeating

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

Modified Files:
	mash.spec 
Log Message:
* Wed Oct 29 2008 Jesse Keating <jkeating at redhat.com> - 0.4.2-2
- Ignore the F10 key in favor of F10-beta key for now, until all builds are
  written out with the F10 key.  This prevents us from falling back to
  unsigned packages.



Index: mash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mash/devel/mash.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- mash.spec	15 Oct 2008 15:33:45 -0000	1.34
+++ mash.spec	30 Oct 2008 01:08:17 -0000	1.35
@@ -2,7 +2,7 @@
 
 Name:           mash
 Version:        0.4.2
-Release:        1%{?dist}
+Release:        2%{?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
+Patch1:         rawhide-ignore-f10-key.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch1 -p2
 
 %build
 %{__python} setup.py build
@@ -44,6 +46,11 @@
 /var/cache/mash
 
 %changelog
+* Wed Oct 29 2008 Jesse Keating <jkeating at redhat.com> - 0.4.2-2
+- Ignore the F10 key in favor of F10-beta key for now, until all builds are
+  written out with the F10 key.  This prevents us from falling back to
+  unsigned packages.
+
 * Wed Oct 15 2008 Bill Nottingham <notting at redhat.com> 0.4.2-1
 - Enable unique repoadata file names (<jkeating at redhat.com>)
 - Add a kernel multilib policy for sparc (<dennis at ausil.us>)




More information about the scm-commits mailing list