diff --git a/.gitignore b/.gitignore index 0981ccd8..30eca125 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 34f049d0..6db1b5d1 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 - 3.12-1 +- Remove magic parameter to mkisofs (hamzy) +- Added option for setting release note files (riehecky) + * Thu Jul 31 2014 Dennis Gilmore - 3.11-1 - make sure that the dvd/cd is using the shortened volumeid (dennis) diff --git a/sources b/sources index c77e8ffc..38195d13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37b164ef0dee8d39eebb9c68c3358a1c pungi-3.11.tar.bz2 +864c411bc1294d88cb2b38f299f1974f pungi-3.12.tar.bz2