rpms/mash/devel .cvsignore, 1.22, 1.23 mash.spec, 1.20, 1.21 sources, 1.23, 1.24

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Thu Jan 17 21:36:28 UTC 2008


Author: notting

Update of /cvs/extras/rpms/mash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16196

Modified Files:
	.cvsignore mash.spec sources 
Log Message:
update to 0.3.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	19 Nov 2007 21:33:25 -0000	1.22
+++ .cvsignore	17 Jan 2008 21:35:48 -0000	1.23
@@ -1 +1 @@
-mash-0.2.10.tar.gz
+mash-0.3.0.tar.gz


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mash.spec	19 Nov 2007 21:33:25 -0000	1.20
+++ mash.spec	17 Jan 2008 21:35:48 -0000	1.21
@@ -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 @@
 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 @@
 %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 <notting at redhat.com> 0.3.0-1
+- use createrepo's python API
+- allow running without local koji storage
+
 * Mon Nov 19 2007 Bill Nottingham <notting at redhat.com> 0.2.10-1
 - handle non Packages/ repositories better (#350391)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	19 Nov 2007 21:33:25 -0000	1.23
+++ sources	17 Jan 2008 21:35:48 -0000	1.24
@@ -1 +1 @@
-0c2bfe44263977937ec2f88c3d0cb97c  mash-0.2.10.tar.gz
+78c9e8e983f9d54369a848807a44f55c  mash-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list