fix up volume shortening substituions to actually work (dennis)
This commit is contained in:
parent
c4828c1405
commit
6474041367
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ pungi-2.1.2.tar.bz2
|
||||
/pungi-3.07.tar.bz2
|
||||
/pungi-3.08.tar.bz2
|
||||
/pungi-3.09.tar.bz2
|
||||
/pungi-3.10.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.09
|
||||
Version: 3.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2014 Dennis Gilmore <dennis@ausil.us> - 3.10-1
|
||||
- fix up volume shortening substituions to actually work (dennis)
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user