Bump version.
[pykickstart.git] / pykickstart.spec
blob29e00af3e4aaa3922b21591ad659c3846c1c74f7
1 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
3 Summary: A python library for manipulating kickstart files
4 Name: pykickstart
5 Version: 0.28
6 Release: 1
7 Source0: %{name}-%{version}.tar.gz
8 License: GPL
9 Group: System Environment/Libraries
10 BuildArch: noarch
11 BuildRoot: %{_tmppath}/%{name}-root
12 BuildRequires: python-devel
13 Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
15 %description
16 The pykickstart package is a python library for manipulating kickstart
17 files.
19 %prep
20 %setup -q
21 make
23 %build
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 make DESTDIR=${RPM_BUILD_ROOT} install
29 %clean
30 rm -rf $RPM_BUILD_ROOT
32 %files
33 %defattr(-,root,root)
34 %doc README ChangeLog COPYING docs/programmers-guide
35 %{python_sitelib}/pykickstart
36 /usr/bin/ksvalidator
37 /usr/share/locale/*/*/*
39 %changelog
40 * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
41 - Support --mtu for the network command (#191328).
42 - Accept --isUtc for backwards compatibility.
44 * Wed May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
45 - Output formatting fixes.
46 - Added commands for managing users and services.
48 * Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
49 - Ignore spaces before group names (#188095).
50 - Added some translations.
51 - Add options for repo command.
52 - Reorder %packages section output.
53 - Output %packages header options.
54 - Initialize RAID and volume group members to empty lists.
56 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
57 - Add support for the logging command.
59 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1
60 - Don't write out a blank xconfig line.
61 - Reorder output handlers to group like commands together.
62 - Mark strings for translation.
64 * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
65 - Backwards compatibility support for options to zerombr.
67 * Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
68 - Get ignoredisk working again (#182934).
70 * Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
71 - Provide an option to not traceback on missing include files (#181760).
72 - Update programming documentation.
74 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
75 - Correctly set --noformat and --useexisting on lvm and raid.
77 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
78 - --onboot requires a value (#180987).
79 - Be more strict about commands that don't take arguments.
81 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
82 - Fix some errors pychecker caught.
83 - Allow exceptions to not be fatal so ksvalidator can spot more errors in
84 a single pass (#179894).
86 * Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
87 - Don't set a default port for vnc.
89 * Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
90 - Give dmraid string an initial value.
91 - Handle None on partition size.
93 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
94 - Add dmraid support
96 * Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
97 - Fix VNC parameter parsing (#179209).
98 - Deprecate --connect. Add --host and --port instead.
100 * Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
101 - Recognize the --eject parameter to shutdown/halt.
102 - Store the exact post-installation action in ksdata.
104 * Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
105 - Clean up output quoting.
106 - Finish removing monitor-related stuff from xconfig.
108 * Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
109 - Deprecate monitor-related options to xconfig.
111 * Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
112 - Support --bytes-per-inode on raid
113 (Curtis Doty <Curtis at GreenKey.net> #175288).
115 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
116 - fixup network --onboot
118 * Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
119 - Default to SELINUX_ENFORCING.
120 - Default partition sizes to None for anaconda (#172378).
121 - Don't call shlex.split on anything inside a script (#172313).
123 * Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
124 - Fix clearpart --all.
125 - vnc command does not require --connect option (#172192).
126 - network --onboot does not take any option.
127 - Remove extra spaces from firewall --ports and --trust.
128 - Write out network --<service> options.
130 * Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
131 - Add --resolvedeps and --ignoredeps as deprecated options.
132 - Pass line number to header functions.
134 * Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
135 - Add line numbers to exception reporting.
136 - Added ksvalidator.
138 * Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
139 - Correct deprecated attribute on options.
140 - Added programming documentation.
142 * Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
143 - Correct python lib directory on 64-bit archs (#170621).
145 * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
146 - Add a deprecated attribute to options.
147 - Add --card option back to xconfig and mark as deprecated.
148 - Throw a deprecation warning on mouse and langsupport commands.
149 - Rename Writer to KickstartWriter for consistency.
150 - Collapse scripts into a single list and add an attribute on Script to
151 differentiate.
153 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
154 - Rename module to pykickstart to avoid conflicts in anaconda.
155 - Rename data classes for consistency.
156 - Add default bytesPerInode settings.
158 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
159 - Created package from anaconda.