a096c5b
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
472527b
83ad7ff
Summary:  A python library for manipulating kickstart files
83ad7ff
Name: pykickstart
d0f6858
Url: http://fedoraproject.org/wiki/pykickstart
525ff3f
Version: 1.81
5e17990
Release: 1%{?dist}
eb8298e
# This is a Red Hat maintained package which is specific to
eb8298e
# our distribution.  Thus the source is only available from
eb8298e
# within this srpm.
83ad7ff
Source0: %{name}-%{version}.tar.gz
eb8298e
c90d020
License: GPLv2
83ad7ff
Group: System Environment/Libraries
83ad7ff
BuildArch: noarch
d0f6858
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a2189de
BuildRequires: python-devel, gettext, python-setuptools-devel
ee96f1a
Requires: python, python-urlgrabber
83ad7ff
83ad7ff
%description
83ad7ff
The pykickstart package is a python library for manipulating kickstart
83ad7ff
files.
83ad7ff
83ad7ff
%prep
83ad7ff
%setup -q
83ad7ff
83ad7ff
%build
f1632b5
make
83ad7ff
83ad7ff
%install
d0f6858
rm -rf %{buildroot}
d0f6858
make DESTDIR=%{buildroot} install
d0f6858
%find_lang %{name}
83ad7ff
83ad7ff
%clean
d0f6858
rm -rf %{buildroot}
83ad7ff
d0f6858
%files -f %{name}.lang
d0f6858
%defattr(-,root,root,-)
a7c8bc4
%doc README ChangeLog COPYING docs/programmers-guide
0a9f6cb
%doc docs/kickstart-docs.txt
a2189de
%{python_sitelib}/*
d0f6858
%{_bindir}/ksvalidator
8c166c4
%{_bindir}/ksflatten
3e7f06c
%{_bindir}/ksverdiff
83ad7ff
83ad7ff
%changelog
525ff3f
* Wed Jan 19 2011 Chris Lumens <clumens@redhat.com> - 1.81-1
525ff3f
- Add support for "raid --label=" (#670643). (clumens)
525ff3f
- --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
525ff3f
- Make use of the "interactive" command an error. (clumens)
525ff3f
03738ac
* Fri Dec 10 2010 Chris Lumens <clumens@redhat.com> - 1.80-1
03738ac
- Remove preceededInclude= support (#639372). (clumens)
03738ac
- support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl)
03738ac
- l10n: Added Low German translation (ncfiedler)
03738ac
b3d1705
* Mon Nov 08 2010 Chris Lumens <clumens@redhat.com> 1.79-1
b3d1705
- Move from pychecker to pylint, since the latter actually works.
b3d1705
- Lots of minor corrections for pylint.
b3d1705
- Add bootloader --iscrypted (#554870).
b3d1705
- Add support for F15.
b3d1705
5e17990
* Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
5e17990
- Raise KickstartError instead of IOError (#618002). (clumens)
5e17990
- It's --biospart, not --biosdisk (#620855). (clumens)
5e17990
- Translation updates.
0287e93
8955c75
* Tue Jul 20 2010 Chris Lumens <clumens@redhat.com> - 1.77-1
8955c75
- Send the key command down the memory hole. (clumens)
8955c75
- Deprecate interactive kickstart mode. (clumens)
8955c75
29f5761
* Thu Jul 08 2010 Chris Lumens <clumens@redhat.com> - 1.76-1
29f5761
- method: new parameter '--noverifyssl' after --url. (akozumpl)
29f5761
- repo: new parameter '--noverifyssl'. (akozumpl)
29f5761
15afcd8
* Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> - 1.75-1
15afcd8
- Update translation files. (clumens)
15afcd8
- Remove everything from pykickstart that's been deprecated forever. (clumens)
15afcd8
- Using the knowledge of what command supports what option, condense test cases. (clumens)
15afcd8
- Add a method to list all supported options for a command being tested. (clumens)
15afcd8
- Add support for F14. (clumens)
15afcd8
- The %end at the end of a section is now required. (clumens)
15afcd8
8848801
* Thu Jun 10 2010 Chris Lumens <clumens@redhat.com> - 1.74-1
8848801
- If an option is deprecated, do not care if it takes a value (#602303). (clumens)
8848801
- Don't compare the dest ("telnet") with the option string ("--telnet"). (clumens)
8848801
- The --connect= parameter wasn't really deprecated in FC6. (clumens)
8848801
c601737
* Tue Jun 01 2010 Chris Lumens <clumens@redhat.com> - 1.73-1
c601737
- Allow "ignoredisk" to explicitly specify interactive usage (#596804) (pjones)
c601737
a6c4d16
* Fri Apr 23 2010 Chris Lumens <clumens@redhat.com> - 1.72-1
a6c4d16
- Return non-zero on error from ksvalidator (#585284). (clumens)
a6c4d16
33322eb
* Wed Apr 14 2010 Chris Lumens <clumens@redhat.com> - 1.71-1
33322eb
- Don't overwrite the excluded group list after every %packages line (#577334). (clumens)
33322eb
- Add a bunch of test cases for the packages section. (clumens)
33322eb
d8c8d5c
* Wed Mar 31 2010 Chris Lumens <clumens@redhat.com> - 1.70-1
d8c8d5c
- Add support for RAID4 (#578514). (clumens)
d8c8d5c
- Escape percent signs in the changelog. (clumens)
d8c8d5c
9f2eba0
* Wed Mar 10 2010 Chris Lumens <clumens@redhat.com> - 1.69-1
9f2eba0
- Add driverdisk --biospart= (#570437). (clumens)
9f2eba0
- Fix IOError catching in ksflatten (jgregusk, #558650).
9f2eba0
a096c5b
* Thu Jan 14 2010 Chris Lumens <clumens@redhat.com> - 1.68-1
a096c5b
- Support removing groups that were included by a glob (#554717). (clumens)
a096c5b
- Make sure that everything in version.versionMap has a handler. (clumens)
a096c5b
- Add support for RHEL6 (#552230). (clumens)
a096c5b
- Don't consider RHEL versions as developmental even if they're latest. (clumens)
a096c5b
- Add lineno to BaseData and derived classes (version 2) (hdegoede)
a096c5b
- Give the non mandatory iscsi --port argument a sane default (hdegoede)
d8c8d5c
- Change python_sitelib macro to use %%global for new rpm (hdegoede)
a096c5b
- Fix typo in iscsi parsing error message (hdegoede)
a096c5b
5455b32
* Thu Dec 03 2009 Chris Lumens <clumens@redhat.com> - 1.67-1
5455b32
- Don't use action="append_const" in firewall.py.
5455b32
- Make "make archive" depend on test and check passing again.
5455b32
- versionToString now works in all cases we test for.
5455b32
- Fix the few pychecker errors outstanding in options.py.
5455b32
- Fix make docs to make docs dir before trying to download files there (hdegoede)
5455b32
9186879
* Wed Nov 25 2009 Hans de Goede <hdgoede@redhat.com> - 1.66-1
9186879
- Add --dcb option to fcoe command (#513011)
9186879
- Remove rhpl from tests
9186879
- Port bootloader --hvargs option added in rhel5
d8c8d5c
- Ignore comments when looking for %%ksappend lines (#525676)
9186879
- Use python 2.x exception syntax
9186879
0674836
* Thu Nov 12 2009 Chris Lumens <clumens@redhat.com> - 1.65-1
0674836
- Add additional arguments to BaseHandler.__init__ for better map control.
0674836
- Return the KickstartCommand/KickstartData object from dispatcher.
0674836
- Add an "sshpw" command for changing the passwords in anaconda's env.
0674836
- Add --proxy support to the url and repo commands.
0674836
- Add support for F13.  Is it really that time already?
0674836
f1632b5
* Wed Sep 30 2009 Chris Lumens <clumens@redhat.com> - 1.64-1
f1632b5
- Update the zfcp command for F12 (#526360).
d8c8d5c
- Move "make" to %%build (#524215).
f1632b5
feb133b
* Wed Sep 16 2009 Chris Lumens <clumens@redhat.com> - 1.63-1
feb133b
- Add encryption key escrow support (mitr, #508963).
feb133b
- Fix the repo test cases to expect quotes around the repo's name.
feb133b
f71c17d
* Thu Sep 10 2009 Chris Lumens <clumens@redhat.com> - 1.62-1
f71c17d
- Support translated help text in optparse (#479519).
f71c17d
- If the input kickstart file cannot be read, raise IOError (#519477).
f71c17d
af303f0
* Thu Aug 27 2009 Chris Lumens <clumens@redhat.com> - 1.61-1
af303f0
- Include the error messages from URLGrabError in the exception (#518443).
af303f0
549c15b
* Tue Aug 11 2009 Chris Lumens <clumens@redhat.com> - 1.60-1
549c15b
- Put quotes around the repo's name (Marc.Herbert@gmail.com).
549c15b
- Make duplicate entries warnings, not errors (#516338).
549c15b
2e56ab6
* Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 1.59-1
2e56ab6
- Handle a few more places where a urlgrabber error could happen (#512951).
2e56ab6
- Error out if the same partition/repo/network is defined twice (#512956).
2e56ab6
- Call parent class tests first. (jlaska)
2e56ab6
- Add KSOptionParser to FC3 upgrade command. (jlaska)
2e56ab6
- Correct missing return stmt in _getArgsAsStr() (jlaska)
d662476
c5d3d01
* Fri Jul 17 2009 Chris Lumens <clumens@redhat.com> - 1.58-1
c5d3d01
- Adjust writePriority to fix lvm-on-raid0 test cases (jlaska).
c5d3d01
- Add F12 to the version number tests. (clumens)
c5d3d01
- F12_User test case. (dcantrell)
c5d3d01
- Add --gecos argument to the 'user' command (dcantrell)
c5d3d01
- Convert user.py to use _getArgsAsStr() (dcantrell)
c5d3d01
81f386a
* Fri Jul 10 2009 Chris Lumens <clumens@redhat.com> - 1.57-1
81f386a
- Another patch to make the bootloader test work (jlaska).
81f386a
dbcb762
* Thu Jul 09 2009 Chris Lumens <clumens@redhat.com> - 1.56-1
dbcb762
- Make sure to import the gettext stuff in fcoe. (clumens)
dbcb762
- Correctly deprecate bootloader --lba32 (jlaska).
dbcb762
- pykickstart: fix zfcp command writepriority (hdegoede)
dbcb762
- pykickstart: Add fcoe command (take 2) (hdegoede)
dbcb762
- Add a test case for RAID (jlaska).
dbcb762
0c4a4af
* Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 1.55-1
0c4a4af
- Add support for the group command to F12 (#509119).
0c4a4af
- RHEL5 now supports RAID 10.
0c4a4af
- The f12 hander class should be called F12Handler. (jgranado)
0c4a4af
- Remove bootloader --lba32.
0c4a4af
- Add a new version of the driverdisk command without --type=.
0c4a4af
- Add initial support for F12.
0c4a4af
- Fetch the programmers-guide from the wiki now.
0c4a4af
0c4a4af
* Mon May 18 2009 Chris Lumens <clumens@redhat.com> - 1.54-1
0c4a4af
- Make sure the F11 handler gets used for "partition" and "part" (#501020).
0c4a4af
4e23ae5
* Wed Apr 29 2009 Chris Lumens <clumens@redhat.com> - 1.53-1
4e23ae5
- Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens)
4e23ae5
- Use the F11 version of the partition command. (clumens)
4e23ae5
- Remove the --start and --end options since anaconda no longer uses them. (clumens)
4e23ae5
- Remove a broken test case. (clumens)
478bfaa
7f593c4
* Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1
7f593c4
- Add lots more test cases (alindebe, mgracik, stickster).
7f593c4
- Add a skip attribute on key to shut up pychecker.
7f593c4
- Only show autostep command when requested (jlaska)
7f593c4
- Strip spaces from service names, and require an option to be provided.
7f593c4
- Surround services lists in double quotes.
7f593c4
- Remove the extra space from the services __str__ method.
7f593c4
- Fix output formatting bugs in firewall, partition, and repo (mgracik).
7f593c4
- Specifying both or neither of --drives and --only-use should be an error.
7f593c4
- Corrected newline char in return value of FC6_Method. (mgracik)
7f593c4
- Make --drives a required option for FC3, and catch no args on F8.
7f593c4
- Fix final printing of the rescue command (mgracik).
7f593c4
- Surround output strings in double quotes.
7f593c4
- Fix a typo in the deviceprobe command.
7f593c4
- Revert the more strict option processing on displaymode.
7f593c4
- Properly handle erroring on extra args, not just extra options.
7f593c4
- Don't use the logging class since it interferes with the logging test.
7f593c4
- port without host should raise KickstartParseError, not kickstartValueError.
7f593c4
- Add the --key option to option processing, since it's a valid argument.
7f593c4
- Fix test cases that were failing due to the new use of KSOptionParser.
7f593c4
- Teach driverdisk.py command to reject extra partitions (stickster).
7f593c4
- Add KSOptionParser to all commands ... enables more strick option checking (jlaska).
7f593c4
- Use KSOptionParser so we can catch bad command options (jlaska).
7f593c4
352b1e6
* Thu Jan 29 2009 Chris Lumens <clumens@redhat.com> - 1.51-1
352b1e6
- Make a couple changes to how the logging command is handled.
352b1e6
- Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields).
352b1e6
- Fix output formatting for the rootpw command.
352b1e6
- For commands that take exactly one argument, check and error correctly.
352b1e6
- Surround module options in quotes on the output side (jlaska).
352b1e6
- Set module opts in the FC3 handler correctly.
352b1e6
- Fix newlines on the device command output (jlaska).
352b1e6
- If --autoscreenshot is not specified, still output "autostep".
352b1e6
- Move the currentCmd and currentLine into getParser(). (jlaska)
352b1e6
- Write out an selinux line if set to disabled, but not if None.
352b1e6
- F9_LogVolData should inherit from FC4_LogVolData, not FC3_LogVolData (jlaska).
352b1e6
- Add unittest framework along with logvol and vnc unittests. (jlaska)
352b1e6
- Don't set the KSOption.required attribute in the constructor (jlaska).
352b1e6
3e7f06c
* Sat Jan 10 2009 Chris Lumens <clumens@redhat.com> - 1.50-1
3e7f06c
- Add a script to diff two versions of kickstart syntax.
3e7f06c
- Add an option to ksvalidator to list all available syntax versions.
3e7f06c
- Remove a couple extra newlines in output formatting.
d8c8d5c
- Add documentation for the new %%include representation.
3e7f06c
- Add support %include to the pykickstart data objects.
3e7f06c
114adf7
* Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 1.49-1
114adf7
- Add upgrade --root-device (atodorov, #471232).
114adf7
- Use python's builtin set rather than the Sets module (#477836, dcantrell).
114adf7
798f1c9
* Tue Dec 23 2008 Chris Lumens <clumens@redhat.com> - 1.48-1
798f1c9
- Allow ignoring group metadata from repos, using a '--ignoregroups'
798f1c9
  boolean. (notting)
798f1c9
- Add initial support for F11.
798f1c9
- Specify the command versions in the handlers instead of making copies.
798f1c9
- Remove empty and pointless __init__ methods.
798f1c9
- Pass arguments to superclasses via *args and **kwargs, all the way up.
798f1c9
- Add removedKeywords and removedAttrs lists on Commands and Data.
798f1c9
- Fix version regexes to handle double digits and minor releases (jlaska).
1d371ca
35e8773
* Thu Oct 30 2008 Chris Lumens <clumens@redhat.com> - 1.47-1
35e8773
- Fix enabling services we specify by specific options.
35e8773
c6bfdc5
* Mon Oct 27 2008 Chris Lumens <clumens@redhat.com> - 1.46-1
c6bfdc5
- Add support for firewall --service (#467005).
c6bfdc5
63b002c
* Tue Oct 14 2008 Chris Lumens <clumens@redhat.com> - 1.45-1
63b002c
- Lots of translation updates.
63b002c
- Remove use of string.partition for python2.4 (atodorov).
63b002c
c3a2092
* Mon Sep 22 2008 Chris Lumens <clumens@redhat.com> - 1.44-1
c3a2092
- Add support for reverse CHAP to the kickstart iscsi command (hans)
c3a2092
- Fix typo (katzj)
c3a2092
2becbfb
* Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> - 1.43-1
2becbfb
- Revert "Do not include passphrases for encrypted block devices in
2becbfb
  anaconda-ks.cfg." (dlehman)
2becbfb
- yum doesn't like when mirrorlist is "". (clumens)
2becbfb
34d1c9a
* Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 1.42-1
34d1c9a
- Add rescue command to pykickstart (atodorov)
d8c8d5c
- Sort %%packages output (katzj)
34d1c9a
- Fix a typo (atodorov).
34d1c9a
78feb36
* Fri Aug 01 2008 Chris Lumens <clumens@redhat.com> - 1.41-1
78feb36
- RHEL5 supports ignoredisk --only-use now too. (clumens)
78feb36
- Do not include passphrases for encrypted block devices in
78feb36
  anaconda-ks.cfg. (dlehman)
78feb36
- Fix F9,F10,RHEL5 "part" commands to use the same class as
78feb36
  "partition". (dlehman)
78feb36
- Add an apply method() for commands and implement for lang (katzj)
78feb36
ee96f1a
* Tue Jul 15 2008 Chris Lumens <clumens@redhat.com> - 1.40-1
ee96f1a
- RHEL5_LogVolData should inherit from FC4, not FC3.
ee96f1a
  Also fix FC9->F9 typo. (dlehman)
ee96f1a
- Support creation of encrypted block devices in RHEL5. (#449830) (dlehman)
ee96f1a
- Use the right LogVolData objects for RHEL3 and 4 (jlaska). (clumens)
ee96f1a
- We no longer use rhpl for translations. (clumens)
ee96f1a
- All the base classes should derive from object. (clumens)
ee96f1a
d953810
* Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 1.39-1
d953810
- It's helpful to return the parser object. (clumens)
d953810
562a3a8
* Tue Jun 10 2008 Chris Lumens <clumens@redhat.com> - 1.38-1
562a3a8
- Fix loading the Handler object by looking for a more specific
562a3a8
  name (#450740). (clumens)
562a3a8
aee54e1
* Sun Jun 08 2008 Chris Lumens <clumens@redhat.com> - 1.37-1
aee54e1
- XConfig is still used by other projects, so just deprecate some
aee54e1
  options. (clumens)
aee54e1
7734417
* Thu May 29 2008 Chris Lumens <clumens@redhat.com> - 1.36-1
7734417
- It should be repo --cost, not repo --priority. (clumens)
7734417
84c7551
* Fri May 23 2008 Chris Lumens <clumens@redhat.com> - 1.35-1
84c7551
- Bring driverdisk command in line with the docs. (clumens)
84c7551
- Change RAID command print priorities (jlaska).
84c7551
- According to docs, physvols are space delimited. (jlaska)
84c7551
- Don't write the label out twice (jlaska).
84c7551
- Deprecate monitor and xconfig commands. (clumens)
84c7551
e473d25
* Wed May 07 2008 Chris Lumens <clumens@redhat.com> - 1.34-1
e473d25
- Load the handler module automatically. (clumens)
e473d25
- Add support for F10. (clumens)
e473d25
- Initialize cmd.handler earlier; fixes repo.methodToRepo() (markmc)
e473d25
- Don't shadow builtin function names. (clumens)
e473d25
- Running check is now required before pykickstart can be packaged. (clumens)
e473d25
- Reorganize code a little bit to pass pychecker. (clumens)
e473d25
184102e
* Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> - 1.33-1
184102e
- Fix whitespace when printing out the bootloader command (pmeyers).
184102e
- Fix the type on bootloader --timeout processing. (clumens)
184102e
47f9aaf
* Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 1.32-1
47f9aaf
- Make the string reader act like the file reader upon EOF. (clumens)
47f9aaf
- Add syntax for encrypted logical volumes. (clumens)
47f9aaf
8d159c2
* Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> - 1.31-1
8d159c2
- Support end-of-line comments. (clumens)
8d159c2
- Lots of translation updates.
8d159c2
0a0931b
* Tue Feb 26 2008 Chris Lumens <clumens@redhat.com> - 1.30-1
0a0931b
- Reverse writePriorities of iscsi and iscsname (#434965, jlaska).
0a0931b
- Fix printing of iscsiname command (#434945, jlaska).
0a0931b
- Don't traceback on ENOENT. (pnasrat)
0a0931b
- Store the mouse name as a string, not a list. (clumens)
0a0931b
- Update translations.
0a0931b
67c3207
* Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> - 1.29-1
67c3207
- Renamed bootproto=ask to bootproto=query, add to RHEL5 as well. (clumens)
67c3207
5673166
* Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> - 1.28-1
5673166
- Fix traceback on volgroup command. (clumens)
5673166
a243101
* Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.27-1
a243101
- The bootprotoList needs to be defined before it's used. (clumens)
a243101
6bb8f7e
* Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.26-1
6bb8f7e
- Add support for network --bootproto=ask. (clumens)
6bb8f7e
d19f061
* Tue Jan 15 2008 Chris Lumens <clumens@redhat.com> - 1.25-1
d19f061
- Add the version to the output ks file. (clumens)
d19f061
- Add syntax for encrypted partitions and raid devices. (clumens)
d19f061
41b8cfb
* Thu Jan 10 2008 Chris Lumens <clumens@redhat.com> - 1.24-1
d8c8d5c
- Make inheritance and overriding of %%packages work (#427768). (clumens)
41b8cfb
- Add an option for which languages should be installed. (katzj)
41b8cfb
- Use the right name for the iscsi --target variable (#418781). (clumens)
41b8cfb
39c445a
* Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 1.23-1
39c445a
- Take Makefile improvements from anaconda.
39c445a
- Fix a traceback on F9 zerombr command (#395431).
a2189de
- Update to handle new Python eggs packaging.
39c445a
2793fe2
* Tue Nov 20 2007 Chris Lumens <clumens@redhat.com> 1.22-1
2793fe2
- Don't process or write out vnc --enabled (jlaska AT redhat DOT com).
2793fe2
- Fix a traceback in the clearpart command.
2793fe2
a3a10de
* Tue Nov 06 2007 Chris Lumens <clumens@redhat.com> 1.21-1
a3a10de
- Save script line numbers for debugging.
a3a10de
- More internal cleanups.
a3a10de
7c5067b
* Wed Oct 31 2007 Chris Lumens <clumens@redhat.com> 1.20-1
7c5067b
- Pull wiki docs from the new location.
7c5067b
- Fix error messages for options that have been removed after having been
7c5067b
  previously deprecated.
7c5067b
- zerombr no longer takes any arguments.
d8c8d5c
- %%packages --ignoredeps --resolvedeps have been removed.
7c5067b
- firewall --high --medium have been removed.
7c5067b
- vnc --connect has been removed.
7c5067b
- xconfig options from monitor have now been removed.
7c5067b
- --bytes-per-inode has been marked as deprecated.
7c5067b
- Fix typos.
7c5067b
- Add --fsprofile option to disk commands (pjones).
7c5067b
- Add F9 support (pjones).
7c5067b
- Lots of internal fixes (clumens, pjones).
7c5067b
ada463c
* Tue Oct 23 2007 Chris Lumens <clumens@redhat.com> 1.19-1
ada463c
- Fix a traceback on the cdrom method.
ada463c
1e93161
* Thu Oct 18 2007 Chris Lumens <clumens@redhat.com> 1.18-1
d8c8d5c
- Don't write out %%end to packages and scripts if the syntax version doesn't
1e93161
  support it.
1e93161
- Remove obsolete translation (#332221).
1e93161
01ca222
* Thu Oct 04 2007 Chris Lumens <clumens@redhat.com> 1.17-1
01ca222
- Simplify argument processing and printing.
01ca222
b8df3c3
* Wed Oct 03 2007 Chris Lumens <clumens@redhat.com> 1.16-1
d8c8d5c
- Undeprecate %%packages --excludedocs.
b8df3c3
- Fix a traceback in the device command handling.
b8df3c3
- Add bootloader --timeout (katzj).
b8df3c3
a5f83ab
* Tue Oct 02 2007 Chris Lumens <clumens@redhat.com> 1.15-1
a5f83ab
- Update translations (#259121).
a5f83ab
- The device command no longer takes a type argument.
a5f83ab
8c166c4
* Fri Sep 28 2007 Chris Lumens <clumens@redhat.com> 1.14-1
8c166c4
- Fix output formatting for packages section header (#310211).
8c166c4
- Add a script to flatten kickstart files containing includes (katzj).
8c166c4
0a9f6cb
* Wed Sep 12 2007 Chris Lumens <clumens@redhat.com> 1.13-1
0a9f6cb
- Add a function to convert URL method strings into repo objects
0a9f6cb
  (jkeating).
0a9f6cb
- Writer formatting fixes.
0a9f6cb
- Add kickstart documentation from the Fedora Wiki.
0a9f6cb
0b22dcc
* Tue Sep 04 2007 Chris Lumens <clumens@redhat.com> 1.12-1
0b22dcc
- Fix lots of problems in processing the bootloader, device, network, and
0b22dcc
  raid commands.
d8c8d5c
- Add %%end when writing out scripts and packages.
0b22dcc
- Add a makefile target to run pychecker to cut down on errors in
0b22dcc
  releases.
0b22dcc
90a58c4
* Mon Sep  3 2007 Jeremy Katz <katzj@redhat.com> - 1.11-1
90a58c4
- fix a few tracebacks
90a58c4
0e88f2f
* Fri Aug 31 2007 Chris Lumens <clumens@redhat.com> 1.10-1
0e88f2f
- Add network --ipv6=.
0e88f2f
81ccd99
* Fri Aug 24 2007 Chris Lumens <clumens@redhat.com> 1.9-1
d8c8d5c
- Add support for the %%end directive to be placed at the end of scripts
81ccd99
  and packages sections.  Deprecate old syntax.
81ccd99
- Clean up after ksvalidator if pykickstart issues a traceback.
81ccd99
- Add support for repo --priority --includepkgs --excludepkgs.
81ccd99
- Fix newline at end of reboot --eject output (#253562).
81ccd99
a8cbe8f
* Mon Aug 13 2007 Chris Lumens <clumens@redhat.com> 1.8-1
a8cbe8f
- Fix type checking of string values.
a8cbe8f
c90d020
* Thu Aug 09 2007 Chris Lumens <clumens@redhat.com> 1.7-1
c90d020
- Clarify license in spec file and all source files.
c90d020
- Check string values to options to make sure they're not other options
c90d020
  (#251318).
c90d020
b3d8e5e
* Thu Aug 02 2007 Chris Lumens <clumens@redhat.com> 1.6-1
b3d8e5e
- Fix a couple tracebacks in ksvalidator.
b3d8e5e
- Change --class to --dhcpclass (#248912).
b3d8e5e
0124319
* Thu Jul 19 2007 Chris Lumens <clumens@redhat.com> 1.5-2
0124319
- Require rhpl (#248953).
0124319
e9f53b4
* Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.5-1
e9f53b4
- Fix traceback when calling preprocessKickstart.
e9f53b4
98197ec
* Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.4-1
d8c8d5c
- Add methods to handle the %%ksappend directive.
98197ec
- Fix ignoredisk --disks.
98197ec
20300ca
* Wed Jul 11 2007 Chris Lumens <clumens@redhat.com> - 1.3-1
20300ca
- Add support for ignoredisk --only-use.
20300ca
- Fix traceback in raid command printing method (#246709).
20300ca
eb8298e
* Fri Jun 08 2007 Chris Lumens <clumens@redhat.com> - 1.2-2
eb8298e
- Fix package review problems (#226334).
eb8298e
37ea880
* Mon Jun 04 2007 Chris Lumens <clumens@redhat.com> - 1.2-1
37ea880
- Fix harddrive install method error checking (#232492).
37ea880
- Set authentication information from the input line to preserve quoting
37ea880
  (#241657).
37ea880
- Allow included files to be given by URL.
37ea880
- Fix typo in user --iscrypted option.
37ea880
09fa57c
* Mon May 14 2007 Chris Lumens <clumens@redhat.com> - 1.1-1
09fa57c
- Better regexes for splitting version strings into family and version.
09fa57c
- Add basic support for RHEL3.
09fa57c
- Update translations.
09fa57c
2dbb2b8
* Fri Apr 13 2007 Chris Lumens <clumens@redhat.com> - 1.0-1
2dbb2b8
- Update documentation.
2dbb2b8
- Update translations.
2dbb2b8
52dd731
* Mon Mar 19 2007 Chris Lumens <clumens@redhat.com> - 0.100-1
52dd731
- bootloader should be written out after upgrade/install.
52dd731
- Treat class names as unicode strings (#231053).
52dd731
48e21ff
* Wed Mar 07 2007 Chris Lumens <clumens@redhat.com> - 0.99-1
48e21ff
- The timezone command didn't recognize --isUtc before FC6 (#231189).
d8c8d5c
- Recognize %%ksappend lines in ksvalidator.
48e21ff
- Don't set default values in some command __init__ methods.
48e21ff
- Added an updates command.
48e21ff
- Add support for RAID10.
48e21ff
c8496a7
* Mon Feb 26 2007 Chris Lumens <clumens@redhat.com> - 0.98-1
c8496a7
- Fix device command syntax to match anaconda.
c8496a7
- Fix __call__ on method command.
c8496a7
140a179
* Wed Feb 21 2007 Chris Lumens <clumens@redhat.com> - 0.97-1
140a179
- Fix traceback when not overriding default mappings (#229505).
140a179
1b8e206
* Tue Feb 20 2007 Chris Lumens <clumens@redhat.com> - 0.96-1
1b8e206
- Fix __str__ methods for langsupport and reboot commands.
1b8e206
- Renamed BaseHandler.empty to BaseHandler.maskAllExcept.
1b8e206
- Split command objects out into their own files in commands/.
1b8e206
- Rename command objects to start with Version_.
1b8e206
- Support extended group selection syntax.
1b8e206
471d87b
* Wed Feb 14 2007 Chris Lumens <clumens@redhat.com> - 0.95-1
471d87b
- KickstartParser no longer takes a version argument.
471d87b
- Be more lenient in what strings stringToVersion accepts.
471d87b
- Allow setting state on one data object from multiple files.
471d87b
eb0f33e
* Wed Feb 07 2007 Chris Lumens <clumens@redhat.com> - 0.94-1
eb0f33e
- Add a newline to the end of the key command output.
eb0f33e
- Use network bootproto constants (#197694).
eb0f33e
- Fix tracebacks in subclass __str__ methods (#226734).
eb0f33e
d0f6858
* Wed Jan 31 2007 Chris Lumens <clumens@redhat.com> - 0.93-2
d0f6858
- Make some minor spec file changes to get closer to the extras guidelines.
d0f6858
2ae1b05
* Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1
2ae1b05
- Add support for FC3, RHEL4, and RHEL5.
2ae1b05
- The key command was not supported until after FC6.
2ae1b05
- Accept more strings in stringToVersion.
2ae1b05
c602835
* Fri Jan 19 2007 Chris Lumens <clumens@redhat.com> - 0.92-1
c602835
- Fix KickstartVersionError reporting.
c602835
- Add a version attribute to handler objects.
c602835
- Fix line number reporting on lots of commands.
c602835
- Add initial support for Fedora 7 and remove deprecated commands.
d0f6858
- Accept a --default argument to the %%packages header (#221305).
c602835
8215bef
* Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1
8215bef
- Add a method to read kickstart files from strings.
8215bef
dd27886
* Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 0.90-1
dd27886
- Support multiple versions of kickstart syntax from one code base
dd27886
  (#189348).
dd27886
- Fix inconsistency between Script parser and writer (#222877).
dd27886
58dab4f
* Fri Dec 15 2006 Chris Lumens <clumens@redhat.com> - 0.43-1
58dab4f
- Pull in new translations (#216620).
58dab4f
8f85324
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.42-2
8f85324
- rebuild against python 2.5
8f85324
2bd5be3
* Tue Dec 05 2006 Chris Lumens <clumens@redhat.com> - 0.42-1
2bd5be3
- Fix traceback when writing out repo command (#218274).
2bd5be3
ccc6bc3
* Fri Dec 01 2006 Chris Lumens <clumens@redhat.com> - 0.41-1
ccc6bc3
- Fix traceback when using deprecated commands (#218047, #218059).
ccc6bc3
24cc5e6
* Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 0.40-1
24cc5e6
- Pull in new translations (#216620).
24cc5e6
- Add --level argument to logging command writer.
24cc5e6
b40ef82
* Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-2
b40ef82
- Fix release number.
b40ef82
a3c80b7
* Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-1
a3c80b7
- Add writer for --key (#211997).
a3c80b7
a3c80b7
* Tue Oct 17 2006 Jeremy Katz <katzj@redhat.com> - 0.38-1
a3c80b7
- allow --skip for installation number as well (#207029)
a3c80b7
a3c80b7
* Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 0.37-1
a3c80b7
- support for installation numbers (#207029)
a3c80b7
bc3edcf
* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 0.36-1
bc3edcf
- use valid charsets in translations (#210720)
bc3edcf
8fdb4b3
* Fri Sep 29 2006 Chris Lumens <clumens@redhat.com> - 0.35-1
8fdb4b3
- Fix traceback in harddrive command (#208557).
8fdb4b3
4169a24
* Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1
4169a24
- Add support for --biospart option to harddrive (#207585).
4169a24
- Update writer for syntax changes.
4169a24
750beed
* Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 0.33-1
750beed
- improved iscsi syntax
750beed
- allow multiple zfcp devs
750beed
98651f9
* Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 0.32-1
98651f9
- Limit --bootproto to what anaconda supports.
98651f9
- Add --noipv4 and --noipv6 network options.
98651f9
d42d0b4
* Tue Jun 20 2006 Chris Lumens <clumens@redhat.com> 0.31-1
d42d0b4
- Handle nfs --opts (katzj).
d42d0b4
- RAID devices should be integers instead of strings (#176537).
d42d0b4
- Add initial support for iscsi (katzj).
d42d0b4
6f9cfea
* Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
6f9cfea
- Add BuildRequires to fix building under mock (#194156,  Joost Soeterbroek
6f9cfea
  <fedora AT soeterbroek.com>).
6f9cfea
5fd7ff8
* Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
5fd7ff8
- Change order of LVM-related writing functions (#193073).
5fd7ff8
- Require urlgrabber.
5fd7ff8
- Return a more useful error message on unknown commands.
5fd7ff8
- Fix logvol writing typo.
5fd7ff8
- Make ksvalidator validate from a URL in addition to a file.
5fd7ff8
- Don't write out an empty packages section (#192851).
5fd7ff8
a602d34
* Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
a602d34
- Add multipath command, handlers, and data objects (pjones).
a602d34
- Rename --ports to --port in writer.
a602d34
4b95022
* Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
4b95022
- Support --mtu for the network command (#191328).
4b95022
- Accept --isUtc for backwards compatibility.
4b95022
4ab92a6
* Wed May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
4ab92a6
- Output formatting fixes.
4ab92a6
- Added commands for managing users and services.
4ab92a6
df3b186
* Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
df3b186
- Ignore spaces before group names (#188095).
df3b186
- Added some translations.
df3b186
- Add options for repo command.
d0f6858
- Reorder %%packages section output.
d0f6858
- Output %%packages header options.
df3b186
- Initialize RAID and volume group members to empty lists.
df3b186
8b1b0d5
* Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
8b1b0d5
- Add support for the logging command.
8b1b0d5
c00daa0
* Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1 
c00daa0
- Don't write out a blank xconfig line.
c00daa0
- Reorder output handlers to group like commands together.
c00daa0
- Mark strings for translation.
c00daa0
1eb4f0f
* Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
1eb4f0f
- Backwards compatibility support for options to zerombr.
1eb4f0f
b45a2c6
* Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
b45a2c6
- Get ignoredisk working again (#182934).
b45a2c6
fbb3abe
* Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
fbb3abe
- Provide an option to not traceback on missing include files (#181760).
fbb3abe
- Update programming documentation.
fbb3abe
5639fcb
* Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
5639fcb
- Correctly set --noformat and --useexisting on lvm and raid.
5639fcb
a90f470
* Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
a90f470
- --onboot requires a value (#180987).
a90f470
- Be more strict about commands that don't take arguments.
a90f470
75d1da4
* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
75d1da4
- Fix some errors pychecker caught.
75d1da4
- Allow exceptions to not be fatal so ksvalidator can spot more errors in
75d1da4
  a single pass (#179894).
75d1da4
a3f0ca5
* Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
a3f0ca5
- Don't set a default port for vnc.
a3f0ca5
fb6bc61
* Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
fb6bc61
- Give dmraid string an initial value.
fb6bc61
- Handle None on partition size.
fb6bc61
0ea4a88
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
0ea4a88
- Add dmraid support
0ea4a88
67a3ae3
* Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
67a3ae3
- Fix VNC parameter parsing (#179209).
67a3ae3
- Deprecate --connect.  Add --host and --port instead.
67a3ae3
2bde272
* Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
2bde272
- Recognize the --eject parameter to shutdown/halt.
2bde272
- Store the exact post-installation action in ksdata.
2bde272
7be39cd
* Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
7be39cd
- Clean up output quoting.
7be39cd
- Finish removing monitor-related stuff from xconfig.
7be39cd
42b53ea
* Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
42b53ea
- Deprecate monitor-related options to xconfig.
42b53ea
a9d35a8
* Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
a9d35a8
- Support --bytes-per-inode on raid
a9d35a8
  (Curtis Doty <Curtis at GreenKey.net> #175288).
a9d35a8
976ee5a
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
976ee5a
- fixup network --onboot
976ee5a
c08a00d
* Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
c08a00d
- Default to SELINUX_ENFORCING.
c08a00d
- Default partition sizes to None for anaconda (#172378).
c08a00d
- Don't call shlex.split on anything inside a script (#172313).
c08a00d
92f5ade
* Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
92f5ade
- Fix clearpart --all.
92f5ade
- vnc command does not require --connect option (#172192).
92f5ade
- network --onboot does not take any option.
92f5ade
- Remove extra spaces from firewall --ports and --trust.
92f5ade
- Write out network --<service> options.
92f5ade
421e218
* Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
421e218
- Add --resolvedeps and --ignoredeps as deprecated options.
421e218
- Pass line number to header functions.
421e218
1e0b10c
* Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
1e0b10c
- Add line numbers to exception reporting.
1e0b10c
- Added ksvalidator.
1e0b10c
a7c8bc4
* Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
a7c8bc4
- Correct deprecated attribute on options.
a7c8bc4
- Added programming documentation.
a7c8bc4
472527b
* Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
472527b
- Correct python lib directory on 64-bit archs (#170621).
472527b
c625f88
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
c625f88
- Add a deprecated attribute to options.
c625f88
- Add --card option back to xconfig and mark as deprecated.
c625f88
- Throw a deprecation warning on mouse and langsupport commands.
c625f88
- Rename Writer to KickstartWriter for consistency.
c625f88
- Collapse scripts into a single list and add an attribute on Script to
c625f88
  differentiate.
c625f88
de928ee
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
de928ee
- Rename module to pykickstart to avoid conflicts in anaconda.
de928ee
- Rename data classes for consistency.
de928ee
- Add default bytesPerInode settings.
de928ee
83ad7ff
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
83ad7ff
- Created package from anaconda.