New version.
[pykickstart.git] / pykickstart.spec
blob18ea0f9cab70f5f7180962faf0ccb6650930dc33
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.91
6 Release: 1%{?dist}
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 BuildRequires: gettext
14 Requires: python, python-urlgrabber
16 %description
17 The pykickstart package is a python library for manipulating kickstart
18 files.
20 %prep
21 %setup -q
22 make
24 %build
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 make DESTDIR=${RPM_BUILD_ROOT} install
30 %clean
31 rm -rf $RPM_BUILD_ROOT
33 %files
34 %defattr(-,root,root)
35 %doc README ChangeLog COPYING docs/programmers-guide
36 %{python_sitelib}/pykickstart
37 /usr/bin/ksvalidator
38 /usr/share/locale/*/*/*
40 %changelog
41 * Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1
42 - Add a method to read kickstart files from strings.
44 * Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 0.90-1
45 - Support multiple versions of kickstart syntax from one code base
46 (#189348).
47 - Fix inconsistency between Script parser and writer (#222877).
49 * Fri Dec 15 2006 Chris Lumens <clumens@redhat.com> - 0.43-1
50 - Pull in new translations (#216620).
52 * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.42-2
53 - rebuild against python 2.5
55 * Tue Dec 05 2006 Chris Lumens <clumens@redhat.com> - 0.42-1
56 - Fix traceback when writing out repo command (#218274).
58 * Fri Dec 01 2006 Chris Lumens <clumens@redhat.com> - 0.41-1
59 - Fix traceback when using deprecated commands (#218047, #218059).
61 * Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 0.40-1
62 - Pull in new translations (#216620).
63 - Add --level argument to logging command writer.
65 * Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-2
66 - Fix release number.
68 * Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-1
69 - Add writer for --key (#211997).
71 * Tue Oct 17 2006 Jeremy Katz <katzj@redhat.com> - 0.38-1
72 - allow --skip for installation number as well (#207029)
74 * Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 0.37-1
75 - support for installation numbers (#207029)
77 * Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 0.36-1
78 - use valid charsets in translations (#210720)
80 * Fri Sep 29 2006 Chris Lumens <clumens@redhat.com> - 0.35-1
81 - Fix traceback in harddrive command (#208557).
83 * Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1
84 - Add support for --biospart option to harddrive (#207585).
85 - Update writer for syntax changes.
87 * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 0.33-1
88 - improved iscsi syntax
89 - allow multiple zfcp devs
91 * Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 0.32-1
92 - Limit --bootproto to what anaconda supports.
93 - Add --noipv4 and --noipv6 network options.
95 * Tue Jun 20 2006 Chris Lumens <clumens@redhat.com> 0.31-1
96 - Handle nfs --opts (katzj).
97 - RAID devices should be integers instead of strings (#176537).
98 - Add initial support for iscsi (katzj).
100 * Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
101 - Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek
102 <fedora AT soeterbroek.com>).
104 * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
105 - Change order of LVM-related writing functions (#193073).
106 - Require urlgrabber.
107 - Return a more useful error message on unknown commands.
108 - Fix logvol writing typo.
109 - Make ksvalidator validate from a URL in addition to a file.
110 - Don't write out an empty packages section (#192851).
112 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
113 - Add multipath command, handlers, and data objects (pjones).
114 - Rename --ports to --port in writer.
116 * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
117 - Support --mtu for the network command (#191328).
118 - Accept --isUtc for backwards compatibility.
120 * Wed May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
121 - Output formatting fixes.
122 - Added commands for managing users and services.
124 * Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
125 - Ignore spaces before group names (#188095).
126 - Added some translations.
127 - Add options for repo command.
128 - Reorder %packages section output.
129 - Output %packages header options.
130 - Initialize RAID and volume group members to empty lists.
132 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
133 - Add support for the logging command.
135 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1
136 - Don't write out a blank xconfig line.
137 - Reorder output handlers to group like commands together.
138 - Mark strings for translation.
140 * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
141 - Backwards compatibility support for options to zerombr.
143 * Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
144 - Get ignoredisk working again (#182934).
146 * Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
147 - Provide an option to not traceback on missing include files (#181760).
148 - Update programming documentation.
150 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
151 - Correctly set --noformat and --useexisting on lvm and raid.
153 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
154 - --onboot requires a value (#180987).
155 - Be more strict about commands that don't take arguments.
157 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
158 - Fix some errors pychecker caught.
159 - Allow exceptions to not be fatal so ksvalidator can spot more errors in
160 a single pass (#179894).
162 * Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
163 - Don't set a default port for vnc.
165 * Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
166 - Give dmraid string an initial value.
167 - Handle None on partition size.
169 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
170 - Add dmraid support
172 * Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
173 - Fix VNC parameter parsing (#179209).
174 - Deprecate --connect. Add --host and --port instead.
176 * Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
177 - Recognize the --eject parameter to shutdown/halt.
178 - Store the exact post-installation action in ksdata.
180 * Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
181 - Clean up output quoting.
182 - Finish removing monitor-related stuff from xconfig.
184 * Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
185 - Deprecate monitor-related options to xconfig.
187 * Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
188 - Support --bytes-per-inode on raid
189 (Curtis Doty <Curtis at GreenKey.net> #175288).
191 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
192 - fixup network --onboot
194 * Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
195 - Default to SELINUX_ENFORCING.
196 - Default partition sizes to None for anaconda (#172378).
197 - Don't call shlex.split on anything inside a script (#172313).
199 * Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
200 - Fix clearpart --all.
201 - vnc command does not require --connect option (#172192).
202 - network --onboot does not take any option.
203 - Remove extra spaces from firewall --ports and --trust.
204 - Write out network --<service> options.
206 * Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
207 - Add --resolvedeps and --ignoredeps as deprecated options.
208 - Pass line number to header functions.
210 * Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
211 - Add line numbers to exception reporting.
212 - Added ksvalidator.
214 * Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
215 - Correct deprecated attribute on options.
216 - Added programming documentation.
218 * Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
219 - Correct python lib directory on 64-bit archs (#170621).
221 * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
222 - Add a deprecated attribute to options.
223 - Add --card option back to xconfig and mark as deprecated.
224 - Throw a deprecation warning on mouse and langsupport commands.
225 - Rename Writer to KickstartWriter for consistency.
226 - Collapse scripts into a single list and add an attribute on Script to
227 differentiate.
229 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
230 - Rename module to pykickstart to avoid conflicts in anaconda.
231 - Rename data classes for consistency.
232 - Add default bytesPerInode settings.
234 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
235 - Created package from anaconda.