Commit spec change that I forgot to a while ago.

This commit is contained in:
Jesse Keating 2008-02-08 15:05:58 -05:00 committed by Jesse Keating
parent 923ea6fa1a
commit 1a5e874d84

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: 1.2.7 Version: 1.2.8
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
* Fri Jan 25 2008 jkeating <jkeating@redhat.com> 1.2.8-1
- Put createrepo arguments in correct order
* Tue Jan 22 2008 jkeating <jkeating@redhat.com> 1.2.7-1 * Tue Jan 22 2008 jkeating <jkeating@redhat.com> 1.2.7-1
- Rework how repodata gets generated for media. - Rework how repodata gets generated for media.
- use createrepo api - use createrepo api