New version.
[pykickstart.git] / pykickstart.spec
blobf95520a0539e8d24c2f8dd4e09d473c4b4d627c0
1 %{!?python_sitelib: %global 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 Url: http://fedoraproject.org/wiki/pykickstart
6 Version: 1.99.59
7 Release: 1%{?dist}
8 # This is a Red Hat maintained package which is specific to
9 # our distribution. Thus the source is only available from
10 # within this srpm.
11 Source0: %{name}-%{version}.tar.gz
13 License: GPLv2
14 Group: System Environment/Libraries
15 BuildArch: noarch
16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17 BuildRequires: python-devel, gettext, python-setuptools
18 BuildRequires: python-urlgrabber
19 %if ! 0%{?rhel}
20 BuildRequires: transifex-client
21 %endif
22 Requires: python, python-urlgrabber
24 %description
25 The pykickstart package is a python library for manipulating kickstart
26 files.
28 %prep
29 %setup -q
31 %build
32 make
34 %install
35 rm -rf %{buildroot}
36 make DESTDIR=%{buildroot} install
37 %find_lang %{name}
39 %clean
40 rm -rf %{buildroot}
42 %check
43 make test
45 %files -f %{name}.lang
46 %defattr(-,root,root,-)
47 %doc README COPYING docs/programmers-guide
48 %doc docs/kickstart-docs.txt
49 %{python_sitelib}/*
50 %{_bindir}/ksvalidator
51 %{_bindir}/ksflatten
52 %{_bindir}/ksverdiff
53 %{_bindir}/ksshell
54 %{_mandir}/man1/*
56 %changelog
57 * Wed Sep 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.59-1
58 - Some tests for --size and --percent (#1117908) (amulhern)
59 - Update tests where necessary with --size flag (#1117908) (amulhern)
60 - Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern)
61 - Check the regular expression when asserting a parse error (#1117908) (amulhern)
62 - Do not reference non-existant attribute (#1117908) (amulhern)
63 - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern)
64 - Remove --disable-override from tx arguments. (clumens)
65 - Add the bootloader --disabled option for RHEL7 as well. (clumens)
67 * Tue Aug 12 2014 Chris Lumens <clumens@redhat.com> - 1.99.58-1
68 - Add --install flag to repo command (#1119867) (bcl)
70 * Wed Jul 02 2014 Chris Lumens <clumens@redhat.com> - 1.99.57-1
71 - Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens)
72 - Add autopart --fstype support (#1112697) (bcl)
73 - Add some more tests to bump up the "make coverage" numbers. (clumens)
75 * Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
76 - Add support for --disklabel to clearpart (#1078537) (bcl)
77 - Make print statements Python 3 compatible (mkolman)
79 * Fri May 16 2014 Chris Lumens <clumens@redhat.com> - 1.99.55-1
80 - Do not set any magic default PE size in pykickstart (vpodzime)
81 - ostreesetup: Fix noGpg attribute (walters)
82 - Fix bogus changelog in pykickstart.spec (sagarun)
83 - Stop shipping a ChangeLog file. (clumens)
84 - We can use descriptive pylint message names on the command line, too. (clumens)
86 * Tue Apr 22 2014 Chris Lumens <clumens@redhat.com> - 1.99.54-1
87 - Move ks tools from optparse to argparse (#1083913). (clumens)
88 - Use descriptive pylint messages instead of numbers. (clumens)
89 - Fix up some printing problems in some of the tools. (clumens)
90 - Add support for the --listversions option to ksverdiff too. (clumens)
91 - Run pylint on tools/, and fix up all the errors. (clumens)
92 - disable-msg -> disable for pylint. (clumens)
94 * Mon Mar 31 2014 Chris Lumens <clumens@redhat.com> - 1.99.53-1
95 - ostreesetup: New command (walters)
96 - Move commandMap and dataMap setting into the individual handler classes. (clumens)
98 * Fri Mar 21 2014 Chris Lumens <clumens@redhat.com> - 1.99.52-1
99 - Take care of all the unused argument warnings. (clumens)
100 - Take care of all the unused variable warnings. (clumens)
101 - Remove unused imports. (clumens)
102 - Don't do relative import any more, either. (clumens)
103 - Stop doing wildcard imports. (clumens)
104 - Add an option to disable even installing the core group. (clumens)
106 * Tue Mar 18 2014 Chris Lumens <clumens@redhat.com> - 1.99.51-1
107 - Use the correct indentation for the new network stuff. (clumens)
108 - Add network --interfacename option for vlans (#1061646) (rvykydal)
110 * Mon Mar 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.50-1
111 - Add a new bootloader --disabled option (#1074522). (clumens)
112 - Add support for F21. (clumens)
113 - Fix an error on the printing side of handling environments. (clumens)
114 - Add support for fcoe --autovlan option (#1055779) (rvykydal)
116 * Wed Feb 05 2014 Chris Lumens <clumens@redhat.com> - 1.99.49-1
117 - Provide syntax for specifying environments (#1061296). (clumens)
118 - Use the correct LogVolData object (#1058520). (clumens)
119 - Don't do string comparisons in "make test" (#1057573). (clumens)
121 * Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.48-1
122 - Specify a kickstart version when running package-related tests. (clumens)
123 - We need python-urlgrabber to do builds now. (clumens)
125 * Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.47-1
126 - Add missing version bumps for RHEL7 command control map (#1032738) (mkolman)
127 - Run "make test" as part of the RPM build process (#1025226). (clumens)
128 - Include test cases in the source distribution. (clumens)
129 - With the previous patch, RAID test formatting needs to change. (clumens)
130 - Do not add a list of PVs or RAID members when writing out --useexisting (#1021274). (clumens)
131 - Raise an error if bootloader --boot-drive gets more than one argument. (clumens)
133 * Thu Nov 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.46-1
134 - Add support for network team devices (#1003591) (rvykydal)
135 - Work on test coverage a little bit. (clumens)
136 - Don't use OrderedDict. (clumens)
137 - Add tests for tmpfs usage (mkolman)
138 - Add tmpfs support (#918621) (mkolman)
140 * Fri Nov 01 2013 Chris Lumens <clumens@redhat.com> - 1.99.45-1
141 - Set bootloader location constructor default value to "none" (#916529) (amulhern)
143 * Fri Oct 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.44-1
144 - method getattr should default to handler.url (bcl)
145 Related: rhbz#1016801
147 * Wed Oct 16 2013 Chris Lumens <clumens@redhat.com> - 1.99.43-1
148 - Use F20_Raid for RHEL7. (#997146) (dlehman)
150 * Tue Oct 08 2013 Chris Lumens <clumens@redhat.com> - 1.99.42-1
151 - Remove a triple-X message that is no longer needed (mkolman)
152 - Add --remove-service option for the firewall command (#1016008) (mkolman)
154 * Wed Sep 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.41-1
155 - New 'eula' command (#1000409) (vpodzime)
157 * Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> 1.99.40-2
158 - Only BuildRequire transifex on OSes that include it.
160 * Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> - 1.99.40-1
161 - Don't error out if volgroup --useexisting is given with no members. (clumens)
163 * Tue Sep 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.39-1
164 - Call the right attribute method (#1004889) (bcl)
165 - Reset method seen attrs when switching method (#1004889) (bcl)
167 * Tue Sep 03 2013 Brian C. Lane <bcl@redhat.com> - 1.99.38-1
168 - Return None for attributes if no method has been set (#1001081) (dshea)
169 - Fix up a couple pylint errors in the tools. (clumens)
171 * Wed Aug 21 2013 Chris Lumens <clumens@redhat.com> - 1.99.37-1
172 - Correct exception raising style. (clumens)
173 - Fix up how we call pylint for 1.0.0. (clumens)
174 - Set method.method when attempted. (dshea)
176 * Mon Aug 19 2013 Chris Lumens <clumens@redhat.com> - 1.99.36-1
177 - When method.method is set, also set the right seen attribute (#994553). (clumens)
178 - Add tests for incorrect command usage detection (mkolman)
179 - Add class for independent multi-line command sequence tests (mkolman)
180 - Raise an error if autopart is combined with partitioning commands (#886010) (mkolman)
182 * Mon Jul 29 2013 Chris Lumens <clumens@redhat.com> - 1.99.35-1
183 - Add aliases for all the old method classes (#986069). (clumens)
184 - Check syntax version before issuing a deprecation warning (#972098). (clumens)
186 * Mon Jul 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.34-1
187 - Always create self.handler on-demand in the test cases. (clumens)
188 - Also set the seen attribute when __call__ is used. (clumens)
189 - Mark the upgrade command as deprecated. (clumens)
190 - Add the method test case back in. (clumens)
191 - Set the seen attribute when parsing in test cases, too. (clumens)
192 - Add a proxy method command object. (clumens)
193 - Add an interactive kickstart shell command, ksshell. (clumens)
194 - Fix string substitution errors in translatable text. (clumens)
195 - Break the method command out into individual commands. (clumens)
197 * Tue Jul 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.33-1
198 - Add support for lvm thin provisioning. (dlehman)
199 - Add support for F20. (clumens)
200 - Add a new test for the group command. (clumens)
201 - In the test cases, error on all non-deprecation warnings. (clumens)
202 - Remove unused imports from the test suite. (clumens)
204 * Fri Jun 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.32-1
205 - transifex.net is now transifex.com (bcl)
206 - Update raid --device to be an array name specifier. (dlehman)
207 - Add more tests for the realm command (mkolman)
208 - RHEL7 is now more or less based on F19, at least for kickstart. (clumens)
209 - realm: Fix --no-password option (stefw)
210 - Add man pages for all programs (#948440). (clumens)
212 * Wed May 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.31-1
213 - Fix F18/F19 cdrom methods (bcl)
215 * Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.30-1
216 - Add support for the realm command (mkolman)
217 - Add liveimg install method (bcl)
219 * Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.29-1
220 - add --extlinux option (mattdm)
222 * Tue Apr 23 2013 Chris Lumens <clumens@redhat.com> - 1.99.28-1
223 - Add network --ipv6gateway option (#905226) (rvykydal)
224 - Add lang --addsupport option (#912364) (rvykydal)
226 * Wed Apr 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.27-1
227 - A new user's group should default to None, not 0 (#929204). (clumens)
229 * Fri Mar 22 2013 Chris Lumens <clumens@redhat.com> - 1.99.26-1
230 - parser.py: Allow shlex to strip lines (fedora.dm0)
231 - Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
232 - Add gid attribute to User command and associated data structure (msivak)
233 - Make sure tests can run and report import errors (bcl)
234 - Add network --vlanid option to Fedora. (rvykydal)
236 * Mon Mar 04 2013 Chris Lumens <clumens@redhat.com> - 1.99.25-1
237 - pylint appears to have gotten pickier. (clumens)
238 - Fix typo in --wpakey string representation method (rvykydal)
239 - Also add the F19 handler file. (clumens)
240 - Don't strip the newline from reboot or shutdown commands (#915013). (clumens)
241 - Add bonding support to RHEL 7 (rvykydal)
242 - Add bonding support to F19 (rvykydal)
243 - Add support for F19 (rvykydal)
245 * Wed Feb 13 2013 Chris Lumens <clumens@redhat.com> - 1.99.24-1
246 - Add a seen attribute to commands, sections, and the packages object. (clumens)
248 * Mon Jan 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.23-1
249 - Don't print any of the autopart command if autopart is disabled (#888841). (clumens)
250 - Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens)
251 - Beware of possible unicode strings (#876293) (vpodzime)
252 - Remove the lang.apply method (#882186). (clumens)
253 - Add 'make coverage' command to the make file (stefw)
255 * Tue Nov 20 2012 Chris Lumens <clumens@redhat.com> - 1.99.22-1
256 - Add support for url --mirrorlist, needed by anaconda (#868558). (clumens)
257 - Only write out a logging line if one was provided (#873242). (clumens)
258 - If no timezone was provided, do not write out an empty timezone command. (clumens)
260 * Wed Oct 24 2012 Chris Lumens <clumens@redhat.com> - 1.99.21-1
261 - Add support for layout switching options (vpodzime)
263 * Mon Oct 15 2012 Chris Lumens <clumens@redhat.com> - 1.99.20-1
264 - Disable pylint warnings related to the previous patch. (clumens)
265 - Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
266 - Fix superclass constructor call in F18_Keyboard. (dlehman)
267 - Add cipher option for encrypting block devices. (dlehman)
268 - Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
269 - add unsupported_hardware command (#824963) (bcl)
271 * Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.19-1
272 - bonding support: add network --bondslaves --bondopts options (rvykydal)
273 - vlan support: add network --vlanid option. (rvykydal)
275 * Thu Sep 06 2012 Chris Lumens <clumens@redhat.com> - 1.99.18-1
276 - Fix the multilib package test case. (clumens)
277 - Add support for --multilib option to %packages. (dlehman)
278 - Mark --nobase as deprecated. (notting)
280 * Tue Aug 28 2012 Chris Lumens <clumens@redhat.com> - 1.99.17-1
281 - Add ksdata.network.hostname (readonly) property (rvykydal)
283 * Wed Aug 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.16-1
284 - Add swap --hibernation to logvol command (vpodzime)
286 * Thu Aug 09 2012 Chris Lumens <clumens@redhat.com> - 1.99.15-1
287 - No argument needs to be given to rootpw if you're just locking the account. (clumens)
289 * Thu Jul 26 2012 Chris Lumens <clumens@redhat.com> - 1.99.14-1
290 - add reboot test (bcl)
291 - add correct halt command handling (bcl)
292 - return parsed object from assert_parse (bcl)
293 - The monitor command has been deprecated since F10. Get rid of it. (clumens)
294 - Add --hibernation option for swap size specification (vpodzime)
295 - Add leavebootorder test (hamzy)
297 * Tue Jun 19 2012 Chris Lumens <clumens@redhat.com> - 1.99.13-1
298 - Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
299 - Allow %include in %pre and %post (#827269) (bcl)
301 * Mon Jun 18 2012 Chris Lumens <clumens@redhat.com> - 1.99.12-1
302 - Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime)
303 - fix TypeError in network.py with ipv6 static addresses (wwoods)
304 - Layouts may include spaces, so put them in quotes (vpodzime)
306 * Mon May 07 2012 Chris Lumens <clumens@redhat.com> - 1.99.11-1
307 - pylint doesn't like .setter syntax at all. (clumens)
308 - Modify keyboard command to handle multiple layouts (vpodzime)
309 - Add support for F18. (vpodzime)
310 - Fix traceback if modules cannot be loaded when running tests (vpodzime)
312 * Mon Apr 02 2012 Chris Lumens <clumens@redhat.com> - 1.99.10-1
313 - Add resize option to partition and logvol commands. (dlehman)
314 - Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
316 * Thu Mar 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.9-1
317 - Add __ne__ methods to every object with an __eq__ method. (clumens)
318 - Use the older exception syntax for python 2.4 compatibility. (clumens)
319 - Add an __eq__ method to the method command. (clumens)
321 * Wed Mar 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.8-1
322 - Add support for RHEL7 (#802369).
323 - Add a method to set a command back to its initial blank state.
324 - btrfs likes its raid levels in lower case. (#799154) (dlehman)
325 - iscsi: add support for interface binding to F17 (rvykydal)
326 - iscsi: add support for interface binding (#500273) (rvykydal)
328 * Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
329 - Add --type option to autopart command. (dlehman)
330 - Add btrfs command. (dlehman)
332 * Tue Nov 15 2011 Chris Lumens <clumens@redhat.com> - 1.99.6-1
333 - Add --boot-drive option to bootloader command to pick boot drive. (dlehman)
334 - Add support for F17. (clumens)
335 - The guts of a script could include a line starting with a % (#746928). (clumens)
337 * Wed Oct 19 2011 Chris Lumens <clumens@redhat.com> - 1.99.5-1
338 - Don't error out if raid --useexisting is given with no members (#741728). (clumens)
339 - When %end is missing, include the unterminated section in the error message. (clumens)
341 * Wed Sep 14 2011 Chris Lumens <clumens@redhat.com> - 1.99.4-1
342 - --reserved-space and --reserved-percent should be checked on a callback. (clumens)
343 - Add a volgroup unit test, and fix a bug it uncovered. (clumens)
344 - Add support for reserved space in volume group. (dlehman)
345 - Allow a %include to come in the middle of a section (#733455). (clumens)
346 - Add a test case for %include inside %packages. (clumens)
348 * Mon Aug 22 2011 Chris Lumens <clumens@redhat.com> - 1.99.3-1
349 - Ignore reimport warnings. (clumens)
350 - Add support for 'autopart --nolvm' (jlaska)
351 - autopart - Inherit error checking from base class (jlaska)
352 - Let's just use url.size instead. That's defined for both FTP and HTTP. (clumens)
353 - It's url.hdr now, not url.info. (clumens)
354 - Support end-of-line comments in the %packages section (#728563). (clumens)
356 * Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
357 - Don't do "make po-pull" during installation. (clumens)
359 * Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.1-1
360 - Fix a couple Makefile typos. (clumens)
361 - typo fix (vpodzime)
362 - option for wpa wifi connection specification added (vpodzime)
363 - Update Makefiles to work with new translation system. (clumens)
364 - BuildRequires transifex-client. (clumens)
365 - Ignore po/*.po files. (clumens)
366 - Remove translation files. (clumens)
367 - Add transifex-client configuration file. (clumens)
368 - Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
370 * Tue Jun 07 2011 Chris Lumens <clumens@redhat.com> 1.99.0-1
371 - Add a way to tell how often a section has been handled. (clumens)
372 - Add a NullSection that just ignores any section provided. (clumens)
373 - Add test cases for the parser itself. (clumens)
374 - Allow for defining your own kickstart %sections. (clumens)
375 - The docs need to be fetched from an HTTPS location now. (clumens)
376 - Write out --onboot=off if it's False. (clumens)
378 * Fri Mar 25 2011 Chris Lumens <clumens@redhat.com> - 1.83-1
379 - Add kickstart network --nodefroute option (#668417) (rvykydal)
380 - Add support for network --bootproto ibft option (#668417) (rvykydal)
381 - Add network --activate option (#668417) (rvykydal)
382 - Add support for F16. (clumens)
384 * Fri Feb 18 2011 Chris Lumens <clumens@redhat.com> - 1.82-1
385 - Add support for "logvol --label=" (#677571). (clumens)
387 * Wed Jan 19 2011 Chris Lumens <clumens@redhat.com> - 1.81-1
388 - Add support for "raid --label=" (#670643). (clumens)
389 - --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
390 - Make use of the "interactive" command an error. (clumens)
392 * Fri Dec 10 2010 Chris Lumens <clumens@redhat.com> - 1.80-1
393 - Remove preceededInclude= support (#639372). (clumens)
394 - support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl)
395 - l10n: Added Low German translation (ncfiedler)
397 * Mon Nov 08 2010 Chris Lumens <clumens@redhat.com> 1.79-1
398 - Move from pychecker to pylint, since the latter actually works.
399 - Lots of minor corrections for pylint.
400 - Add bootloader --iscrypted (#554870).
401 - Add support for F15.
403 * Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
404 - Raise KickstartError instead of IOError (#618002). (clumens)
405 - It's --biospart, not --biosdisk (#620855). (clumens)
406 - Translation updates.
408 * Tue Jul 20 2010 Chris Lumens <clumens@redhat.com> - 1.77-1
409 - Send the key command down the memory hole. (clumens)
410 - Deprecate interactive kickstart mode. (clumens)
412 * Thu Jul 08 2010 Chris Lumens <clumens@redhat.com> - 1.76-1
413 - method: new parameter '--noverifyssl' after --url. (akozumpl)
414 - repo: new parameter '--noverifyssl'. (akozumpl)
416 * Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> - 1.75-1
417 - Update translation files. (clumens)
418 - Remove everything from pykickstart that's been deprecated forever. (clumens)
419 - Using the knowledge of what command supports what option, condense test cases. (clumens)
420 - Add a method to list all supported options for a command being tested. (clumens)
421 - Add support for F14. (clumens)
422 - The %end at the end of a section is now required. (clumens)
424 * Thu Jun 10 2010 Chris Lumens <clumens@redhat.com> - 1.74-1
425 - If an option is deprecated, do not care if it takes a value (#602303). (clumens)
426 - Don't compare the dest ("telnet") with the option string ("--telnet"). (clumens)
427 - The --connect= parameter wasn't really deprecated in FC6. (clumens)
429 * Tue Jun 01 2010 Chris Lumens <clumens@redhat.com> - 1.73-1
430 - Allow "ignoredisk" to explicitly specify interactive usage (#596804) (pjones)
432 * Fri Apr 23 2010 Chris Lumens <clumens@redhat.com> - 1.72-1
433 - Return non-zero on error from ksvalidator (#585284). (clumens)
435 * Wed Apr 14 2010 Chris Lumens <clumens@redhat.com> - 1.71-1
436 - Don't overwrite the excluded group list after every %packages line (#577334). (clumens)
437 - Add a bunch of test cases for the packages section. (clumens)
439 * Wed Mar 31 2010 Chris Lumens <clumens@redhat.com> - 1.70-1
440 - Add support for RAID4 (#578514). (clumens)
441 - Escape percent signs in the changelog. (clumens)
443 * Wed Mar 10 2010 Chris Lumens <clumens@redhat.com> - 1.69-1
444 - Add driverdisk --biospart= (#570437). (clumens)
445 - Fix IOError catching in ksflatten (jgregusk, #558650).
447 * Thu Jan 14 2010 Chris Lumens <clumens@redhat.com> - 1.68-1
448 - Support removing groups that were included by a glob (#554717). (clumens)
449 - Make sure that everything in version.versionMap has a handler. (clumens)
450 - Add support for RHEL6 (#552230). (clumens)
451 - Don't consider RHEL versions as developmental even if they're latest. (clumens)
452 - Add lineno to BaseData and derived classes (version 2) (hdegoede)
453 - Give the non mandatory iscsi --port argument a sane default (hdegoede)
454 - Change python_sitelib macro to use %%global for new rpm (hdegoede)
455 - Fix typo in iscsi parsing error message (hdegoede)
457 * Thu Dec 03 2009 Chris Lumens <clumens@redhat.com> - 1.67-1
458 - Don't use action="append_const" in firewall.py.
459 - Make "make archive" depend on test and check passing again.
460 - versionToString now works in all cases we test for.
461 - Fix the few pychecker errors outstanding in options.py.
462 - Fix make docs to make docs dir before trying to download files there (hdegoede)
464 * Wed Nov 25 2009 Hans de Goede <hdgoede@redhat.com> - 1.66-1
465 - Add --dcb option to fcoe command (#513011)
466 - Remove rhpl from tests
467 - Port bootloader --hvargs option added in rhel5
468 - Ignore comments when looking for %%ksappend lines (#525676)
469 - Use python 2.x exception syntax
471 * Thu Nov 12 2009 Chris Lumens <clumens@redhat.com> - 1.65-1
472 - Add additional arguments to BaseHandler.__init__ for better map control.
473 - Return the KickstartCommand/KickstartData object from dispatcher.
474 - Add an "sshpw" command for changing the passwords in anaconda's env.
475 - Add --proxy support to the url and repo commands.
476 - Add support for F13. Is it really that time already?
478 * Wed Sep 30 2009 Chris Lumens <clumens@redhat.com> - 1.64-1
479 - Update the zfcp command for F12 (#526360).
480 - Move "make" to %%build (#524215).
482 * Wed Sep 16 2009 Chris Lumens <clumens@redhat.com> - 1.63-1
483 - Add encryption key escrow support (mitr, #508963).
484 - Fix the repo test cases to expect quotes around the repo's name.
486 * Thu Sep 10 2009 Chris Lumens <clumens@redhat.com> - 1.62-1
487 - Support translated help text in optparse (#479519).
488 - If the input kickstart file cannot be read, raise IOError (#519477).
490 * Thu Aug 27 2009 Chris Lumens <clumens@redhat.com> - 1.61-1
491 - Include the error messages from URLGrabError in the exception (#518443).
493 * Tue Aug 11 2009 Chris Lumens <clumens@redhat.com> - 1.60-1
494 - Put quotes around the repo's name (Marc.Herbert@gmail.com).
495 - Make duplicate entries warnings, not errors (#516338).
497 * Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 1.59-1
498 - Handle a few more places where a urlgrabber error could happen (#512951).
499 - Error out if the same partition/repo/network is defined twice (#512956).
500 - Call parent class tests first. (jlaska)
501 - Add KSOptionParser to FC3 upgrade command. (jlaska)
502 - Correct missing return stmt in _getArgsAsStr() (jlaska)
504 * Fri Jul 17 2009 Chris Lumens <clumens@redhat.com> - 1.58-1
505 - Adjust writePriority to fix lvm-on-raid0 test cases (jlaska).
506 - Add F12 to the version number tests. (clumens)
507 - F12_User test case. (dcantrell)
508 - Add --gecos argument to the 'user' command (dcantrell)
509 - Convert user.py to use _getArgsAsStr() (dcantrell)
511 * Fri Jul 10 2009 Chris Lumens <clumens@redhat.com> - 1.57-1
512 - Another patch to make the bootloader test work (jlaska).
514 * Thu Jul 09 2009 Chris Lumens <clumens@redhat.com> - 1.56-1
515 - Make sure to import the gettext stuff in fcoe. (clumens)
516 - Correctly deprecate bootloader --lba32 (jlaska).
517 - pykickstart: fix zfcp command writepriority (hdegoede)
518 - pykickstart: Add fcoe command (take 2) (hdegoede)
519 - Add a test case for RAID (jlaska).
521 * Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 1.55-1
522 - Add support for the group command to F12 (#509119).
523 - RHEL5 now supports RAID 10.
524 - The f12 hander class should be called F12Handler. (jgranado)
525 - Remove bootloader --lba32.
526 - Add a new version of the driverdisk command without --type=.
527 - Add initial support for F12.
528 - Fetch the programmers-guide from the wiki now.
530 * Mon May 18 2009 Chris Lumens <clumens@redhat.com> - 1.54-1
531 - Make sure the F11 handler gets used for "partition" and "part" (#501020).
533 * Wed Apr 29 2009 Chris Lumens <clumens@redhat.com> - 1.53-1
534 - Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens)
535 - Use the F11 version of the partition command. (clumens)
536 - Remove the --start and --end options since anaconda no longer uses them. (clumens)
537 - Remove a broken test case. (clumens)
539 * Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1
540 - Add lots more test cases (alindebe, mgracik, stickster).
541 - Add a skip attribute on key to shut up pychecker.
542 - Only show autostep command when requested (jlaska)
543 - Strip spaces from service names, and require an option to be provided.
544 - Surround services lists in double quotes.
545 - Remove the extra space from the services __str__ method.
546 - Fix output formatting bugs in firewall, partition, and repo (mgracik).
547 - Specifying both or neither of --drives and --only-use should be an error.
548 - Corrected newline char in return value of FC6_Method. (mgracik)
549 - Make --drives a required option for FC3, and catch no args on F8.
550 - Fix final printing of the rescue command (mgracik).
551 - Surround output strings in double quotes.
552 - Fix a typo in the deviceprobe command.
553 - Revert the more strict option processing on displaymode.
554 - Properly handle erroring on extra args, not just extra options.
555 - Don't use the logging class since it interferes with the logging test.
556 - port without host should raise KickstartParseError, not kickstartValueError.
557 - Add the --key option to option processing, since it's a valid argument.
558 - Fix test cases that were failing due to the new use of KSOptionParser.
559 - Teach driverdisk.py command to reject extra partitions (stickster).
560 - Add KSOptionParser to all commands ... enables more strick option checking (jlaska).
561 - Use KSOptionParser so we can catch bad command options (jlaska).
563 * Thu Jan 29 2009 Chris Lumens <clumens@redhat.com> - 1.51-1
564 - Make a couple changes to how the logging command is handled.
565 - Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields).
566 - Fix output formatting for the rootpw command.
567 - For commands that take exactly one argument, check and error correctly.
568 - Surround module options in quotes on the output side (jlaska).
569 - Set module opts in the FC3 handler correctly.
570 - Fix newlines on the device command output (jlaska).
571 - If --autoscreenshot is not specified, still output "autostep".
572 - Move the currentCmd and currentLine into getParser(). (jlaska)
573 - Write out an selinux line if set to disabled, but not if None.
574 - F9_LogVolData should inherit from FC4_LogVolData, not FC3_LogVolData (jlaska).
575 - Add unittest framework along with logvol and vnc unittests. (jlaska)
576 - Don't set the KSOption.required attribute in the constructor (jlaska).
578 * Sat Jan 10 2009 Chris Lumens <clumens@redhat.com> - 1.50-1
579 - Add a script to diff two versions of kickstart syntax.
580 - Add an option to ksvalidator to list all available syntax versions.
581 - Remove a couple extra newlines in output formatting.
582 - Add documentation for the new %%include representation.
583 - Add support %include to the pykickstart data objects.
585 * Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 1.49-1
586 - Add upgrade --root-device (atodorov, #471232).
587 - Use python's builtin set rather than the Sets module (#477836, dcantrell).
589 * Tue Dec 23 2008 Chris Lumens <clumens@redhat.com> - 1.48-1
590 - Allow ignoring group metadata from repos, using a '--ignoregroups'
591 boolean. (notting)
592 - Add initial support for F11.
593 - Specify the command versions in the handlers instead of making copies.
594 - Remove empty and pointless __init__ methods.
595 - Pass arguments to superclasses via *args and **kwargs, all the way up.
596 - Add removedKeywords and removedAttrs lists on Commands and Data.
597 - Fix version regexes to handle double digits and minor releases (jlaska).
599 * Thu Oct 30 2008 Chris Lumens <clumens@redhat.com> - 1.47-1
600 - Fix enabling services we specify by specific options.
602 * Mon Oct 27 2008 Chris Lumens <clumens@redhat.com> - 1.46-1
603 - Add support for firewall --service (#467005).
605 * Tue Oct 14 2008 Chris Lumens <clumens@redhat.com> - 1.45-1
606 - Lots of translation updates.
607 - Remove use of string.partition for python2.4 (atodorov).
609 * Mon Sep 22 2008 Chris Lumens <clumens@redhat.com> - 1.44-1
610 - Add support for reverse CHAP to the kickstart iscsi command (hans)
611 - Fix typo (katzj)
613 * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> - 1.43-1
614 - Revert "Do not include passphrases for encrypted block devices in
615 anaconda-ks.cfg." (dlehman)
616 - yum doesn't like when mirrorlist is "". (clumens)
618 * Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 1.42-1
619 - Add rescue command to pykickstart (atodorov)
620 - Sort %%packages output (katzj)
621 - Fix a typo (atodorov).
623 * Fri Aug 01 2008 Chris Lumens <clumens@redhat.com> - 1.41-1
624 - RHEL5 supports ignoredisk --only-use now too. (clumens)
625 - Do not include passphrases for encrypted block devices in
626 anaconda-ks.cfg. (dlehman)
627 - Fix F9,F10,RHEL5 "part" commands to use the same class as
628 "partition". (dlehman)
629 - Add an apply method() for commands and implement for lang (katzj)
631 * Tue Jul 15 2008 Chris Lumens <clumens@redhat.com> - 1.40-1
632 - RHEL5_LogVolData should inherit from FC4, not FC3.
633 Also fix FC9->F9 typo. (dlehman)
634 - Support creation of encrypted block devices in RHEL5. (#449830) (dlehman)
635 - Use the right LogVolData objects for RHEL3 and 4 (jlaska). (clumens)
636 - We no longer use rhpl for translations. (clumens)
637 - All the base classes should derive from object. (clumens)
639 * Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 1.39-1
640 - It's helpful to return the parser object. (clumens)
642 * Tue Jun 10 2008 Chris Lumens <clumens@redhat.com> - 1.38-1
643 - Fix loading the Handler object by looking for a more specific
644 name (#450740). (clumens)
646 * Sun Jun 08 2008 Chris Lumens <clumens@redhat.com> - 1.37-1
647 - XConfig is still used by other projects, so just deprecate some
648 options. (clumens)
650 * Thu May 29 2008 Chris Lumens <clumens@redhat.com> - 1.36-1
651 - It should be repo --cost, not repo --priority. (clumens)
653 * Fri May 23 2008 Chris Lumens <clumens@redhat.com> - 1.35-1
654 - Bring driverdisk command in line with the docs. (clumens)
655 - Change RAID command print priorities (jlaska).
656 - According to docs, physvols are space delimited. (jlaska)
657 - Don't write the label out twice (jlaska).
658 - Deprecate monitor and xconfig commands. (clumens)
660 * Wed May 07 2008 Chris Lumens <clumens@redhat.com> - 1.34-1
661 - Load the handler module automatically. (clumens)
662 - Add support for F10. (clumens)
663 - Initialize cmd.handler earlier; fixes repo.methodToRepo() (markmc)
664 - Don't shadow builtin function names. (clumens)
665 - Running check is now required before pykickstart can be packaged. (clumens)
666 - Reorganize code a little bit to pass pychecker. (clumens)
668 * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> - 1.33-1
669 - Fix whitespace when printing out the bootloader command (pmeyers).
670 - Fix the type on bootloader --timeout processing. (clumens)
672 * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 1.32-1
673 - Make the string reader act like the file reader upon EOF. (clumens)
674 - Add syntax for encrypted logical volumes. (clumens)
676 * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> - 1.31-1
677 - Support end-of-line comments. (clumens)
678 - Lots of translation updates.
680 * Tue Feb 26 2008 Chris Lumens <clumens@redhat.com> - 1.30-1
681 - Reverse writePriorities of iscsi and iscsname (#434965, jlaska).
682 - Fix printing of iscsiname command (#434945, jlaska).
683 - Don't traceback on ENOENT. (pnasrat)
684 - Store the mouse name as a string, not a list. (clumens)
685 - Update translations.
687 * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> - 1.29-1
688 - Renamed bootproto=ask to bootproto=query, add to RHEL5 as well. (clumens)
690 * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> - 1.28-1
691 - Fix traceback on volgroup command. (clumens)
693 * Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.27-1
694 - The bootprotoList needs to be defined before it's used. (clumens)
696 * Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.26-1
697 - Add support for network --bootproto=ask. (clumens)
699 * Tue Jan 15 2008 Chris Lumens <clumens@redhat.com> - 1.25-1
700 - Add the version to the output ks file. (clumens)
701 - Add syntax for encrypted partitions and raid devices. (clumens)
703 * Thu Jan 10 2008 Chris Lumens <clumens@redhat.com> - 1.24-1
704 - Make inheritance and overriding of %%packages work (#427768). (clumens)
705 - Add an option for which languages should be installed. (katzj)
706 - Use the right name for the iscsi --target variable (#418781). (clumens)
708 * Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 1.23-1
709 - Take Makefile improvements from anaconda.
710 - Fix a traceback on F9 zerombr command (#395431).
711 - Update to handle new Python eggs packaging.
713 * Tue Nov 20 2007 Chris Lumens <clumens@redhat.com> 1.22-1
714 - Don't process or write out vnc --enabled (jlaska AT redhat DOT com).
715 - Fix a traceback in the clearpart command.
717 * Tue Nov 06 2007 Chris Lumens <clumens@redhat.com> 1.21-1
718 - Save script line numbers for debugging.
719 - More internal cleanups.
721 * Wed Oct 31 2007 Chris Lumens <clumens@redhat.com> 1.20-1
722 - Pull wiki docs from the new location.
723 - Fix error messages for options that have been removed after having been
724 previously deprecated.
725 - zerombr no longer takes any arguments.
726 - %%packages --ignoredeps --resolvedeps have been removed.
727 - firewall --high --medium have been removed.
728 - vnc --connect has been removed.
729 - xconfig options from monitor have now been removed.
730 - --bytes-per-inode has been marked as deprecated.
731 - Fix typos.
732 - Add --fsprofile option to disk commands (pjones).
733 - Add F9 support (pjones).
734 - Lots of internal fixes (clumens, pjones).
736 * Tue Oct 23 2007 Chris Lumens <clumens@redhat.com> 1.19-1
737 - Fix a traceback on the cdrom method.
739 * Thu Oct 18 2007 Chris Lumens <clumens@redhat.com> 1.18-1
740 - Don't write out %%end to packages and scripts if the syntax version doesn't
741 support it.
742 - Remove obsolete translation (#332221).
744 * Thu Oct 04 2007 Chris Lumens <clumens@redhat.com> 1.17-1
745 - Simplify argument processing and printing.
747 * Wed Oct 03 2007 Chris Lumens <clumens@redhat.com> 1.16-1
748 - Undeprecate %%packages --excludedocs.
749 - Fix a traceback in the device command handling.
750 - Add bootloader --timeout (katzj).
752 * Tue Oct 02 2007 Chris Lumens <clumens@redhat.com> 1.15-1
753 - Update translations (#259121).
754 - The device command no longer takes a type argument.
756 * Fri Sep 28 2007 Chris Lumens <clumens@redhat.com> 1.14-1
757 - Fix output formatting for packages section header (#310211).
758 - Add a script to flatten kickstart files containing includes (katzj).
760 * Wed Sep 12 2007 Chris Lumens <clumens@redhat.com> 1.13-1
761 - Add a function to convert URL method strings into repo objects
762 (jkeating).
763 - Writer formatting fixes.
764 - Add kickstart documentation from the Fedora Wiki.
766 * Tue Sep 04 2007 Chris Lumens <clumens@redhat.com> 1.12-1
767 - Fix lots of problems in processing the bootloader, device, network, and
768 raid commands.
769 - Add %%end when writing out scripts and packages.
770 - Add a makefile target to run pychecker to cut down on errors in
771 releases.
773 * Mon Sep 3 2007 Jeremy Katz <katzj@redhat.com> - 1.11-1
774 - fix a few tracebacks
776 * Fri Aug 31 2007 Chris Lumens <clumens@redhat.com> 1.10-1
777 - Add network --ipv6=.
779 * Fri Aug 24 2007 Chris Lumens <clumens@redhat.com> 1.9-1
780 - Add support for the %%end directive to be placed at the end of scripts
781 and packages sections. Deprecate old syntax.
782 - Clean up after ksvalidator if pykickstart issues a traceback.
783 - Add support for repo --priority --includepkgs --excludepkgs.
784 - Fix newline at end of reboot --eject output (#253562).
786 * Mon Aug 13 2007 Chris Lumens <clumens@redhat.com> 1.8-1
787 - Fix type checking of string values.
789 * Thu Aug 09 2007 Chris Lumens <clumens@redhat.com> 1.7-1
790 - Clarify license in spec file and all source files.
791 - Check string values to options to make sure they're not other options
792 (#251318).
794 * Thu Aug 02 2007 Chris Lumens <clumens@redhat.com> 1.6-1
795 - Fix a couple tracebacks in ksvalidator.
796 - Change --class to --dhcpclass (#248912).
798 * Thu Jul 19 2007 Chris Lumens <clumens@redhat.com> 1.5-2
799 - Require rhpl (#248953).
801 * Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.5-1
802 - Fix traceback when calling preprocessKickstart.
804 * Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.4-1
805 - Add methods to handle the %%ksappend directive.
806 - Fix ignoredisk --disks.
808 * Wed Jul 11 2007 Chris Lumens <clumens@redhat.com> - 1.3-1
809 - Add support for ignoredisk --only-use.
810 - Fix traceback in raid command printing method (#246709).
812 * Fri Jun 08 2007 Chris Lumens <clumens@redhat.com> - 1.2-2
813 - Fix package review problems (#226334).
815 * Mon Jun 04 2007 Chris Lumens <clumens@redhat.com> - 1.2-1
816 - Fix harddrive install method error checking (#232492).
817 - Set authentication information from the input line to preserve quoting
818 (#241657).
819 - Allow included files to be given by URL.
820 - Fix typo in user --iscrypted option.
822 * Mon May 14 2007 Chris Lumens <clumens@redhat.com> - 1.1-1
823 - Better regexes for splitting version strings into family and version.
824 - Add basic support for RHEL3.
825 - Update translations.
827 * Fri Apr 13 2007 Chris Lumens <clumens@redhat.com> - 1.0-1
828 - Update documentation.
829 - Update translations.
831 * Mon Mar 19 2007 Chris Lumens <clumens@redhat.com> - 0.100-1
832 - bootloader should be written out after upgrade/install.
833 - Treat class names as unicode strings (#231053).
835 * Wed Mar 07 2007 Chris Lumens <clumens@redhat.com> - 0.99-1
836 - The timezone command didn't recognize --isUtc before FC6 (#231189).
837 - Recognize %%ksappend lines in ksvalidator.
838 - Don't set default values in some command __init__ methods.
839 - Added an updates command.
840 - Add support for RAID10.
842 * Mon Feb 26 2007 Chris Lumens <clumens@redhat.com> - 0.98-1
843 - Fix device command syntax to match anaconda.
844 - Fix __call__ on method command.
846 * Wed Feb 21 2007 Chris Lumens <clumens@redhat.com> - 0.97-1
847 - Fix traceback when not overriding default mappings (#229505).
849 * Tue Feb 20 2007 Chris Lumens <clumens@redhat.com> - 0.96-1
850 - Fix __str__ methods for langsupport and reboot commands.
851 - Renamed BaseHandler.empty to BaseHandler.maskAllExcept.
852 - Split command objects out into their own files in commands/.
853 - Rename command objects to start with Version_.
854 - Support extended group selection syntax.
856 * Wed Feb 14 2007 Chris Lumens <clumens@redhat.com> - 0.95-1
857 - KickstartParser no longer takes a version argument.
858 - Be more lenient in what strings stringToVersion accepts.
859 - Allow setting state on one data object from multiple files.
861 * Wed Feb 07 2007 Chris Lumens <clumens@redhat.com> - 0.94-1
862 - Add a newline to the end of the key command output.
863 - Use network bootproto constants (#197694).
864 - Fix tracebacks in subclass __str__ methods (#226734).
866 * Wed Jan 31 2007 Chris Lumens <clumens@redhat.com> - 0.93-2
867 - Make some minor spec file changes to get closer to the extras guidelines.
869 * Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1
870 - Add support for FC3, RHEL4, and RHEL5.
871 - The key command was not supported until after FC6.
872 - Accept more strings in stringToVersion.
874 * Fri Jan 19 2007 Chris Lumens <clumens@redhat.com> - 0.92-1
875 - Fix KickstartVersionError reporting.
876 - Add a version attribute to handler objects.
877 - Fix line number reporting on lots of commands.
878 - Add initial support for Fedora 7 and remove deprecated commands.
879 - Accept a --default argument to the %%packages header (#221305).
881 * Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1
882 - Add a method to read kickstart files from strings.
884 * Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 0.90-1
885 - Support multiple versions of kickstart syntax from one code base
886 (#189348).
887 - Fix inconsistency between Script parser and writer (#222877).
889 * Fri Dec 15 2006 Chris Lumens <clumens@redhat.com> - 0.43-1
890 - Pull in new translations (#216620).
892 * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.42-2
893 - rebuild against python 2.5
895 * Tue Dec 05 2006 Chris Lumens <clumens@redhat.com> - 0.42-1
896 - Fix traceback when writing out repo command (#218274).
898 * Fri Dec 01 2006 Chris Lumens <clumens@redhat.com> - 0.41-1
899 - Fix traceback when using deprecated commands (#218047, #218059).
901 * Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 0.40-1
902 - Pull in new translations (#216620).
903 - Add --level argument to logging command writer.
905 * Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-2
906 - Fix release number.
908 * Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-1
909 - Add writer for --key (#211997).
911 * Tue Oct 17 2006 Jeremy Katz <katzj@redhat.com> - 0.38-1
912 - allow --skip for installation number as well (#207029)
914 * Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 0.37-1
915 - support for installation numbers (#207029)
917 * Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 0.36-1
918 - use valid charsets in translations (#210720)
920 * Fri Sep 29 2006 Chris Lumens <clumens@redhat.com> - 0.35-1
921 - Fix traceback in harddrive command (#208557).
923 * Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1
924 - Add support for --biospart option to harddrive (#207585).
925 - Update writer for syntax changes.
927 * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 0.33-1
928 - improved iscsi syntax
929 - allow multiple zfcp devs
931 * Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 0.32-1
932 - Limit --bootproto to what anaconda supports.
933 - Add --noipv4 and --noipv6 network options.
935 * Tue Jun 20 2006 Chris Lumens <clumens@redhat.com> 0.31-1
936 - Handle nfs --opts (katzj).
937 - RAID devices should be integers instead of strings (#176537).
938 - Add initial support for iscsi (katzj).
940 * Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
941 - Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek
942 <fedora AT soeterbroek.com>).
944 * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
945 - Change order of LVM-related writing functions (#193073).
946 - Require urlgrabber.
947 - Return a more useful error message on unknown commands.
948 - Fix logvol writing typo.
949 - Make ksvalidator validate from a URL in addition to a file.
950 - Don't write out an empty packages section (#192851).
952 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
953 - Add multipath command, handlers, and data objects (pjones).
954 - Rename --ports to --port in writer.
956 * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
957 - Support --mtu for the network command (#191328).
958 - Accept --isUtc for backwards compatibility.
960 * Thu May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
961 - Output formatting fixes.
962 - Added commands for managing users and services.
964 * Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
965 - Ignore spaces before group names (#188095).
966 - Added some translations.
967 - Add options for repo command.
968 - Reorder %%packages section output.
969 - Output %%packages header options.
970 - Initialize RAID and volume group members to empty lists.
972 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
973 - Add support for the logging command.
975 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1
976 - Don't write out a blank xconfig line.
977 - Reorder output handlers to group like commands together.
978 - Mark strings for translation.
980 * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
981 - Backwards compatibility support for options to zerombr.
983 * Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
984 - Get ignoredisk working again (#182934).
986 * Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
987 - Provide an option to not traceback on missing include files (#181760).
988 - Update programming documentation.
990 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
991 - Correctly set --noformat and --useexisting on lvm and raid.
993 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
994 - --onboot requires a value (#180987).
995 - Be more strict about commands that don't take arguments.
997 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
998 - Fix some errors pychecker caught.
999 - Allow exceptions to not be fatal so ksvalidator can spot more errors in
1000 a single pass (#179894).
1002 * Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
1003 - Don't set a default port for vnc.
1005 * Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
1006 - Give dmraid string an initial value.
1007 - Handle None on partition size.
1009 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
1010 - Add dmraid support
1012 * Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
1013 - Fix VNC parameter parsing (#179209).
1014 - Deprecate --connect. Add --host and --port instead.
1016 * Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
1017 - Recognize the --eject parameter to shutdown/halt.
1018 - Store the exact post-installation action in ksdata.
1020 * Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
1021 - Clean up output quoting.
1022 - Finish removing monitor-related stuff from xconfig.
1024 * Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
1025 - Deprecate monitor-related options to xconfig.
1027 * Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
1028 - Support --bytes-per-inode on raid
1029 (Curtis Doty <Curtis at GreenKey.net> #175288).
1031 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
1032 - fixup network --onboot
1034 * Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
1035 - Default to SELINUX_ENFORCING.
1036 - Default partition sizes to None for anaconda (#172378).
1037 - Don't call shlex.split on anything inside a script (#172313).
1039 * Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
1040 - Fix clearpart --all.
1041 - vnc command does not require --connect option (#172192).
1042 - network --onboot does not take any option.
1043 - Remove extra spaces from firewall --ports and --trust.
1044 - Write out network --<service> options.
1046 * Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
1047 - Add --resolvedeps and --ignoredeps as deprecated options.
1048 - Pass line number to header functions.
1050 * Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
1051 - Add line numbers to exception reporting.
1052 - Added ksvalidator.
1054 * Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
1055 - Correct deprecated attribute on options.
1056 - Added programming documentation.
1058 * Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
1059 - Correct python lib directory on 64-bit archs (#170621).
1061 * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
1062 - Add a deprecated attribute to options.
1063 - Add --card option back to xconfig and mark as deprecated.
1064 - Throw a deprecation warning on mouse and langsupport commands.
1065 - Rename Writer to KickstartWriter for consistency.
1066 - Collapse scripts into a single list and add an attribute on Script to
1067 differentiate.
1069 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
1070 - Rename module to pykickstart to avoid conflicts in anaconda.
1071 - Rename data classes for consistency.
1072 - Add default bytesPerInode settings.
1074 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
1075 - Created package from anaconda.