472527b
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
472527b
83ad7ff
Summary:  A python library for manipulating kickstart files
83ad7ff
Name: pykickstart
fb6bc61
Version: 0.16
a7c8bc4
Release: 1
83ad7ff
Source0: %{name}-%{version}.tar.gz
83ad7ff
License: GPL
83ad7ff
Group: System Environment/Libraries
83ad7ff
BuildArch: noarch
83ad7ff
BuildRoot: %{_tmppath}/%{name}-root
83ad7ff
BuildRequires: python-devel
83ad7ff
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
83ad7ff
83ad7ff
%description
83ad7ff
The pykickstart package is a python library for manipulating kickstart
83ad7ff
files.
83ad7ff
83ad7ff
%prep
83ad7ff
%setup -q
83ad7ff
make
83ad7ff
83ad7ff
%build
83ad7ff
83ad7ff
%install
83ad7ff
rm -rf $RPM_BUILD_ROOT
83ad7ff
python setup.py install --root=${RPM_BUILD_ROOT}
83ad7ff
83ad7ff
%clean
83ad7ff
rm -rf $RPM_BUILD_ROOT
83ad7ff
83ad7ff
%files
83ad7ff
%defattr(-,root,root)
a7c8bc4
%doc README ChangeLog COPYING docs/programmers-guide
472527b
%{python_sitelib}/pykickstart
1e0b10c
/usr/bin/ksvalidator
83ad7ff
83ad7ff
%changelog
fb6bc61
* Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
fb6bc61
- Give dmraid string an initial value.
fb6bc61
- Handle None on partition size.
fb6bc61
0ea4a88
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
0ea4a88
- Add dmraid support
0ea4a88
67a3ae3
* Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
67a3ae3
- Fix VNC parameter parsing (#179209).
67a3ae3
- Deprecate --connect.  Add --host and --port instead.
67a3ae3
2bde272
* Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
2bde272
- Recognize the --eject parameter to shutdown/halt.
2bde272
- Store the exact post-installation action in ksdata.
2bde272
7be39cd
* Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
7be39cd
- Clean up output quoting.
7be39cd
- Finish removing monitor-related stuff from xconfig.
7be39cd
42b53ea
* Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
42b53ea
- Deprecate monitor-related options to xconfig.
42b53ea
a9d35a8
* Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
a9d35a8
- Support --bytes-per-inode on raid
a9d35a8
  (Curtis Doty <Curtis at GreenKey.net> #175288).
a9d35a8
976ee5a
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
976ee5a
- fixup network --onboot
976ee5a
c08a00d
* Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
c08a00d
- Default to SELINUX_ENFORCING.
c08a00d
- Default partition sizes to None for anaconda (#172378).
c08a00d
- Don't call shlex.split on anything inside a script (#172313).
c08a00d
92f5ade
* Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
92f5ade
- Fix clearpart --all.
92f5ade
- vnc command does not require --connect option (#172192).
92f5ade
- network --onboot does not take any option.
92f5ade
- Remove extra spaces from firewall --ports and --trust.
92f5ade
- Write out network --<service> options.
92f5ade
421e218
* Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
421e218
- Add --resolvedeps and --ignoredeps as deprecated options.
421e218
- Pass line number to header functions.
421e218
1e0b10c
* Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
1e0b10c
- Add line numbers to exception reporting.
1e0b10c
- Added ksvalidator.
1e0b10c
a7c8bc4
* Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
a7c8bc4
- Correct deprecated attribute on options.
a7c8bc4
- Added programming documentation.
a7c8bc4
472527b
* Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
472527b
- Correct python lib directory on 64-bit archs (#170621).
472527b
c625f88
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
c625f88
- Add a deprecated attribute to options.
c625f88
- Add --card option back to xconfig and mark as deprecated.
c625f88
- Throw a deprecation warning on mouse and langsupport commands.
c625f88
- Rename Writer to KickstartWriter for consistency.
c625f88
- Collapse scripts into a single list and add an attribute on Script to
c625f88
  differentiate.
c625f88
de928ee
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
de928ee
- Rename module to pykickstart to avoid conflicts in anaconda.
de928ee
- Rename data classes for consistency.
de928ee
- Add default bytesPerInode settings.
de928ee
83ad7ff
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
83ad7ff
- Created package from anaconda.