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