add option to not make a dvd
This commit is contained in:
parent
9c45755e81
commit
000c1ae939
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@ausil.us> - 3.07-1
|
||||
- add option to not make a dvd
|
||||
|
||||
* Mon Jul 14 2014 Dennis Gilmore <dennis@ausil.us> - 3.06-1
|
||||
- allow the base work directory to be configurable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user