Remove magic parameter to mkisofs (hamzy)

- Added option for setting release note files (riehecky)
This commit is contained in:
Dennis Gilmore 2014-09-11 11:10:52 -05:00
parent d362b9ee20
commit daa4217d1e
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@ausil.us> - 3.11-1
- make sure that the dvd/cd is using the shortened volumeid (dennis)

View File

@ -1 +1 @@
37b164ef0dee8d39eebb9c68c3358a1c pungi-3.11.tar.bz2
864c411bc1294d88cb2b38f299f1974f pungi-3.12.tar.bz2