[pungi] fix up some issues with --no-dvd and --workbasedir (dennis)

Dennis Gilmore ausil at fedoraproject.org
Wed Jul 23 16:22:52 UTC 2014


commit 0025ab28252cb0d6f1d8e3f9a5fc3aa252debfdd
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jul 23 11:22:46 2014 -0500

    fix up some issues with --no-dvd and --workbasedir (dennis)

 .gitignore |    1 +
 pungi.spec |    5 ++++-
 sources    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f88633..848dc43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ pungi-2.1.2.tar.bz2
 /pungi-3.05.tar.bz2
 /pungi-3.06.tar.bz2
 /pungi-3.07.tar.bz2
+/pungi-3.08.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index 3596c4a..508fdb0 100644
--- a/pungi.spec
+++ b/pungi.spec
@@ -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:        3.07
+Version:        3.08
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 23 2014 Dennis Gilmore <dennis at ausil.us> - 3.08-1
+- fix up some issues with --no-dvd and --workbasedir (dennis)
+
 * Sun Jul 20 2014 Dennis Gilmore <dennis at ausil.us> - 3.07-1
 - add option to not make a dvd
 
diff --git a/sources b/sources
index c7b40fb..5ee291b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-918b893001701ccd98e93d060cb1291b  pungi-3.07.tar.bz2
+ebab079dfb84208185d364c34a2fc676  pungi-3.08.tar.bz2


More information about the scm-commits mailing list