[pungi] Remove magic parameter to mkisofs (hamzy)

Dennis Gilmore ausil at fedoraproject.org
Thu Sep 11 16:10:55 UTC 2014


commit daa4217d1edad85034f7a9ed0d8383e0c1326a4e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Sep 11 11:10:52 2014 -0500

    Remove magic parameter to mkisofs (hamzy)
    
    - Added option for setting release note files (riehecky)

 .gitignore |    1 +
 pungi.spec |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0981ccd..30eca12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ pungi-2.1.2.tar.bz2
 /pungi-3.09.tar.bz2
 /pungi-3.10.tar.bz2
 /pungi-3.11.tar.bz2
+/pungi-3.12.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index 34f049d..6db1b5d 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.11
+Version:        3.12
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 11 2014 Dennis Gilmore <dennis at ausil.us> - 3.12-1
+- Remove magic parameter to mkisofs (hamzy)
+- Added option for setting release note files (riehecky)
+
 * Thu Jul 31 2014 Dennis Gilmore <dennis at ausil.us> - 3.11-1
 - make sure that the dvd/cd is using the shortened volumeid (dennis)
 
diff --git a/sources b/sources
index c77e8ff..38195d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37b164ef0dee8d39eebb9c68c3358a1c  pungi-3.11.tar.bz2
+864c411bc1294d88cb2b38f299f1974f  pungi-3.12.tar.bz2


More information about the scm-commits mailing list