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