Fix F18/F19 cdrom methods
[pykickstart.git] / pykickstart.spec
blob71e42ae1d5459db2e1e6cbedd5aab15f05845c8c
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.30
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: transifex-client
19 Requires: python, python-urlgrabber
21 %description
22 The pykickstart package is a python library for manipulating kickstart
23 files.
25 %prep
26 %setup -q
28 %build
29 make
31 %install
32 rm -rf %{buildroot}
33 make DESTDIR=%{buildroot} install
34 %find_lang %{name}
36 %clean
37 rm -rf %{buildroot}
39 %files -f %{name}.lang
40 %defattr(-,root,root,-)
41 %doc README ChangeLog COPYING docs/programmers-guide
42 %doc docs/kickstart-docs.txt
43 %{python_sitelib}/*
44 %{_bindir}/ksvalidator
45 %{_bindir}/ksflatten
46 %{_bindir}/ksverdiff
48 %changelog
49 * Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.30-1
50 - Add support for the realm command (mkolman)
51 - Add liveimg install method (bcl)
53 * Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.29-1
54 - add --extlinux option (mattdm)
56 * Tue Apr 23 2013 Chris Lumens <clumens@redhat.com> - 1.99.28-1
57 - Add network --ipv6gateway option (#905226) (rvykydal)
58 - Add lang --addsupport option (#912364) (rvykydal)
60 * Wed Apr 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.27-1
61 - A new user's group should default to None, not 0 (#929204). (clumens)
63 * Fri Mar 22 2013 Chris Lumens <clumens@redhat.com> - 1.99.26-1
64 - parser.py: Allow shlex to strip lines (fedora.dm0)
65 - Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
66 - Add gid attribute to User command and associated data structure (msivak)
67 - Make sure tests can run and report import errors (bcl)
68 - Add network --vlanid option to Fedora. (rvykydal)
70 * Mon Mar 04 2013 Chris Lumens <clumens@redhat.com> - 1.99.25-1
71 - pylint appears to have gotten pickier. (clumens)
72 - Fix typo in --wpakey string representation method (rvykydal)
73 - Also add the F19 handler file. (clumens)
74 - Don't strip the newline from reboot or shutdown commands (#915013). (clumens)
75 - Add bonding support to RHEL 7 (rvykydal)
76 - Add bonding support to F19 (rvykydal)
77 - Add support for F19 (rvykydal)
79 * Wed Feb 13 2013 Chris Lumens <clumens@redhat.com> - 1.99.24-1
80 - Add a seen attribute to commands, sections, and the packages object. (clumens)
82 * Mon Jan 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.23-1
83 - Don't print any of the autopart command if autopart is disabled (#888841). (clumens)
84 - Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens)
85 - Beware of possible unicode strings (#876293) (vpodzime)
86 - Remove the lang.apply method (#882186). (clumens)
87 - Add 'make coverage' command to the make file (stefw)
89 * Tue Nov 20 2012 Chris Lumens <clumens@redhat.com> - 1.99.22-1
90 - Add support for url --mirrorlist, needed by anaconda (#868558). (clumens)
91 - Only write out a logging line if one was provided (#873242). (clumens)
92 - If no timezone was provided, do not write out an empty timezone command. (clumens)
94 * Wed Oct 24 2012 Chris Lumens <clumens@redhat.com> - 1.99.21-1
95 - Add support for layout switching options (vpodzime)
97 * Mon Oct 15 2012 Chris Lumens <clumens@redhat.com> - 1.99.20-1
98 - Disable pylint warnings related to the previous patch. (clumens)
99 - Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
100 - Fix superclass constructor call in F18_Keyboard. (dlehman)
101 - Add cipher option for encrypting block devices. (dlehman)
102 - Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
103 - add unsupported_hardware command (#824963) (bcl)
105 * Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.19-1
106 - bonding support: add network --bondslaves --bondopts options (rvykydal)
107 - vlan support: add network --vlanid option. (rvykydal)
109 * Thu Sep 06 2012 Chris Lumens <clumens@redhat.com> - 1.99.18-1
110 - Fix the multilib package test case. (clumens)
111 - Add support for --multilib option to %packages. (dlehman)
112 - Mark --nobase as deprecated. (notting)
114 * Tue Aug 28 2012 Chris Lumens <clumens@redhat.com> - 1.99.17-1
115 - Add ksdata.network.hostname (readonly) property (rvykydal)
117 * Wed Aug 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.16-1
118 - Add swap --hibernation to logvol command (vpodzime)
120 * Thu Aug 09 2012 Chris Lumens <clumens@redhat.com> - 1.99.15-1
121 - No argument needs to be given to rootpw if you're just locking the account. (clumens)
123 * Thu Jul 26 2012 Chris Lumens <clumens@redhat.com> - 1.99.14-1
124 - add reboot test (bcl)
125 - add correct halt command handling (bcl)
126 - return parsed object from assert_parse (bcl)
127 - The monitor command has been deprecated since F10. Get rid of it. (clumens)
128 - Add --hibernation option for swap size specification (vpodzime)
129 - Add leavebootorder test (hamzy)
131 * Tue Jun 19 2012 Chris Lumens <clumens@redhat.com> - 1.99.13-1
132 - Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
133 - Allow %include in %pre and %post (#827269) (bcl)
135 * Mon Jun 18 2012 Chris Lumens <clumens@redhat.com> - 1.99.12-1
136 - Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime)
137 - fix TypeError in network.py with ipv6 static addresses (wwoods)
138 - Layouts may include spaces, so put them in quotes (vpodzime)
140 * Mon May 07 2012 Chris Lumens <clumens@redhat.com> - 1.99.11-1
141 - pylint doesn't like .setter syntax at all. (clumens)
142 - Modify keyboard command to handle multiple layouts (vpodzime)
143 - Add support for F18. (vpodzime)
144 - Fix traceback if modules cannot be loaded when running tests (vpodzime)
146 * Mon Apr 02 2012 Chris Lumens <clumens@redhat.com> - 1.99.10-1
147 - Add resize option to partition and logvol commands. (dlehman)
148 - Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
150 * Thu Mar 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.9-1
151 - Add __ne__ methods to every object with an __eq__ method. (clumens)
152 - Use the older exception syntax for python 2.4 compatibility. (clumens)
153 - Add an __eq__ method to the method command. (clumens)
155 * Wed Mar 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.8-1
156 - Add support for RHEL7 (#802369).
157 - Add a method to set a command back to its initial blank state.
158 - btrfs likes its raid levels in lower case. (#799154) (dlehman)
159 - iscsi: add support for interface binding to F17 (rvykydal)
160 - iscsi: add support for interface binding (#500273) (rvykydal)
162 * Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
163 - Add --type option to autopart command. (dlehman)
164 - Add btrfs command. (dlehman)
166 * Tue Nov 15 2011 Chris Lumens <clumens@redhat.com> - 1.99.6-1
167 - Add --boot-drive option to bootloader command to pick boot drive. (dlehman)
168 - Add support for F17. (clumens)
169 - The guts of a script could include a line starting with a % (#746928). (clumens)
171 * Wed Oct 19 2011 Chris Lumens <clumens@redhat.com> - 1.99.5-1
172 - Don't error out if raid --useexisting is given with no members (#741728). (clumens)
173 - When %end is missing, include the unterminated section in the error message. (clumens)
175 * Wed Sep 14 2011 Chris Lumens <clumens@redhat.com> - 1.99.4-1
176 - --reserved-space and --reserved-percent should be checked on a callback. (clumens)
177 - Add a volgroup unit test, and fix a bug it uncovered. (clumens)
178 - Add support for reserved space in volume group. (dlehman)
179 - Allow a %include to come in the middle of a section (#733455). (clumens)
180 - Add a test case for %include inside %packages. (clumens)
182 * Mon Aug 22 2011 Chris Lumens <clumens@redhat.com> - 1.99.3-1
183 - Ignore reimport warnings. (clumens)
184 - Add support for 'autopart --nolvm' (jlaska)
185 - autopart - Inherit error checking from base class (jlaska)
186 - Let's just use url.size instead. That's defined for both FTP and HTTP. (clumens)
187 - It's url.hdr now, not url.info. (clumens)
188 - Support end-of-line comments in the %packages section (#728563). (clumens)
190 * Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
191 - Don't do "make po-pull" during installation. (clumens)
193 * Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.1-1
194 - Fix a couple Makefile typos. (clumens)
195 - typo fix (vpodzime)
196 - option for wpa wifi connection specification added (vpodzime)
197 - Update Makefiles to work with new translation system. (clumens)
198 - BuildRequires transifex-client. (clumens)
199 - Ignore po/*.po files. (clumens)
200 - Remove translation files. (clumens)
201 - Add transifex-client configuration file. (clumens)
202 - Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
204 * Tue Jun 07 2011 Chris Lumens <clumens@redhat.com> 1.99.0-1
205 - Add a way to tell how often a section has been handled. (clumens)
206 - Add a NullSection that just ignores any section provided. (clumens)
207 - Add test cases for the parser itself. (clumens)
208 - Allow for defining your own kickstart %sections. (clumens)
209 - The docs need to be fetched from an HTTPS location now. (clumens)
210 - Write out --onboot=off if it's False. (clumens)
212 * Fri Mar 25 2011 Chris Lumens <clumens@redhat.com> - 1.83-1
213 - Add kickstart network --nodefroute option (#668417) (rvykydal)
214 - Add support for network --bootproto ibft option (#668417) (rvykydal)
215 - Add network --activate option (#668417) (rvykydal)
216 - Add support for F16. (clumens)
218 * Fri Feb 18 2011 Chris Lumens <clumens@redhat.com> - 1.82-1
219 - Add support for "logvol --label=" (#677571). (clumens)
221 * Wed Jan 19 2011 Chris Lumens <clumens@redhat.com> - 1.81-1
222 - Add support for "raid --label=" (#670643). (clumens)
223 - --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
224 - Make use of the "interactive" command an error. (clumens)
226 * Fri Dec 10 2010 Chris Lumens <clumens@redhat.com> - 1.80-1
227 - Remove preceededInclude= support (#639372). (clumens)
228 - support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl)
229 - l10n: Added Low German translation (ncfiedler)
231 * Mon Nov 08 2010 Chris Lumens <clumens@redhat.com> 1.79-1
232 - Move from pychecker to pylint, since the latter actually works.
233 - Lots of minor corrections for pylint.
234 - Add bootloader --iscrypted (#554870).
235 - Add support for F15.
237 * Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
238 - Raise KickstartError instead of IOError (#618002). (clumens)
239 - It's --biospart, not --biosdisk (#620855). (clumens)
240 - Translation updates.
242 * Tue Jul 20 2010 Chris Lumens <clumens@redhat.com> - 1.77-1
243 - Send the key command down the memory hole. (clumens)
244 - Deprecate interactive kickstart mode. (clumens)
246 * Thu Jul 08 2010 Chris Lumens <clumens@redhat.com> - 1.76-1
247 - method: new parameter '--noverifyssl' after --url. (akozumpl)
248 - repo: new parameter '--noverifyssl'. (akozumpl)
250 * Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> - 1.75-1
251 - Update translation files. (clumens)
252 - Remove everything from pykickstart that's been deprecated forever. (clumens)
253 - Using the knowledge of what command supports what option, condense test cases. (clumens)
254 - Add a method to list all supported options for a command being tested. (clumens)
255 - Add support for F14. (clumens)
256 - The %end at the end of a section is now required. (clumens)
258 * Thu Jun 10 2010 Chris Lumens <clumens@redhat.com> - 1.74-1
259 - If an option is deprecated, do not care if it takes a value (#602303). (clumens)
260 - Don't compare the dest ("telnet") with the option string ("--telnet"). (clumens)
261 - The --connect= parameter wasn't really deprecated in FC6. (clumens)
263 * Tue Jun 01 2010 Chris Lumens <clumens@redhat.com> - 1.73-1
264 - Allow "ignoredisk" to explicitly specify interactive usage (#596804) (pjones)
266 * Fri Apr 23 2010 Chris Lumens <clumens@redhat.com> - 1.72-1
267 - Return non-zero on error from ksvalidator (#585284). (clumens)
269 * Wed Apr 14 2010 Chris Lumens <clumens@redhat.com> - 1.71-1
270 - Don't overwrite the excluded group list after every %packages line (#577334). (clumens)
271 - Add a bunch of test cases for the packages section. (clumens)
273 * Wed Mar 31 2010 Chris Lumens <clumens@redhat.com> - 1.70-1
274 - Add support for RAID4 (#578514). (clumens)
275 - Escape percent signs in the changelog. (clumens)
277 * Wed Mar 10 2010 Chris Lumens <clumens@redhat.com> - 1.69-1
278 - Add driverdisk --biospart= (#570437). (clumens)
279 - Fix IOError catching in ksflatten (jgregusk, #558650).
281 * Thu Jan 14 2010 Chris Lumens <clumens@redhat.com> - 1.68-1
282 - Support removing groups that were included by a glob (#554717). (clumens)
283 - Make sure that everything in version.versionMap has a handler. (clumens)
284 - Add support for RHEL6 (#552230). (clumens)
285 - Don't consider RHEL versions as developmental even if they're latest. (clumens)
286 - Add lineno to BaseData and derived classes (version 2) (hdegoede)
287 - Give the non mandatory iscsi --port argument a sane default (hdegoede)
288 - Change python_sitelib macro to use %%global for new rpm (hdegoede)
289 - Fix typo in iscsi parsing error message (hdegoede)
291 * Thu Dec 03 2009 Chris Lumens <clumens@redhat.com> - 1.67-1
292 - Don't use action="append_const" in firewall.py.
293 - Make "make archive" depend on test and check passing again.
294 - versionToString now works in all cases we test for.
295 - Fix the few pychecker errors outstanding in options.py.
296 - Fix make docs to make docs dir before trying to download files there (hdegoede)
298 * Wed Nov 25 2009 Hans de Goede <hdgoede@redhat.com> - 1.66-1
299 - Add --dcb option to fcoe command (#513011)
300 - Remove rhpl from tests
301 - Port bootloader --hvargs option added in rhel5
302 - Ignore comments when looking for %%ksappend lines (#525676)
303 - Use python 2.x exception syntax
305 * Thu Nov 12 2009 Chris Lumens <clumens@redhat.com> - 1.65-1
306 - Add additional arguments to BaseHandler.__init__ for better map control.
307 - Return the KickstartCommand/KickstartData object from dispatcher.
308 - Add an "sshpw" command for changing the passwords in anaconda's env.
309 - Add --proxy support to the url and repo commands.
310 - Add support for F13. Is it really that time already?
312 * Wed Sep 30 2009 Chris Lumens <clumens@redhat.com> - 1.64-1
313 - Update the zfcp command for F12 (#526360).
314 - Move "make" to %%build (#524215).
316 * Wed Sep 16 2009 Chris Lumens <clumens@redhat.com> - 1.63-1
317 - Add encryption key escrow support (mitr, #508963).
318 - Fix the repo test cases to expect quotes around the repo's name.
320 * Thu Sep 10 2009 Chris Lumens <clumens@redhat.com> - 1.62-1
321 - Support translated help text in optparse (#479519).
322 - If the input kickstart file cannot be read, raise IOError (#519477).
324 * Thu Aug 27 2009 Chris Lumens <clumens@redhat.com> - 1.61-1
325 - Include the error messages from URLGrabError in the exception (#518443).
327 * Tue Aug 11 2009 Chris Lumens <clumens@redhat.com> - 1.60-1
328 - Put quotes around the repo's name (Marc.Herbert@gmail.com).
329 - Make duplicate entries warnings, not errors (#516338).
331 * Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 1.59-1
332 - Handle a few more places where a urlgrabber error could happen (#512951).
333 - Error out if the same partition/repo/network is defined twice (#512956).
334 - Call parent class tests first. (jlaska)
335 - Add KSOptionParser to FC3 upgrade command. (jlaska)
336 - Correct missing return stmt in _getArgsAsStr() (jlaska)
338 * Fri Jul 17 2009 Chris Lumens <clumens@redhat.com> - 1.58-1
339 - Adjust writePriority to fix lvm-on-raid0 test cases (jlaska).
340 - Add F12 to the version number tests. (clumens)
341 - F12_User test case. (dcantrell)
342 - Add --gecos argument to the 'user' command (dcantrell)
343 - Convert user.py to use _getArgsAsStr() (dcantrell)
345 * Fri Jul 10 2009 Chris Lumens <clumens@redhat.com> - 1.57-1
346 - Another patch to make the bootloader test work (jlaska).
348 * Thu Jul 09 2009 Chris Lumens <clumens@redhat.com> - 1.56-1
349 - Make sure to import the gettext stuff in fcoe. (clumens)
350 - Correctly deprecate bootloader --lba32 (jlaska).
351 - pykickstart: fix zfcp command writepriority (hdegoede)
352 - pykickstart: Add fcoe command (take 2) (hdegoede)
353 - Add a test case for RAID (jlaska).
355 * Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 1.55-1
356 - Add support for the group command to F12 (#509119).
357 - RHEL5 now supports RAID 10.
358 - The f12 hander class should be called F12Handler. (jgranado)
359 - Remove bootloader --lba32.
360 - Add a new version of the driverdisk command without --type=.
361 - Add initial support for F12.
362 - Fetch the programmers-guide from the wiki now.
364 * Mon May 18 2009 Chris Lumens <clumens@redhat.com> - 1.54-1
365 - Make sure the F11 handler gets used for "partition" and "part" (#501020).
367 * Wed Apr 29 2009 Chris Lumens <clumens@redhat.com> - 1.53-1
368 - Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens)
369 - Use the F11 version of the partition command. (clumens)
370 - Remove the --start and --end options since anaconda no longer uses them. (clumens)
371 - Remove a broken test case. (clumens)
373 * Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1
374 - Add lots more test cases (alindebe, mgracik, stickster).
375 - Add a skip attribute on key to shut up pychecker.
376 - Only show autostep command when requested (jlaska)
377 - Strip spaces from service names, and require an option to be provided.
378 - Surround services lists in double quotes.
379 - Remove the extra space from the services __str__ method.
380 - Fix output formatting bugs in firewall, partition, and repo (mgracik).
381 - Specifying both or neither of --drives and --only-use should be an error.
382 - Corrected newline char in return value of FC6_Method. (mgracik)
383 - Make --drives a required option for FC3, and catch no args on F8.
384 - Fix final printing of the rescue command (mgracik).
385 - Surround output strings in double quotes.
386 - Fix a typo in the deviceprobe command.
387 - Revert the more strict option processing on displaymode.
388 - Properly handle erroring on extra args, not just extra options.
389 - Don't use the logging class since it interferes with the logging test.
390 - port without host should raise KickstartParseError, not kickstartValueError.
391 - Add the --key option to option processing, since it's a valid argument.
392 - Fix test cases that were failing due to the new use of KSOptionParser.
393 - Teach driverdisk.py command to reject extra partitions (stickster).
394 - Add KSOptionParser to all commands ... enables more strick option checking (jlaska).
395 - Use KSOptionParser so we can catch bad command options (jlaska).
397 * Thu Jan 29 2009 Chris Lumens <clumens@redhat.com> - 1.51-1
398 - Make a couple changes to how the logging command is handled.
399 - Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields).
400 - Fix output formatting for the rootpw command.
401 - For commands that take exactly one argument, check and error correctly.
402 - Surround module options in quotes on the output side (jlaska).
403 - Set module opts in the FC3 handler correctly.
404 - Fix newlines on the device command output (jlaska).
405 - If --autoscreenshot is not specified, still output "autostep".
406 - Move the currentCmd and currentLine into getParser(). (jlaska)
407 - Write out an selinux line if set to disabled, but not if None.
408 - F9_LogVolData should inherit from FC4_LogVolData, not FC3_LogVolData (jlaska).
409 - Add unittest framework along with logvol and vnc unittests. (jlaska)
410 - Don't set the KSOption.required attribute in the constructor (jlaska).
412 * Sat Jan 10 2009 Chris Lumens <clumens@redhat.com> - 1.50-1
413 - Add a script to diff two versions of kickstart syntax.
414 - Add an option to ksvalidator to list all available syntax versions.
415 - Remove a couple extra newlines in output formatting.
416 - Add documentation for the new %%include representation.
417 - Add support %include to the pykickstart data objects.
419 * Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 1.49-1
420 - Add upgrade --root-device (atodorov, #471232).
421 - Use python's builtin set rather than the Sets module (#477836, dcantrell).
423 * Tue Dec 23 2008 Chris Lumens <clumens@redhat.com> - 1.48-1
424 - Allow ignoring group metadata from repos, using a '--ignoregroups'
425 boolean. (notting)
426 - Add initial support for F11.
427 - Specify the command versions in the handlers instead of making copies.
428 - Remove empty and pointless __init__ methods.
429 - Pass arguments to superclasses via *args and **kwargs, all the way up.
430 - Add removedKeywords and removedAttrs lists on Commands and Data.
431 - Fix version regexes to handle double digits and minor releases (jlaska).
433 * Thu Oct 30 2008 Chris Lumens <clumens@redhat.com> - 1.47-1
434 - Fix enabling services we specify by specific options.
436 * Mon Oct 27 2008 Chris Lumens <clumens@redhat.com> - 1.46-1
437 - Add support for firewall --service (#467005).
439 * Tue Oct 14 2008 Chris Lumens <clumens@redhat.com> - 1.45-1
440 - Lots of translation updates.
441 - Remove use of string.partition for python2.4 (atodorov).
443 * Mon Sep 22 2008 Chris Lumens <clumens@redhat.com> - 1.44-1
444 - Add support for reverse CHAP to the kickstart iscsi command (hans)
445 - Fix typo (katzj)
447 * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> - 1.43-1
448 - Revert "Do not include passphrases for encrypted block devices in
449 anaconda-ks.cfg." (dlehman)
450 - yum doesn't like when mirrorlist is "". (clumens)
452 * Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 1.42-1
453 - Add rescue command to pykickstart (atodorov)
454 - Sort %%packages output (katzj)
455 - Fix a typo (atodorov).
457 * Fri Aug 01 2008 Chris Lumens <clumens@redhat.com> - 1.41-1
458 - RHEL5 supports ignoredisk --only-use now too. (clumens)
459 - Do not include passphrases for encrypted block devices in
460 anaconda-ks.cfg. (dlehman)
461 - Fix F9,F10,RHEL5 "part" commands to use the same class as
462 "partition". (dlehman)
463 - Add an apply method() for commands and implement for lang (katzj)
465 * Tue Jul 15 2008 Chris Lumens <clumens@redhat.com> - 1.40-1
466 - RHEL5_LogVolData should inherit from FC4, not FC3.
467 Also fix FC9->F9 typo. (dlehman)
468 - Support creation of encrypted block devices in RHEL5. (#449830) (dlehman)
469 - Use the right LogVolData objects for RHEL3 and 4 (jlaska). (clumens)
470 - We no longer use rhpl for translations. (clumens)
471 - All the base classes should derive from object. (clumens)
473 * Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 1.39-1
474 - It's helpful to return the parser object. (clumens)
476 * Tue Jun 10 2008 Chris Lumens <clumens@redhat.com> - 1.38-1
477 - Fix loading the Handler object by looking for a more specific
478 name (#450740). (clumens)
480 * Sun Jun 08 2008 Chris Lumens <clumens@redhat.com> - 1.37-1
481 - XConfig is still used by other projects, so just deprecate some
482 options. (clumens)
484 * Thu May 29 2008 Chris Lumens <clumens@redhat.com> - 1.36-1
485 - It should be repo --cost, not repo --priority. (clumens)
487 * Fri May 23 2008 Chris Lumens <clumens@redhat.com> - 1.35-1
488 - Bring driverdisk command in line with the docs. (clumens)
489 - Change RAID command print priorities (jlaska).
490 - According to docs, physvols are space delimited. (jlaska)
491 - Don't write the label out twice (jlaska).
492 - Deprecate monitor and xconfig commands. (clumens)
494 * Wed May 07 2008 Chris Lumens <clumens@redhat.com> - 1.34-1
495 - Load the handler module automatically. (clumens)
496 - Add support for F10. (clumens)
497 - Initialize cmd.handler earlier; fixes repo.methodToRepo() (markmc)
498 - Don't shadow builtin function names. (clumens)
499 - Running check is now required before pykickstart can be packaged. (clumens)
500 - Reorganize code a little bit to pass pychecker. (clumens)
502 * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> - 1.33-1
503 - Fix whitespace when printing out the bootloader command (pmeyers).
504 - Fix the type on bootloader --timeout processing. (clumens)
506 * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 1.32-1
507 - Make the string reader act like the file reader upon EOF. (clumens)
508 - Add syntax for encrypted logical volumes. (clumens)
510 * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> - 1.31-1
511 - Support end-of-line comments. (clumens)
512 - Lots of translation updates.
514 * Tue Feb 26 2008 Chris Lumens <clumens@redhat.com> - 1.30-1
515 - Reverse writePriorities of iscsi and iscsname (#434965, jlaska).
516 - Fix printing of iscsiname command (#434945, jlaska).
517 - Don't traceback on ENOENT. (pnasrat)
518 - Store the mouse name as a string, not a list. (clumens)
519 - Update translations.
521 * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> - 1.29-1
522 - Renamed bootproto=ask to bootproto=query, add to RHEL5 as well. (clumens)
524 * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> - 1.28-1
525 - Fix traceback on volgroup command. (clumens)
527 * Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.27-1
528 - The bootprotoList needs to be defined before it's used. (clumens)
530 * Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.26-1
531 - Add support for network --bootproto=ask. (clumens)
533 * Tue Jan 15 2008 Chris Lumens <clumens@redhat.com> - 1.25-1
534 - Add the version to the output ks file. (clumens)
535 - Add syntax for encrypted partitions and raid devices. (clumens)
537 * Thu Jan 10 2008 Chris Lumens <clumens@redhat.com> - 1.24-1
538 - Make inheritance and overriding of %%packages work (#427768). (clumens)
539 - Add an option for which languages should be installed. (katzj)
540 - Use the right name for the iscsi --target variable (#418781). (clumens)
542 * Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 1.23-1
543 - Take Makefile improvements from anaconda.
544 - Fix a traceback on F9 zerombr command (#395431).
545 - Update to handle new Python eggs packaging.
547 * Tue Nov 20 2007 Chris Lumens <clumens@redhat.com> 1.22-1
548 - Don't process or write out vnc --enabled (jlaska AT redhat DOT com).
549 - Fix a traceback in the clearpart command.
551 * Tue Nov 06 2007 Chris Lumens <clumens@redhat.com> 1.21-1
552 - Save script line numbers for debugging.
553 - More internal cleanups.
555 * Wed Oct 31 2007 Chris Lumens <clumens@redhat.com> 1.20-1
556 - Pull wiki docs from the new location.
557 - Fix error messages for options that have been removed after having been
558 previously deprecated.
559 - zerombr no longer takes any arguments.
560 - %%packages --ignoredeps --resolvedeps have been removed.
561 - firewall --high --medium have been removed.
562 - vnc --connect has been removed.
563 - xconfig options from monitor have now been removed.
564 - --bytes-per-inode has been marked as deprecated.
565 - Fix typos.
566 - Add --fsprofile option to disk commands (pjones).
567 - Add F9 support (pjones).
568 - Lots of internal fixes (clumens, pjones).
570 * Tue Oct 23 2007 Chris Lumens <clumens@redhat.com> 1.19-1
571 - Fix a traceback on the cdrom method.
573 * Thu Oct 18 2007 Chris Lumens <clumens@redhat.com> 1.18-1
574 - Don't write out %%end to packages and scripts if the syntax version doesn't
575 support it.
576 - Remove obsolete translation (#332221).
578 * Thu Oct 04 2007 Chris Lumens <clumens@redhat.com> 1.17-1
579 - Simplify argument processing and printing.
581 * Wed Oct 03 2007 Chris Lumens <clumens@redhat.com> 1.16-1
582 - Undeprecate %%packages --excludedocs.
583 - Fix a traceback in the device command handling.
584 - Add bootloader --timeout (katzj).
586 * Tue Oct 02 2007 Chris Lumens <clumens@redhat.com> 1.15-1
587 - Update translations (#259121).
588 - The device command no longer takes a type argument.
590 * Fri Sep 28 2007 Chris Lumens <clumens@redhat.com> 1.14-1
591 - Fix output formatting for packages section header (#310211).
592 - Add a script to flatten kickstart files containing includes (katzj).
594 * Wed Sep 12 2007 Chris Lumens <clumens@redhat.com> 1.13-1
595 - Add a function to convert URL method strings into repo objects
596 (jkeating).
597 - Writer formatting fixes.
598 - Add kickstart documentation from the Fedora Wiki.
600 * Tue Sep 04 2007 Chris Lumens <clumens@redhat.com> 1.12-1
601 - Fix lots of problems in processing the bootloader, device, network, and
602 raid commands.
603 - Add %%end when writing out scripts and packages.
604 - Add a makefile target to run pychecker to cut down on errors in
605 releases.
607 * Mon Sep 3 2007 Jeremy Katz <katzj@redhat.com> - 1.11-1
608 - fix a few tracebacks
610 * Fri Aug 31 2007 Chris Lumens <clumens@redhat.com> 1.10-1
611 - Add network --ipv6=.
613 * Fri Aug 24 2007 Chris Lumens <clumens@redhat.com> 1.9-1
614 - Add support for the %%end directive to be placed at the end of scripts
615 and packages sections. Deprecate old syntax.
616 - Clean up after ksvalidator if pykickstart issues a traceback.
617 - Add support for repo --priority --includepkgs --excludepkgs.
618 - Fix newline at end of reboot --eject output (#253562).
620 * Mon Aug 13 2007 Chris Lumens <clumens@redhat.com> 1.8-1
621 - Fix type checking of string values.
623 * Thu Aug 09 2007 Chris Lumens <clumens@redhat.com> 1.7-1
624 - Clarify license in spec file and all source files.
625 - Check string values to options to make sure they're not other options
626 (#251318).
628 * Thu Aug 02 2007 Chris Lumens <clumens@redhat.com> 1.6-1
629 - Fix a couple tracebacks in ksvalidator.
630 - Change --class to --dhcpclass (#248912).
632 * Thu Jul 19 2007 Chris Lumens <clumens@redhat.com> 1.5-2
633 - Require rhpl (#248953).
635 * Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.5-1
636 - Fix traceback when calling preprocessKickstart.
638 * Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.4-1
639 - Add methods to handle the %%ksappend directive.
640 - Fix ignoredisk --disks.
642 * Wed Jul 11 2007 Chris Lumens <clumens@redhat.com> - 1.3-1
643 - Add support for ignoredisk --only-use.
644 - Fix traceback in raid command printing method (#246709).
646 * Fri Jun 08 2007 Chris Lumens <clumens@redhat.com> - 1.2-2
647 - Fix package review problems (#226334).
649 * Mon Jun 04 2007 Chris Lumens <clumens@redhat.com> - 1.2-1
650 - Fix harddrive install method error checking (#232492).
651 - Set authentication information from the input line to preserve quoting
652 (#241657).
653 - Allow included files to be given by URL.
654 - Fix typo in user --iscrypted option.
656 * Mon May 14 2007 Chris Lumens <clumens@redhat.com> - 1.1-1
657 - Better regexes for splitting version strings into family and version.
658 - Add basic support for RHEL3.
659 - Update translations.
661 * Fri Apr 13 2007 Chris Lumens <clumens@redhat.com> - 1.0-1
662 - Update documentation.
663 - Update translations.
665 * Mon Mar 19 2007 Chris Lumens <clumens@redhat.com> - 0.100-1
666 - bootloader should be written out after upgrade/install.
667 - Treat class names as unicode strings (#231053).
669 * Wed Mar 07 2007 Chris Lumens <clumens@redhat.com> - 0.99-1
670 - The timezone command didn't recognize --isUtc before FC6 (#231189).
671 - Recognize %%ksappend lines in ksvalidator.
672 - Don't set default values in some command __init__ methods.
673 - Added an updates command.
674 - Add support for RAID10.
676 * Mon Feb 26 2007 Chris Lumens <clumens@redhat.com> - 0.98-1
677 - Fix device command syntax to match anaconda.
678 - Fix __call__ on method command.
680 * Wed Feb 21 2007 Chris Lumens <clumens@redhat.com> - 0.97-1
681 - Fix traceback when not overriding default mappings (#229505).
683 * Tue Feb 20 2007 Chris Lumens <clumens@redhat.com> - 0.96-1
684 - Fix __str__ methods for langsupport and reboot commands.
685 - Renamed BaseHandler.empty to BaseHandler.maskAllExcept.
686 - Split command objects out into their own files in commands/.
687 - Rename command objects to start with Version_.
688 - Support extended group selection syntax.
690 * Wed Feb 14 2007 Chris Lumens <clumens@redhat.com> - 0.95-1
691 - KickstartParser no longer takes a version argument.
692 - Be more lenient in what strings stringToVersion accepts.
693 - Allow setting state on one data object from multiple files.
695 * Wed Feb 07 2007 Chris Lumens <clumens@redhat.com> - 0.94-1
696 - Add a newline to the end of the key command output.
697 - Use network bootproto constants (#197694).
698 - Fix tracebacks in subclass __str__ methods (#226734).
700 * Wed Jan 31 2007 Chris Lumens <clumens@redhat.com> - 0.93-2
701 - Make some minor spec file changes to get closer to the extras guidelines.
703 * Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1
704 - Add support for FC3, RHEL4, and RHEL5.
705 - The key command was not supported until after FC6.
706 - Accept more strings in stringToVersion.
708 * Fri Jan 19 2007 Chris Lumens <clumens@redhat.com> - 0.92-1
709 - Fix KickstartVersionError reporting.
710 - Add a version attribute to handler objects.
711 - Fix line number reporting on lots of commands.
712 - Add initial support for Fedora 7 and remove deprecated commands.
713 - Accept a --default argument to the %%packages header (#221305).
715 * Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1
716 - Add a method to read kickstart files from strings.
718 * Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 0.90-1
719 - Support multiple versions of kickstart syntax from one code base
720 (#189348).
721 - Fix inconsistency between Script parser and writer (#222877).
723 * Fri Dec 15 2006 Chris Lumens <clumens@redhat.com> - 0.43-1
724 - Pull in new translations (#216620).
726 * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.42-2
727 - rebuild against python 2.5
729 * Tue Dec 05 2006 Chris Lumens <clumens@redhat.com> - 0.42-1
730 - Fix traceback when writing out repo command (#218274).
732 * Fri Dec 01 2006 Chris Lumens <clumens@redhat.com> - 0.41-1
733 - Fix traceback when using deprecated commands (#218047, #218059).
735 * Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 0.40-1
736 - Pull in new translations (#216620).
737 - Add --level argument to logging command writer.
739 * Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-2
740 - Fix release number.
742 * Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-1
743 - Add writer for --key (#211997).
745 * Tue Oct 17 2006 Jeremy Katz <katzj@redhat.com> - 0.38-1
746 - allow --skip for installation number as well (#207029)
748 * Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 0.37-1
749 - support for installation numbers (#207029)
751 * Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 0.36-1
752 - use valid charsets in translations (#210720)
754 * Fri Sep 29 2006 Chris Lumens <clumens@redhat.com> - 0.35-1
755 - Fix traceback in harddrive command (#208557).
757 * Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1
758 - Add support for --biospart option to harddrive (#207585).
759 - Update writer for syntax changes.
761 * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 0.33-1
762 - improved iscsi syntax
763 - allow multiple zfcp devs
765 * Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 0.32-1
766 - Limit --bootproto to what anaconda supports.
767 - Add --noipv4 and --noipv6 network options.
769 * Tue Jun 20 2006 Chris Lumens <clumens@redhat.com> 0.31-1
770 - Handle nfs --opts (katzj).
771 - RAID devices should be integers instead of strings (#176537).
772 - Add initial support for iscsi (katzj).
774 * Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
775 - Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek
776 <fedora AT soeterbroek.com>).
778 * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
779 - Change order of LVM-related writing functions (#193073).
780 - Require urlgrabber.
781 - Return a more useful error message on unknown commands.
782 - Fix logvol writing typo.
783 - Make ksvalidator validate from a URL in addition to a file.
784 - Don't write out an empty packages section (#192851).
786 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
787 - Add multipath command, handlers, and data objects (pjones).
788 - Rename --ports to --port in writer.
790 * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
791 - Support --mtu for the network command (#191328).
792 - Accept --isUtc for backwards compatibility.
794 * Wed May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
795 - Output formatting fixes.
796 - Added commands for managing users and services.
798 * Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
799 - Ignore spaces before group names (#188095).
800 - Added some translations.
801 - Add options for repo command.
802 - Reorder %%packages section output.
803 - Output %%packages header options.
804 - Initialize RAID and volume group members to empty lists.
806 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
807 - Add support for the logging command.
809 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1
810 - Don't write out a blank xconfig line.
811 - Reorder output handlers to group like commands together.
812 - Mark strings for translation.
814 * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
815 - Backwards compatibility support for options to zerombr.
817 * Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
818 - Get ignoredisk working again (#182934).
820 * Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
821 - Provide an option to not traceback on missing include files (#181760).
822 - Update programming documentation.
824 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
825 - Correctly set --noformat and --useexisting on lvm and raid.
827 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
828 - --onboot requires a value (#180987).
829 - Be more strict about commands that don't take arguments.
831 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
832 - Fix some errors pychecker caught.
833 - Allow exceptions to not be fatal so ksvalidator can spot more errors in
834 a single pass (#179894).
836 * Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
837 - Don't set a default port for vnc.
839 * Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
840 - Give dmraid string an initial value.
841 - Handle None on partition size.
843 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
844 - Add dmraid support
846 * Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
847 - Fix VNC parameter parsing (#179209).
848 - Deprecate --connect. Add --host and --port instead.
850 * Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
851 - Recognize the --eject parameter to shutdown/halt.
852 - Store the exact post-installation action in ksdata.
854 * Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
855 - Clean up output quoting.
856 - Finish removing monitor-related stuff from xconfig.
858 * Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
859 - Deprecate monitor-related options to xconfig.
861 * Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
862 - Support --bytes-per-inode on raid
863 (Curtis Doty <Curtis at GreenKey.net> #175288).
865 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
866 - fixup network --onboot
868 * Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
869 - Default to SELINUX_ENFORCING.
870 - Default partition sizes to None for anaconda (#172378).
871 - Don't call shlex.split on anything inside a script (#172313).
873 * Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
874 - Fix clearpart --all.
875 - vnc command does not require --connect option (#172192).
876 - network --onboot does not take any option.
877 - Remove extra spaces from firewall --ports and --trust.
878 - Write out network --<service> options.
880 * Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
881 - Add --resolvedeps and --ignoredeps as deprecated options.
882 - Pass line number to header functions.
884 * Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
885 - Add line numbers to exception reporting.
886 - Added ksvalidator.
888 * Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
889 - Correct deprecated attribute on options.
890 - Added programming documentation.
892 * Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
893 - Correct python lib directory on 64-bit archs (#170621).
895 * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
896 - Add a deprecated attribute to options.
897 - Add --card option back to xconfig and mark as deprecated.
898 - Throw a deprecation warning on mouse and langsupport commands.
899 - Rename Writer to KickstartWriter for consistency.
900 - Collapse scripts into a single list and add an attribute on Script to
901 differentiate.
903 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
904 - Rename module to pykickstart to avoid conflicts in anaconda.
905 - Rename data classes for consistency.
906 - Add default bytesPerInode settings.
908 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
909 - Created package from anaconda.