Bump build.
This commit is contained in:
parent
c625f88ac7
commit
472527ba90
@ -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
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -30,9 +32,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README ChangeLog COPYING
|
%doc README ChangeLog COPYING
|
||||||
%{_libdir}/python?.?/site-packages/pykickstart
|
%{python_sitelib}/pykickstart
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
|
||||||
- Add a deprecated attribute to options.
|
- Add a deprecated attribute to options.
|
||||||
- Add --card option back to xconfig and mark as deprecated.
|
- Add --card option back to xconfig and mark as deprecated.
|
||||||
|
Loading…
Reference in New Issue
Block a user