Remove magic parameter to mkisofs (hamzy)
- Added option for setting release note files (riehecky)
This commit is contained in:
parent
d362b9ee20
commit
daa4217d1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ pungi-2.1.2.tar.bz2
|
|||||||
/pungi-3.09.tar.bz2
|
/pungi-3.09.tar.bz2
|
||||||
/pungi-3.10.tar.bz2
|
/pungi-3.10.tar.bz2
|
||||||
/pungi-3.11.tar.bz2
|
/pungi-3.11.tar.bz2
|
||||||
|
/pungi-3.12.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 3.11
|
Version: 3.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 31 2014 Dennis Gilmore <dennis@ausil.us> - 3.11-1
|
||||||
- make sure that the dvd/cd is using the shortened volumeid (dennis)
|
- make sure that the dvd/cd is using the shortened volumeid (dennis)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user