implement nameing scheme from

https://fedoraproject.org/wiki/User:Adamwill/Draft_fedora_image_naming_policy
  (dennis)
- implement shortening of the volumeid which has a 32 character limit (dennis)
This commit is contained in:
Dennis Gilmore 2014-07-30 11:43:54 -05:00
parent 0025ab2825
commit c4828c1405
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ pungi-2.1.2.tar.bz2
/pungi-3.06.tar.bz2
/pungi-3.07.tar.bz2
/pungi-3.08.tar.bz2
/pungi-3.09.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.08
Version: 3.09
Release: 1%{?dist}
Summary: Distribution compose tool
@ -55,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jul 30 2014 Dennis Gilmore <dennis@ausil.us> - 3.09-1
- implement nameing scheme from
https://fedoraproject.org/wiki/User:Adamwill/Draft_fedora_image_naming_policy
(dennis)
- implement shortening of the volumeid which has a 32 character limit (dennis)
* Wed Jul 23 2014 Dennis Gilmore <dennis@ausil.us> - 3.08-1
- fix up some issues with --no-dvd and --workbasedir (dennis)

View File

@ -1 +1 @@
ebab079dfb84208185d364c34a2fc676 pungi-3.08.tar.bz2
55c8e1c0ce406600244a04ab33cebf6f pungi-3.09.tar.bz2