diff --git a/.cvsignore b/.cvsignore index 322acba..d36de72 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mash-0.1.13.tar.gz +mash-0.1.14.tar.gz diff --git a/mash.spec b/mash.spec index 7081ef7..8134021 100644 --- a/mash.spec +++ b/mash.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mash -Version: 0.1.13 +Version: 0.1.14 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -9,7 +9,7 @@ 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) -Requires: yum >= 3.1.0, createrepo, koji +Requires: yum, createrepo, koji BuildRequires: python-devel BuildArch: noarch @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mash %changelog +* Wed May 30 2007 Bill Nottingham 0.1.14-1 +- add a use_sqlite config option for determining whether to use createrepo -d + * Wed May 30 2007 Bill Nottingham 0.1.13-1 - hopefully fix the db locking issues - make source rpm path configurable diff --git a/sources b/sources index 54213cc..36a8e99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d686be39891b991ebcfa5df21514b2a8 mash-0.1.13.tar.gz +7b5a4f982e1c70ebfc8d0005a47955b7 mash-0.1.14.tar.gz