rpms/pungi/devel .cvsignore, 1.21, 1.22 pungi.spec, 1.22, 1.23 sources, 1.21, 1.22

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Aug 27 19:49:34 UTC 2007


Author: jkeating

Update of /cvs/pkgs/rpms/pungi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32194/devel

Modified Files:
	.cvsignore pungi.spec sources 
Log Message:
1.0 release!!
Now with kickstart file support



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	22 Aug 2007 02:19:55 -0000	1.21
+++ .cvsignore	27 Aug 2007 19:49:02 -0000	1.22
@@ -1 +1 @@
-pungi-0.5.0.tar.gz
+pungi-1.0.0.tar.gz


Index: pungi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/pungi.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- pungi.spec	22 Aug 2007 02:19:55 -0000	1.22
+++ pungi.spec	27 Aug 2007 19:49:02 -0000	1.23
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pungi
-Version:        0.5.0
+Version:        1.0.0
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -30,6 +30,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
 
  
 %clean
@@ -39,13 +40,31 @@
 %files
 %defattr(-,root,root,-)
 %doc Authors Changelog COPYING GPL README ToDo
-%config(noreplace) %{_sysconfdir}/pungi
 # For noarch packages: sitelib
 %{python_sitelib}/pypungi
 %{_bindir}/pungi
+%{_datadir}/pungi
+/var/cache/pungi
 
 
 %changelog
+* Mon Aug 27 2007 Jesse Keating <jkeating at redhat.com>
+- Add support for $releasever in repo uris.
+- Add a kickstart file usable for composing Fedora 8 "Fedora"
+- Fix bugs with $basearch and mirrorlist usage.
+- Add a cache dir for pungi (/var/cache/pungi) and a cli option to override
+- Add root check.
+- Use a kickstart file as input now (for cdsize and package manifest)
+- Remove a lot of configurable items and hard set them
+- Move some items to cli flags only (part of moving to pykickstart)
+- hard set product_path to 'Packages'
+- Use group metadata from repos instead of our own comps file
+- Get group files out of configured repos and create a mashup
+  of the comps.  Filter it and make use of it when creating repos.
+- Quiet down creatrepo calls
+- Adjust logging to make use of new facility, use right levels
+- Drop a note when all done with composing
+
 * Tue Aug 21 2007 Jesse Keating <jkeating at redhat.com> - 0.5.0-1
 - Rework how source rpms are pulled in
   Always pull in 'src' arch packages, just filter them


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	22 Aug 2007 02:19:55 -0000	1.21
+++ sources	27 Aug 2007 19:49:02 -0000	1.22
@@ -1 +1 @@
-faa007d271f914af135244e35e4736d6  pungi-0.5.0.tar.gz
+f5aabde5b44581d3c19457cdac61af4f  pungi-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list