rpms/pungi/devel .cvsignore, 1.24, 1.25 pungi.spec, 1.26, 1.27 sources, 1.25, 1.26

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Sep 17 21:38:10 UTC 2007


Author: jkeating

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

Modified Files:
	.cvsignore pungi.spec sources 
Log Message:
New release to fix up some bugs and make things better



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	30 Aug 2007 21:02:31 -0000	1.24
+++ .cvsignore	17 Sep 2007 21:37:38 -0000	1.25
@@ -1 +1 @@
-pungi-1.0.2.tar.gz
+pungi-1.1.0.tar.gz


Index: pungi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/pungi.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- pungi.spec	30 Aug 2007 21:02:31 -0000	1.26
+++ pungi.spec	17 Sep 2007 21:37:38 -0000	1.27
@@ -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:        1.0.2
+Version:        1.1.0
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -10,7 +10,7 @@
 URL:            http://hosted.fedoraproject.org/projects/pungi
 Source0:        http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       anaconda-runtime, yum => 3.0.3
+Requires:       anaconda-runtime, yum => 3.0.3, repoview
 BuildRequires:  python-devel
 
 BuildArch:      noarch
@@ -31,6 +31,8 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 %{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
+%{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8
+%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
 
  
 %clean
@@ -39,15 +41,28 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Authors Changelog COPYING GPL README ToDo
+%doc Authors Changelog COPYING GPL ToDo doc/README
 # For noarch packages: sitelib
 %{python_sitelib}/pypungi
 %{_bindir}/pungi
 %{_datadir}/pungi
+%{_mandir}/man8/pungi.8.gz
 /var/cache/pungi
 
 
 %changelog
+* Fri Sep 14 2007 Jesse Keating <jkeating at redhat.com> - 1.1.0-1
+- Create repoview content in the tree
+- Move the .composeinfo file into the directory we actually publish
+- Remove python2.5 needs (Mark McLoughlin)
+- Consolidate the download code for easier maint. (Mark McLoughlin)
+- Create a config class that can make using pungi modules easier. (Mark 
+McLoughlin)
+- Use url line in kickstart files as a repo
+- Fix a bug with default dest dir (notting)
+- Include a man page (dcantrell)
+- Fix a bug with file:// based repos
+
 * Thu Aug 30 2007 Jesse Keating <jkeating at redhat.com> - 1.0.2-1
 - Fix some bugs with source iso creation
 - Add source repo to kickstart file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	30 Aug 2007 21:02:31 -0000	1.25
+++ sources	17 Sep 2007 21:37:38 -0000	1.26
@@ -1 +1 @@
-ae788d7cf010263064cc66f02cff1b2b  pungi-1.0.2.tar.gz
+b3b7fc5296b9d4c7d9a18c81142baff1  pungi-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list