[pungi] add option to not make a dvd

Dennis Gilmore ausil at fedoraproject.org
Sun Jul 20 17:07:19 UTC 2014


commit 000c1ae939d1be05767f01c1bccffa0e01149ed5
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sun Jul 20 12:07:12 2014 -0500

    add option to not make a dvd

 .gitignore |    1 +
 pungi.spec |    5 ++++-
 sources    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb1f724..8f88633 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ pungi-2.1.2.tar.bz2
 /pungi-3.04.tar.bz2
 /pungi-3.05.tar.bz2
 /pungi-3.06.tar.bz2
+/pungi-3.07.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index 0c0b8fe..3596c4a 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.06
+Version:        3.07
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 20 2014 Dennis Gilmore <dennis at ausil.us> - 3.07-1
+- add option to not make a dvd
+
 * Mon Jul 14 2014 Dennis Gilmore <dennis at ausil.us> - 3.06-1
 - allow the base work directory to be configurable
 
diff --git a/sources b/sources
index 47a03c2..c7b40fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16ab7484b48727469d1f2076287cb153  pungi-3.06.tar.bz2
+918b893001701ccd98e93d060cb1291b  pungi-3.07.tar.bz2


More information about the scm-commits mailing list