diff --git a/.cvsignore b/.cvsignore index c77bd8a..04adcef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mash-0.4.1.tar.gz +mash-0.4.2.tar.gz diff --git a/mash.spec b/mash.spec index e035941..6e8b5c8 100644 --- a/mash.spec +++ b/mash.spec @@ -1,11 +1,11 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mash -Version: 0.4.1 -Release: 2%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools -License: GPLv2 +License: GPL URL: http://people.redhat.com/notting/mash/ Source0: http://people.redhat.com/notting/mash/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -13,7 +13,6 @@ Requires: yum, createrepo >= 0.9.2, koji Conflicts: pungi < 1.0.0 BuildRequires: python-devel BuildArch: noarch -Patch0: rawhide-to-development.patch %description mash is a tool that queries a koji buildsystem for the latest RPMs for @@ -22,7 +21,6 @@ any multlib RPMs that are necessary. %prep %setup -q -%patch0 -p1 %build %{__python} setup.py build @@ -46,16 +44,14 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog -* Tue Sep 16 2008 Jesse Keating - 0.4.1-2 -- Rename 'rawhide' back to 'development' as we're not ready to make that name -change on the mirror. +* Wed Oct 15 2008 Bill Nottingham 0.4.2-1 +- Enable unique repoadata file names () +- Add a kernel multilib policy for sparc () +- Fix base multilib policy, and packages with no key () * Mon Sep 15 2008 Bill Nottingham 0.4.1-1 - Adjust for new keys -* Thu Aug 7 2008 Tom "spot" Callaway 0.4.0-2 -- fix license tag - * Tue Jul 22 2008 Bill Nottingham 0.4.0-1 - add simple timestamping for profiling usage - add support for caching non-local koji repositories diff --git a/sources b/sources index 73cecff..dda7c3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4aa3acb74d92b4ec3d7c92b217736f11 mash-0.4.1.tar.gz +575aad4e44475b8f2bb872aabb98465e mash-0.4.2.tar.gz