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:
parent
0025ab2825
commit
c4828c1405
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user