From d6a24e214aecb63e51088739844deaeb02f174cd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jan 17 2008 21:35:48 +0000 Subject: update to 0.3.0 --- diff --git a/.cvsignore b/.cvsignore index 893df4f..a240076 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mash-0.2.10.tar.gz +mash-0.3.0.tar.gz diff --git a/mash.spec b/mash.spec index 7219c77..f09c015 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.2.10 +Version: 0.3.0 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, createrepo, koji +Requires: yum, createrepo >= 0.9.2, koji Conflicts: pungi < 1.0.0 BuildRequires: python-devel BuildArch: noarch @@ -34,16 +34,19 @@ mv $RPM_BUILD_ROOT/%{_bindir}/mash.py $RPM_BUILD_ROOT/%{_bindir}/mash %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %config(noreplace) %{_sysconfdir}/mash -%{python_sitelib}/mash +%{python_sitelib}/mash* %{_bindir}/* %{_datadir}/mash %changelog +* Thu Jan 17 2008 Bill Nottingham 0.3.0-1 +- use createrepo's python API +- allow running without local koji storage + * Mon Nov 19 2007 Bill Nottingham 0.2.10-1 - handle non Packages/ repositories better (#350391) diff --git a/sources b/sources index b72ff36..6a71bef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c2bfe44263977937ec2f88c3d0cb97c mash-0.2.10.tar.gz +78c9e8e983f9d54369a848807a44f55c mash-0.3.0.tar.gz