diff --git a/mash.spec b/mash.spec index 6e8b5c8..c8acd7c 100644 --- a/mash.spec +++ b/mash.spec @@ -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 @@ Requires: yum, createrepo >= 0.9.2, koji 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 @@ any multlib RPMs that are necessary. %prep %setup -q +%patch1 -p2 %build %{__python} setup.py build @@ -44,6 +46,11 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Wed Oct 29 2008 Jesse Keating - 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 0.4.2-1 - Enable unique repoadata file names () - Add a kernel multilib policy for sparc ()