Bump build.

This commit is contained in:
Christopher Edward Lumens 2005-10-13 20:16:44 +00:00
parent c625f88ac7
commit 472527ba90
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,9 @@
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: A python library for manipulating kickstart files
Name: pykickstart
Version: 0.3
Release: 1
Release: 2
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: System Environment/Libraries
@ -30,9 +32,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README ChangeLog COPYING
%{_libdir}/python?.?/site-packages/pykickstart
%{python_sitelib}/pykickstart
%changelog
* Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
- Correct python lib directory on 64-bit archs (#170621).
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
- Add a deprecated attribute to options.
- Add --card option back to xconfig and mark as deprecated.

View File

@ -1 +1 @@
9b073dbd3c879c7feb83727b0f0468ce pykickstart-0.3.tar.gz
d8bb8795bb322ac675ae07d23e12498f pykickstart-0.3.tar.gz