fix up volume shortening substituions to actually work (dennis)

This commit is contained in:
Dennis Gilmore 2014-07-31 04:27:32 -05:00
parent c4828c1405
commit 6474041367
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ pungi-2.1.2.tar.bz2
/pungi-3.07.tar.bz2 /pungi-3.07.tar.bz2
/pungi-3.08.tar.bz2 /pungi-3.08.tar.bz2
/pungi-3.09.tar.bz2 /pungi-3.09.tar.bz2
/pungi-3.10.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()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: pungi Name: pungi
Version: 3.09 Version: 3.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Distribution compose tool Summary: Distribution compose tool
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Wed Jul 30 2014 Dennis Gilmore <dennis@ausil.us> - 3.09-1
- implement nameing scheme from - implement nameing scheme from
https://fedoraproject.org/wiki/User:Adamwill/Draft_fedora_image_naming_policy https://fedoraproject.org/wiki/User:Adamwill/Draft_fedora_image_naming_policy

View File

@ -1 +1 @@
55c8e1c0ce406600244a04ab33cebf6f pungi-3.09.tar.bz2 163f0887eafef54fb79a3516168661f0 pungi-3.10.tar.bz2