ca3884
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
8ec2a6
8ec2a6
Summary:  A python library for manipulating kickstart files
8ec2a6
Name: pykickstart
8ec2a6
Url: http://fedoraproject.org/wiki/pykickstart
e74e38
Version: 1.99.66.12
8ec2a6
Release: 1%{?dist}
8ec2a6
# This is a Red Hat maintained package which is specific to
8ec2a6
# our distribution.  Thus the source is only available from
8ec2a6
# within this srpm.
8ec2a6
Source0: %{name}-%{version}.tar.gz
8ec2a6
8ec2a6
License: GPLv2
8ec2a6
Group: System Environment/Libraries
8ec2a6
BuildArch: noarch
8ec2a6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ca3884
BuildRequires: python-devel, gettext, python-setuptools
a9b246
BuildRequires: python-urlgrabber
8ec2a6
Requires: python, python-urlgrabber
8ec2a6
8ec2a6
%description
8ec2a6
The pykickstart package is a python library for manipulating kickstart
8ec2a6
files.
8ec2a6
8ec2a6
%prep
8ec2a6
%setup -q
8ec2a6
8ec2a6
%build
8ec2a6
make
8ec2a6
8ec2a6
%install
8ec2a6
rm -rf %{buildroot}
8ec2a6
make DESTDIR=%{buildroot} install
8ec2a6
%find_lang %{name}
8ec2a6
8ec2a6
%clean
8ec2a6
rm -rf %{buildroot}
8ec2a6
a9b246
%check
a9b246
make test
a9b246
8ec2a6
%files -f %{name}.lang
8ec2a6
%defattr(-,root,root,-)
ca3884
%license COPYING
ca3884
%doc README docs/programmers-guide
ca3884
%doc docs/kickstart-docs.rst
8ec2a6
%{python_sitelib}/*
8ec2a6
%{_bindir}/ksvalidator
8ec2a6
%{_bindir}/ksflatten
8ec2a6
%{_bindir}/ksverdiff
8ec2a6
%{_bindir}/ksshell
8ec2a6
%{_mandir}/man1/*
8ec2a6
8ec2a6
%changelog
e74e38
* Wed Apr 05 2017 Chris Lumens <clumens@redhat.com> - 1.99.66.12-1
e74e38
- Add documentation for the snapshot feature (jkonecny)
e74e38
  Related: rhbz#1113207
e74e38
- Add tests for a new snapshot command (jkonecny)
e74e38
  Related: rhbz#1113207
e74e38
- Add support of --when param to snapshot command (jkonecny)
e74e38
  Related: rhbz#1113207
e74e38
- Add new snapshot KS command (jkonecny)
e74e38
  Related: rhbz#1113207
e74e38
e74e38
* Wed Mar 01 2017 Chris Lumens <clumens@redhat.com> - 1.99.66.11-1
e74e38
- Document %%traceback and %%onerror. (clumens)
e74e38
  Related: rhbz#1412538
e74e38
- Add an %%onerror script section. (clumens)
e74e38
  Related: rhbz#1412538
e74e38
- Add more test coverage around Group and Script objects. (clumens)
e74e38
  Related: rhbz#1412538
e74e38
- Add --nohome option to autopart command. (#141) (vponcova)
e74e38
  Related: rhbz#663099
e74e38
- Add --chunksize option to raid command. (#140) (vponcova)
e74e38
  Related: rhbz#1332316
e74e38
cb818f
* Thu Aug 18 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.10-1
cb818f
- Support file URLs for ostree. (clumens)
cb818f
  Resolves: rhbz#1367933
cb818f
cb818f
* Fri Jun 17 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.9-1
cb818f
- Support timezone command usage without timezone specification (mkolman)
cb818f
  Related: rhbz#1312135
cb818f
cb818f
* Thu Jun 02 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.8-1
cb818f
- Add --no-activate option to network command (#1277975) (rvykydal)
cb818f
cb818f
* Mon Feb 29 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.7-1
cb818f
- Add sshkey command to RHEL7 (#1311755) (bcl)
cb818f
- Add --sshkey to sshpw command (#1240410) (bcl)
cb818f
- Add %%pre-install section to be used after mounting filesystems (bcl)
cb818f
- There is no F7_Key class - use RHEL5_Key instead. (clumens)
cb818f
- ostree repos can only be HTTP or HTTPS. (clumens)
cb818f
- Fix class inheritance in RHEL6_VolGroup (ccoyle)
cb818f
ca3884
* Tue Sep 22 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.6-1
ca3884
- Update the RHEL7 version constant. (clumens)
ca3884
ca3884
* Tue Jul 07 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.5-1
ca3884
- Reorder the expected output in the clearpart CDL test. (clumens)
ca3884
- Fix whitespace error in clearpart --cdl test (#1232849) (sbueno+anaconda)
ca3884
- Add clearpart --cdl option. (#1232849) (sbueno+anaconda)
ca3884
- Avoid polluting generated kickstarts by unexpected reqpart commands (#1164660) (mkolman)
ca3884
- Don't allow using --fsprofile and --mkfsopts at the same time. (clumens)
ca3884
ca3884
* Wed Jun 24 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.4-1
ca3884
- transifex-client is no longer needed to build. (clumens)
ca3884
- Add kickstart docs to the source tree (clumens)
ca3884
- Add options for LVM cache specs to the 'logvol' command (vpodzime)
ca3884
ca3884
* Thu Jun 18 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.3-1
ca3884
- Add --mkfsoptions to btrfs, logvol, partition, and raid commands. (clumens)
ca3884
- Merge pull request #25 from bcl/rhel7-1207747 (clumens)
ca3884
- Allow skipping the errors on unknown sections. (#1180255) (sbueno+anaconda)
ca3884
- Add --kexec flag to reboot (#1207747) (bcl)
ca3884
ca3884
* Tue Jun 02 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.2-1
ca3884
- Add rc-release Makefile target (bcl)
ca3884
- Add a new command to only make those partitions required by the platform. (clumens)
ca3884
ca3884
* Tue Apr 28 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.1-1
ca3884
- Rebuild for RHEL7.
ca3884
ca3884
* Fri Jan 30 2015 Chris Lumens <clumens@redhat.com> - 1.99.66-1
ca3884
- network: add support for bridge to F22 (#1075195) (rvykydal)
ca3884
- Use %license in pykickstart.spec (bcl)
ca3884
ca3884
* Mon Dec 15 2014 Chris Lumens <clumens@redhat.com> - 1.99.65-1
ca3884
- Add support for setting user account ssh key (bcl)
ca3884
- Add = to the output for various network options (#1171926). (clumens)
ca3884
- When ksflatten fails, return a failure code (#1162881). (clumens)
ca3884
ca3884
* Mon Nov 24 2014 Chris Lumens <clumens@redhat.com> - 1.99.64-1
ca3884
- Get rid of an unused variable. (clumens)
ca3884
- network: add support for bridge to RHEL7 (#1075195) (rvykydal)
ca3884
- Add new RHEL7 logvol objects to master (vpodzime)
ca3884
- Add new RHEL7 volgroup objects to master (vpodzime)
ca3884
- RHEL7 supports the ostreesetup command. (clumens)
ca3884
ca3884
* Fri Oct 10 2014 Chris Lumens <clumens@redhat.com> - 1.99.63-1
ca3884
- Move the test for --nombr option to the right class (vpodzime)
ca3884
- Add the --nombr bootloader option in pykickstart (gczarcinski)
ca3884
ca3884
* Tue Oct 07 2014 Chris Lumens <clumens@redhat.com> - 1.99.62-1
3f9cec
- Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern)
ca3884
- Apply a couple more 2to3 fixes, still avoiding the hard ones.(#985310). (clumens)
ca3884
- Apply the obvious easy changes from 2to3 (#985310). (clumens)
3f9cec
ca3884
* Fri Oct 03 2014 Chris Lumens <clumens@redhat.com> - 1.99.61-1
3f9cec
- Add support for specifying thin pool profile (vpodzime)
ca3884
- Add missing import (mkolman)
ca3884
- Add tests for --interfacename validation (mkolman)
ca3884
- Validate network interface name when parsing the kickstart (#1081982) (mkolman)
3f9cec
ca3884
* Wed Sep 24 2014 Chris Lumens <clumens@redhat.com> - 1.99.60-1
ca3884
- Make --size and --percent mutually exclusive in logvol. (dlehman)
ca3884
- Add support for F22. (clumens)
3f9cec
ca3884
* Wed Sep 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.59-1
3f9cec
- Some tests for --size and --percent (#1117908) (amulhern)
3f9cec
- Update tests where necessary with --size flag (#1117908) (amulhern)
3f9cec
- Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern)
3f9cec
- Check the regular expression when asserting a parse error (#1117908) (amulhern)
ca3884
- Do not reference non-existant attribute (#1117908) (amulhern)
3f9cec
- Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern)
ca3884
- Remove --disable-override from tx arguments. (clumens)
ca3884
- Add the bootloader --disabled option for RHEL7 as well. (clumens)
3f9cec
ca3884
* Tue Aug 12 2014 Chris Lumens <clumens@redhat.com> - 1.99.58-1
3f9cec
- Add --install flag to repo command (#1119867) (bcl)
3f9cec
ca3884
* Wed Jul 02 2014 Chris Lumens <clumens@redhat.com> - 1.99.57-1
ca3884
- Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens)
3f9cec
- Add autopart --fstype support (#1112697) (bcl)
ca3884
- Add some more tests to bump up the "make coverage" numbers. (clumens)
ca3884
ca3884
* Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
ca3884
- Add support for --disklabel to clearpart (#1078537) (bcl)
ca3884
- Make print statements Python 3 compatible (mkolman)
ca3884
ca3884
* Fri May 16 2014 Chris Lumens <clumens@redhat.com> - 1.99.55-1
ca3884
- Do not set any magic default PE size in pykickstart (vpodzime)
3f9cec
- ostreesetup: Fix noGpg attribute (walters)
ca3884
- Fix bogus changelog in pykickstart.spec (sagarun)
ca3884
- Stop shipping a ChangeLog file. (clumens)
ca3884
- We can use descriptive pylint message names on the command line, too. (clumens)
ca3884
ca3884
* Tue Apr 22 2014 Chris Lumens <clumens@redhat.com> - 1.99.54-1
ca3884
- Move ks tools from optparse to argparse (#1083913). (clumens)
ca3884
- Use descriptive pylint messages instead of numbers. (clumens)
ca3884
- Fix up some printing problems in some of the tools. (clumens)
ca3884
- Add support for the --listversions option to ksverdiff too. (clumens)
ca3884
- Run pylint on tools/, and fix up all the errors. (clumens)
ca3884
- disable-msg -> disable for pylint. (clumens)
ca3884
ca3884
* Mon Mar 31 2014 Chris Lumens <clumens@redhat.com> - 1.99.53-1
3f9cec
- ostreesetup: New command (walters)
ca3884
- Move commandMap and dataMap setting into the individual handler classes. (clumens)
ca3884
ca3884
* Fri Mar 21 2014 Chris Lumens <clumens@redhat.com> - 1.99.52-1
ca3884
- Take care of all the unused argument warnings. (clumens)
ca3884
- Take care of all the unused variable warnings. (clumens)
ca3884
- Remove unused imports. (clumens)
ca3884
- Don't do relative import any more, either. (clumens)
ca3884
- Stop doing wildcard imports. (clumens)
ca3884
- Add an option to disable even installing the core group. (clumens)
3f9cec
ca3884
* Tue Mar 18 2014 Chris Lumens <clumens@redhat.com> - 1.99.51-1
ca3884
- Use the correct indentation for the new network stuff. (clumens)
a9b246
- Add network --interfacename option for vlans (#1061646) (rvykydal)
a9b246
ca3884
* Mon Mar 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.50-1
ca3884
- Add a new bootloader --disabled option (#1074522). (clumens)
ca3884
- Add support for F21. (clumens)
a9b246
- Fix an error on the printing side of handling environments. (clumens)
a9b246
- Add support for fcoe --autovlan option (#1055779) (rvykydal)
a9b246
ca3884
* Wed Feb 05 2014 Chris Lumens <clumens@redhat.com> - 1.99.49-1
ca3884
- Provide syntax for specifying environments (#1061296). (clumens)
a9b246
- Use the correct LogVolData object (#1058520). (clumens)
a9b246
- Don't do string comparisons in "make test" (#1057573). (clumens)
a9b246
ca3884
* Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.48-1
ca3884
- Specify a kickstart version when running package-related tests. (clumens)
ca3884
- We need python-urlgrabber to do builds now. (clumens)
a9b246
ca3884
* Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.47-1
a9b246
- Add missing version bumps for RHEL7 command control map (#1032738) (mkolman)
ca3884
- Run "make test" as part of the RPM build process (#1025226). (clumens)
ca3884
- Include test cases in the source distribution. (clumens)
ca3884
- With the previous patch, RAID test formatting needs to change. (clumens)
ca3884
- Do not add a list of PVs or RAID members when writing out --useexisting (#1021274). (clumens)
ca3884
- Raise an error if bootloader --boot-drive gets more than one argument. (clumens)
a9b246
ca3884
* Thu Nov 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.46-1
ca3884
- Add support for network team devices (#1003591) (rvykydal)
ca3884
- Work on test coverage a little bit. (clumens)
ca3884
- Don't use OrderedDict. (clumens)
8ec2a6
- Add tests for tmpfs usage (mkolman)
8ec2a6
- Add tmpfs support (#918621) (mkolman)
8ec2a6
ca3884
* Fri Nov 01 2013 Chris Lumens <clumens@redhat.com> - 1.99.45-1
8ec2a6
- Set bootloader location constructor default value to "none" (#916529) (amulhern)
8ec2a6
ca3884
* Fri Oct 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.44-1
ca3884
- method getattr should default to handler.url (bcl)
ca3884
  Related: rhbz#1016801
ca3884
8ec2a6
* Wed Oct 16 2013 Chris Lumens <clumens@redhat.com> - 1.99.43-1
8ec2a6
- Use F20_Raid for RHEL7. (#997146) (dlehman)
8ec2a6
8ec2a6
* Tue Oct 08 2013 Chris Lumens <clumens@redhat.com> - 1.99.42-1
8ec2a6
- Remove a triple-X message that is no longer needed (mkolman)
8ec2a6
- Add --remove-service option for the firewall command (#1016008) (mkolman)
8ec2a6
8ec2a6
* Wed Sep 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.41-1
8ec2a6
- New 'eula' command (#1000409) (vpodzime)
8ec2a6
8ec2a6
* Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> 1.99.40-2
8ec2a6
- Only BuildRequire transifex on OSes that include it.
8ec2a6
8ec2a6
* Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> - 1.99.40-1
8ec2a6
- Don't error out if volgroup --useexisting is given with no members. (clumens)
8ec2a6
8ec2a6
* Tue Sep 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.39-1
8ec2a6
- Call the right attribute method (#1004889) (bcl)
8ec2a6
- Reset method seen attrs when switching method (#1004889) (bcl)
8ec2a6
8ec2a6
* Tue Sep 03 2013 Brian C. Lane <bcl@redhat.com> - 1.99.38-1
8ec2a6
- Return None for attributes if no method has been set (#1001081) (dshea)
8ec2a6
- Fix up a couple pylint errors in the tools. (clumens)
8ec2a6
8ec2a6
* Wed Aug 21 2013 Chris Lumens <clumens@redhat.com> - 1.99.37-1
8ec2a6
- Correct exception raising style. (clumens)
8ec2a6
- Fix up how we call pylint for 1.0.0. (clumens)
8ec2a6
- Set method.method when attempted. (dshea)
8ec2a6
8ec2a6
* Mon Aug 19 2013 Chris Lumens <clumens@redhat.com> - 1.99.36-1
8ec2a6
- When method.method is set, also set the right seen attribute (#994553). (clumens)
8ec2a6
- Add tests for incorrect command usage detection (mkolman)
8ec2a6
- Add class for independent multi-line command sequence tests (mkolman)
8ec2a6
- Raise an error if autopart is combined with partitioning commands (#886010) (mkolman)
8ec2a6
8ec2a6
* Mon Jul 29 2013 Chris Lumens <clumens@redhat.com> - 1.99.35-1
8ec2a6
- Add aliases for all the old method classes (#986069). (clumens)
8ec2a6
- Check syntax version before issuing a deprecation warning (#972098). (clumens)
8ec2a6
8ec2a6
* Mon Jul 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.34-1
8ec2a6
- Always create self.handler on-demand in the test cases. (clumens)
8ec2a6
- Also set the seen attribute when __call__ is used. (clumens)
8ec2a6
- Mark the upgrade command as deprecated. (clumens)
8ec2a6
- Add the method test case back in. (clumens)
8ec2a6
- Set the seen attribute when parsing in test cases, too. (clumens)
8ec2a6
- Add a proxy method command object. (clumens)
8ec2a6
- Add an interactive kickstart shell command, ksshell. (clumens)
8ec2a6
- Fix string substitution errors in translatable text. (clumens)
8ec2a6
- Break the method command out into individual commands. (clumens)
8ec2a6
8ec2a6
* Tue Jul 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.33-1
8ec2a6
- Add support for lvm thin provisioning. (dlehman)
8ec2a6
- Add support for F20. (clumens)
8ec2a6
- Add a new test for the group command. (clumens)
8ec2a6
- In the test cases, error on all non-deprecation warnings. (clumens)
8ec2a6
- Remove unused imports from the test suite. (clumens)
8ec2a6
8ec2a6
* Fri Jun 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.32-1
8ec2a6
- transifex.net is now transifex.com (bcl)
8ec2a6
- Update raid --device to be an array name specifier. (dlehman)
8ec2a6
- Add more tests for the realm command (mkolman)
8ec2a6
- RHEL7 is now more or less based on F19, at least for kickstart. (clumens)
8ec2a6
- realm: Fix --no-password option (stefw)
8ec2a6
- Add man pages for all programs (#948440). (clumens)
8ec2a6
8ec2a6
* Wed May 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.31-1
8ec2a6
- Fix F18/F19 cdrom methods (bcl)
8ec2a6
8ec2a6
* Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.30-1
8ec2a6
- Add support for the realm command (mkolman)
8ec2a6
- Add liveimg install method (bcl)
8ec2a6
8ec2a6
* Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.29-1
8ec2a6
- add --extlinux option (mattdm)
8ec2a6
8ec2a6
* Tue Apr 23 2013 Chris Lumens <clumens@redhat.com> - 1.99.28-1
8ec2a6
- Add network --ipv6gateway option (#905226) (rvykydal)
8ec2a6
- Add lang --addsupport option (#912364) (rvykydal)
8ec2a6
8ec2a6
* Wed Apr 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.27-1
8ec2a6
- A new user's group should default to None, not 0 (#929204). (clumens)
8ec2a6
8ec2a6
* Fri Mar 22 2013 Chris Lumens <clumens@redhat.com> - 1.99.26-1
8ec2a6
- parser.py: Allow shlex to strip lines (fedora.dm0)
8ec2a6
- Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
8ec2a6
- Add gid attribute to User command and associated data structure (msivak)
8ec2a6
- Make sure tests can run and report import errors (bcl)
8ec2a6
- Add network --vlanid option to Fedora. (rvykydal)
8ec2a6
8ec2a6
* Mon Mar 04 2013 Chris Lumens <clumens@redhat.com> - 1.99.25-1
8ec2a6
- pylint appears to have gotten pickier. (clumens)
8ec2a6
- Fix typo in --wpakey string representation method (rvykydal)
8ec2a6
- Also add the F19 handler file. (clumens)
8ec2a6
- Don't strip the newline from reboot or shutdown commands (#915013). (clumens)
8ec2a6
- Add bonding support to RHEL 7 (rvykydal)
8ec2a6
- Add bonding support to F19 (rvykydal)
8ec2a6
- Add support for F19 (rvykydal)
8ec2a6
8ec2a6
* Wed Feb 13 2013 Chris Lumens <clumens@redhat.com> - 1.99.24-1
8ec2a6
- Add a seen attribute to commands, sections, and the packages object. (clumens)
8ec2a6
8ec2a6
* Mon Jan 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.23-1
8ec2a6
- Don't print any of the autopart command if autopart is disabled (#888841). (clumens)
8ec2a6
- Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens)
8ec2a6
- Beware of possible unicode strings (#876293) (vpodzime)
8ec2a6
- Remove the lang.apply method (#882186). (clumens)
8ec2a6
- Add 'make coverage' command to the make file (stefw)
8ec2a6
8ec2a6
* Tue Nov 20 2012 Chris Lumens <clumens@redhat.com> - 1.99.22-1
8ec2a6
- Add support for url --mirrorlist, needed by anaconda (#868558). (clumens)
8ec2a6
- Only write out a logging line if one was provided (#873242). (clumens)
8ec2a6
- If no timezone was provided, do not write out an empty timezone command. (clumens)
8ec2a6
8ec2a6
* Wed Oct 24 2012 Chris Lumens <clumens@redhat.com> - 1.99.21-1
8ec2a6
- Add support for layout switching options (vpodzime)
8ec2a6
8ec2a6
* Mon Oct 15 2012 Chris Lumens <clumens@redhat.com> - 1.99.20-1
8ec2a6
- Disable pylint warnings related to the previous patch. (clumens)
8ec2a6
- Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
8ec2a6
- Fix superclass constructor call in F18_Keyboard. (dlehman)
8ec2a6
- Add cipher option for encrypting block devices. (dlehman)
8ec2a6
- Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
8ec2a6
- add unsupported_hardware command (#824963) (bcl)
8ec2a6
8ec2a6
* Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.19-1
8ec2a6
- bonding support: add network --bondslaves --bondopts options (rvykydal)
8ec2a6
- vlan support: add network --vlanid option. (rvykydal)
8ec2a6
8ec2a6
* Thu Sep 06 2012 Chris Lumens <clumens@redhat.com> - 1.99.18-1
8ec2a6
- Fix the multilib package test case. (clumens)
8ec2a6
- Add support for --multilib option to %packages. (dlehman)
8ec2a6
- Mark --nobase as deprecated. (notting)
8ec2a6
8ec2a6
* Tue Aug 28 2012 Chris Lumens <clumens@redhat.com> - 1.99.17-1
8ec2a6
- Add ksdata.network.hostname (readonly) property (rvykydal)
8ec2a6
8ec2a6
* Wed Aug 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.16-1
8ec2a6
- Add swap --hibernation to logvol command (vpodzime)
8ec2a6
8ec2a6
* Thu Aug 09 2012 Chris Lumens <clumens@redhat.com> - 1.99.15-1
8ec2a6
- No argument needs to be given to rootpw if you're just locking the account. (clumens)
8ec2a6
8ec2a6
* Thu Jul 26 2012 Chris Lumens <clumens@redhat.com> - 1.99.14-1
8ec2a6
- add reboot test (bcl)
8ec2a6
- add correct halt command handling (bcl)
8ec2a6
- return parsed object from assert_parse (bcl)
8ec2a6
- The monitor command has been deprecated since F10.  Get rid of it. (clumens)
8ec2a6
- Add --hibernation option for swap size specification (vpodzime)
8ec2a6
- Add leavebootorder test (hamzy)
8ec2a6
8ec2a6
* Tue Jun 19 2012 Chris Lumens <clumens@redhat.com> - 1.99.13-1
8ec2a6
- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
8ec2a6
- Allow %include in %pre and %post (#827269) (bcl)
8ec2a6
8ec2a6
* Mon Jun 18 2012 Chris Lumens <clumens@redhat.com> - 1.99.12-1
8ec2a6
- Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime)
8ec2a6
- fix TypeError in network.py with ipv6 static addresses (wwoods)
8ec2a6
- Layouts may include spaces, so put them in quotes (vpodzime)
8ec2a6
8ec2a6
* Mon May 07 2012 Chris Lumens <clumens@redhat.com> - 1.99.11-1
8ec2a6
- pylint doesn't like .setter syntax at all. (clumens)
8ec2a6
- Modify keyboard command to handle multiple layouts (vpodzime)
8ec2a6
- Add support for F18. (vpodzime)
8ec2a6
- Fix traceback if modules cannot be loaded when running tests (vpodzime)
8ec2a6
8ec2a6
* Mon Apr 02 2012 Chris Lumens <clumens@redhat.com> - 1.99.10-1
8ec2a6
- Add resize option to partition and logvol commands. (dlehman)
8ec2a6
- Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
8ec2a6
8ec2a6
* Thu Mar 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.9-1
8ec2a6
- Add __ne__ methods to every object with an __eq__ method. (clumens)
8ec2a6
- Use the older exception syntax for python 2.4 compatibility. (clumens)
8ec2a6
- Add an __eq__ method to the method command. (clumens)
8ec2a6
8ec2a6
* Wed Mar 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.8-1
8ec2a6
- Add support for RHEL7 (#802369).
8ec2a6
- Add a method to set a command back to its initial blank state.
8ec2a6
- btrfs likes its raid levels in lower case. (#799154) (dlehman)
8ec2a6
- iscsi: add support for interface binding to F17 (rvykydal)
8ec2a6
- iscsi: add support for interface binding (#500273) (rvykydal)
8ec2a6
8ec2a6
* Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
8ec2a6
- Add --type option to autopart command. (dlehman)
8ec2a6
- Add btrfs command. (dlehman)
8ec2a6
8ec2a6
* Tue Nov 15 2011 Chris Lumens <clumens@redhat.com> - 1.99.6-1
8ec2a6
- Add --boot-drive option to bootloader command to pick boot drive. (dlehman)
8ec2a6
- Add support for F17. (clumens)
8ec2a6
- The guts of a script could include a line starting with a % (#746928). (clumens)
8ec2a6
8ec2a6
* Wed Oct 19 2011 Chris Lumens <clumens@redhat.com> - 1.99.5-1
8ec2a6
- Don't error out if raid --useexisting is given with no members (#741728). (clumens)
8ec2a6
- When %end is missing, include the unterminated section in the error message. (clumens)
8ec2a6
8ec2a6
* Wed Sep 14 2011 Chris Lumens <clumens@redhat.com> - 1.99.4-1
8ec2a6
- --reserved-space and --reserved-percent should be checked on a callback. (clumens)
8ec2a6
- Add a volgroup unit test, and fix a bug it uncovered. (clumens)
8ec2a6
- Add support for reserved space in volume group. (dlehman)
8ec2a6
- Allow a %include to come in the middle of a section (#733455). (clumens)
8ec2a6
- Add a test case for %include inside %packages. (clumens)
8ec2a6
8ec2a6
* Mon Aug 22 2011 Chris Lumens <clumens@redhat.com> - 1.99.3-1
8ec2a6
- Ignore reimport warnings. (clumens)
8ec2a6
- Add support for 'autopart --nolvm' (jlaska)
8ec2a6
- autopart - Inherit error checking from base class (jlaska)
8ec2a6
- Let's just use url.size instead.  That's defined for both FTP and HTTP. (clumens)
8ec2a6
- It's url.hdr now, not url.info. (clumens)
8ec2a6
- Support end-of-line comments in the %packages section (#728563). (clumens)
8ec2a6
8ec2a6
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
8ec2a6
- Don't do "make po-pull" during installation. (clumens)
8ec2a6
8ec2a6
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.1-1
8ec2a6
- Fix a couple Makefile typos. (clumens)
8ec2a6
- typo fix (vpodzime)
8ec2a6
- option for wpa wifi connection specification added (vpodzime)
8ec2a6
- Update Makefiles to work with new translation system. (clumens)
8ec2a6
- BuildRequires transifex-client. (clumens)
8ec2a6
- Ignore po/*.po files. (clumens)
8ec2a6
- Remove translation files. (clumens)
8ec2a6
- Add transifex-client configuration file. (clumens)
8ec2a6
- Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
8ec2a6
8ec2a6
* Tue Jun 07 2011 Chris Lumens <clumens@redhat.com> 1.99.0-1
8ec2a6
- Add a way to tell how often a section has been handled. (clumens)
8ec2a6
- Add a NullSection that just ignores any section provided. (clumens)
8ec2a6
- Add test cases for the parser itself. (clumens)
8ec2a6
- Allow for defining your own kickstart %sections. (clumens)
8ec2a6
- The docs need to be fetched from an HTTPS location now. (clumens)
8ec2a6
- Write out --onboot=off if it's False. (clumens)
8ec2a6
8ec2a6
* Fri Mar 25 2011 Chris Lumens <clumens@redhat.com> - 1.83-1
8ec2a6
- Add kickstart network --nodefroute option (#668417) (rvykydal)
8ec2a6
- Add support for network --bootproto ibft option (#668417) (rvykydal)
8ec2a6
- Add network --activate option (#668417) (rvykydal)
8ec2a6
- Add support for F16. (clumens)
8ec2a6
8ec2a6
* Fri Feb 18 2011 Chris Lumens <clumens@redhat.com> - 1.82-1
8ec2a6
- Add support for "logvol --label=" (#677571). (clumens)
8ec2a6
8ec2a6
* Wed Jan 19 2011 Chris Lumens <clumens@redhat.com> - 1.81-1
8ec2a6
- Add support for "raid --label=" (#670643). (clumens)
8ec2a6
- --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
8ec2a6
- Make use of the "interactive" command an error. (clumens)
8ec2a6
8ec2a6
* Fri Dec 10 2010 Chris Lumens <clumens@redhat.com> - 1.80-1
8ec2a6
- Remove preceededInclude= support (#639372). (clumens)
8ec2a6
- support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl)
8ec2a6
- l10n: Added Low German translation (ncfiedler)
8ec2a6
8ec2a6
* Mon Nov 08 2010 Chris Lumens <clumens@redhat.com> 1.79-1
8ec2a6
- Move from pychecker to pylint, since the latter actually works.
8ec2a6
- Lots of minor corrections for pylint.
8ec2a6
- Add bootloader --iscrypted (#554870).
8ec2a6
- Add support for F15.
8ec2a6
8ec2a6
* Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
8ec2a6
- Raise KickstartError instead of IOError (#618002). (clumens)
8ec2a6
- It's --biospart, not --biosdisk (#620855). (clumens)
8ec2a6
- Translation updates.
8ec2a6
8ec2a6
* Tue Jul 20 2010 Chris Lumens <clumens@redhat.com> - 1.77-1
8ec2a6
- Send the key command down the memory hole. (clumens)
8ec2a6
- Deprecate interactive kickstart mode. (clumens)
8ec2a6
8ec2a6
* Thu Jul 08 2010 Chris Lumens <clumens@redhat.com> - 1.76-1
8ec2a6
- method: new parameter '--noverifyssl' after --url. (akozumpl)
8ec2a6
- repo: new parameter '--noverifyssl'. (akozumpl)
8ec2a6
8ec2a6
* Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> - 1.75-1
8ec2a6
- Update translation files. (clumens)
8ec2a6
- Remove everything from pykickstart that's been deprecated forever. (clumens)
8ec2a6
- Using the knowledge of what command supports what option, condense test cases. (clumens)
8ec2a6
- Add a method to list all supported options for a command being tested. (clumens)
8ec2a6
- Add support for F14. (clumens)
8ec2a6
- The %end at the end of a section is now required. (clumens)
8ec2a6
8ec2a6
* Thu Jun 10 2010 Chris Lumens <clumens@redhat.com> - 1.74-1
8ec2a6
- If an option is deprecated, do not care if it takes a value (#602303). (clumens)
8ec2a6
- Don't compare the dest ("telnet") with the option string ("--telnet"). (clumens)
8ec2a6
- The --connect= parameter wasn't really deprecated in FC6. (clumens)
8ec2a6
8ec2a6
* Tue Jun 01 2010 Chris Lumens <clumens@redhat.com> - 1.73-1
8ec2a6
- Allow "ignoredisk" to explicitly specify interactive usage (#596804) (pjones)
8ec2a6
8ec2a6
* Fri Apr 23 2010 Chris Lumens <clumens@redhat.com> - 1.72-1
8ec2a6
- Return non-zero on error from ksvalidator (#585284). (clumens)
8ec2a6
8ec2a6
* Wed Apr 14 2010 Chris Lumens <clumens@redhat.com> - 1.71-1
8ec2a6
- Don't overwrite the excluded group list after every %packages line (#577334). (clumens)
8ec2a6
- Add a bunch of test cases for the packages section. (clumens)
8ec2a6
8ec2a6
* Wed Mar 31 2010 Chris Lumens <clumens@redhat.com> - 1.70-1
8ec2a6
- Add support for RAID4 (#578514). (clumens)
8ec2a6
- Escape percent signs in the changelog. (clumens)
8ec2a6
8ec2a6
* Wed Mar 10 2010 Chris Lumens <clumens@redhat.com> - 1.69-1
8ec2a6
- Add driverdisk --biospart= (#570437). (clumens)
8ec2a6
- Fix IOError catching in ksflatten (jgregusk, #558650).
8ec2a6
8ec2a6
* Thu Jan 14 2010 Chris Lumens <clumens@redhat.com> - 1.68-1
8ec2a6
- Support removing groups that were included by a glob (#554717). (clumens)
8ec2a6
- Make sure that everything in version.versionMap has a handler. (clumens)
8ec2a6
- Add support for RHEL6 (#552230). (clumens)
8ec2a6
- Don't consider RHEL versions as developmental even if they're latest. (clumens)
8ec2a6
- Add lineno to BaseData and derived classes (version 2) (hdegoede)
8ec2a6
- Give the non mandatory iscsi --port argument a sane default (hdegoede)
8ec2a6
- Change python_sitelib macro to use %%global for new rpm (hdegoede)
8ec2a6
- Fix typo in iscsi parsing error message (hdegoede)
8ec2a6
8ec2a6
* Thu Dec 03 2009 Chris Lumens <clumens@redhat.com> - 1.67-1
8ec2a6
- Don't use action="append_const" in firewall.py.
8ec2a6
- Make "make archive" depend on test and check passing again.
8ec2a6
- versionToString now works in all cases we test for.
8ec2a6
- Fix the few pychecker errors outstanding in options.py.
8ec2a6
- Fix make docs to make docs dir before trying to download files there (hdegoede)
8ec2a6
8ec2a6
* Wed Nov 25 2009 Hans de Goede <hdgoede@redhat.com> - 1.66-1
8ec2a6
- Add --dcb option to fcoe command (#513011)
8ec2a6
- Remove rhpl from tests
8ec2a6
- Port bootloader --hvargs option added in rhel5
8ec2a6
- Ignore comments when looking for %%ksappend lines (#525676)
8ec2a6
- Use python 2.x exception syntax
8ec2a6
8ec2a6
* Thu Nov 12 2009 Chris Lumens <clumens@redhat.com> - 1.65-1
8ec2a6
- Add additional arguments to BaseHandler.__init__ for better map control.
8ec2a6
- Return the KickstartCommand/KickstartData object from dispatcher.
8ec2a6
- Add an "sshpw" command for changing the passwords in anaconda's env.
8ec2a6
- Add --proxy support to the url and repo commands.
8ec2a6
- Add support for F13.  Is it really that time already?
8ec2a6
8ec2a6
* Wed Sep 30 2009 Chris Lumens <clumens@redhat.com> - 1.64-1
8ec2a6
- Update the zfcp command for F12 (#526360).
8ec2a6
- Move "make" to %%build (#524215).
8ec2a6
8ec2a6
* Wed Sep 16 2009 Chris Lumens <clumens@redhat.com> - 1.63-1
8ec2a6
- Add encryption key escrow support (mitr, #508963).
8ec2a6
- Fix the repo test cases to expect quotes around the repo's name.
8ec2a6
8ec2a6
* Thu Sep 10 2009 Chris Lumens <clumens@redhat.com> - 1.62-1
8ec2a6
- Support translated help text in optparse (#479519).
8ec2a6
- If the input kickstart file cannot be read, raise IOError (#519477).
8ec2a6
8ec2a6
* Thu Aug 27 2009 Chris Lumens <clumens@redhat.com> - 1.61-1
8ec2a6
- Include the error messages from URLGrabError in the exception (#518443).
8ec2a6
8ec2a6
* Tue Aug 11 2009 Chris Lumens <clumens@redhat.com> - 1.60-1
8ec2a6
- Put quotes around the repo's name (Marc.Herbert@gmail.com).
8ec2a6
- Make duplicate entries warnings, not errors (#516338).
8ec2a6
8ec2a6
* Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 1.59-1
8ec2a6
- Handle a few more places where a urlgrabber error could happen (#512951).
8ec2a6
- Error out if the same partition/repo/network is defined twice (#512956).
8ec2a6
- Call parent class tests first. (jlaska)
8ec2a6
- Add KSOptionParser to FC3 upgrade command. (jlaska)
8ec2a6
- Correct missing return stmt in _getArgsAsStr() (jlaska)
8ec2a6
8ec2a6
* Fri Jul 17 2009 Chris Lumens <clumens@redhat.com> - 1.58-1
8ec2a6
- Adjust writePriority to fix lvm-on-raid0 test cases (jlaska).
8ec2a6
- Add F12 to the version number tests. (clumens)
8ec2a6
- F12_User test case. (dcantrell)
8ec2a6
- Add --gecos argument to the 'user' command (dcantrell)
8ec2a6
- Convert user.py to use _getArgsAsStr() (dcantrell)
8ec2a6
8ec2a6
* Fri Jul 10 2009 Chris Lumens <clumens@redhat.com> - 1.57-1
8ec2a6
- Another patch to make the bootloader test work (jlaska).
8ec2a6
8ec2a6
* Thu Jul 09 2009 Chris Lumens <clumens@redhat.com> - 1.56-1
8ec2a6
- Make sure to import the gettext stuff in fcoe. (clumens)
8ec2a6
- Correctly deprecate bootloader --lba32 (jlaska).
8ec2a6
- pykickstart: fix zfcp command writepriority (hdegoede)
8ec2a6
- pykickstart: Add fcoe command (take 2) (hdegoede)
8ec2a6
- Add a test case for RAID (jlaska).
8ec2a6
8ec2a6
* Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 1.55-1
8ec2a6
- Add support for the group command to F12 (#509119).
8ec2a6
- RHEL5 now supports RAID 10.
8ec2a6
- The f12 hander class should be called F12Handler. (jgranado)
8ec2a6
- Remove bootloader --lba32.
8ec2a6
- Add a new version of the driverdisk command without --type=.
8ec2a6
- Add initial support for F12.
8ec2a6
- Fetch the programmers-guide from the wiki now.
8ec2a6
8ec2a6
* Mon May 18 2009 Chris Lumens <clumens@redhat.com> - 1.54-1
8ec2a6
- Make sure the F11 handler gets used for "partition" and "part" (#501020).
8ec2a6
8ec2a6
* Wed Apr 29 2009 Chris Lumens <clumens@redhat.com> - 1.53-1
8ec2a6
- Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens)
8ec2a6
- Use the F11 version of the partition command. (clumens)
8ec2a6
- Remove the --start and --end options since anaconda no longer uses them. (clumens)
8ec2a6
- Remove a broken test case. (clumens)
8ec2a6
8ec2a6
* Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1
8ec2a6
- Add lots more test cases (alindebe, mgracik, stickster).
8ec2a6
- Add a skip attribute on key to shut up pychecker.
8ec2a6
- Only show autostep command when requested (jlaska)
8ec2a6
- Strip spaces from service names, and require an option to be provided.
8ec2a6
- Surround services lists in double quotes.
8ec2a6
- Remove the extra space from the services __str__ method.
8ec2a6
- Fix output formatting bugs in firewall, partition, and repo (mgracik).
8ec2a6
- Specifying both or neither of --drives and --only-use should be an error.
8ec2a6
- Corrected newline char in return value of FC6_Method. (mgracik)
8ec2a6
- Make --drives a required option for FC3, and catch no args on F8.
8ec2a6
- Fix final printing of the rescue command (mgracik).
8ec2a6
- Surround output strings in double quotes.
8ec2a6
- Fix a typo in the deviceprobe command.
8ec2a6
- Revert the more strict option processing on displaymode.
8ec2a6
- Properly handle erroring on extra args, not just extra options.
8ec2a6
- Don't use the logging class since it interferes with the logging test.
8ec2a6
- port without host should raise KickstartParseError, not kickstartValueError.
8ec2a6
- Add the --key option to option processing, since it's a valid argument.
8ec2a6
- Fix test cases that were failing due to the new use of KSOptionParser.
8ec2a6
- Teach driverdisk.py command to reject extra partitions (stickster).
8ec2a6
- Add KSOptionParser to all commands ... enables more strick option checking (jlaska).
8ec2a6
- Use KSOptionParser so we can catch bad command options (jlaska).
8ec2a6
8ec2a6
* Thu Jan 29 2009 Chris Lumens <clumens@redhat.com> - 1.51-1
8ec2a6
- Make a couple changes to how the logging command is handled.
8ec2a6
- Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields).
8ec2a6
- Fix output formatting for the rootpw command.
8ec2a6
- For commands that take exactly one argument, check and error correctly.
8ec2a6
- Surround module options in quotes on the output side (jlaska).
8ec2a6
- Set module opts in the FC3 handler correctly.
8ec2a6
- Fix newlines on the device command output (jlaska).
8ec2a6
- If --autoscreenshot is not specified, still output "autostep".
8ec2a6
- Move the currentCmd and currentLine into getParser(). (jlaska)
8ec2a6
- Write out an selinux line if set to disabled, but not if None.
8ec2a6
- F9_LogVolData should inherit from FC4_LogVolData, not FC3_LogVolData (jlaska).
8ec2a6
- Add unittest framework along with logvol and vnc unittests. (jlaska)
8ec2a6
- Don't set the KSOption.required attribute in the constructor (jlaska).
8ec2a6
8ec2a6
* Sat Jan 10 2009 Chris Lumens <clumens@redhat.com> - 1.50-1
8ec2a6
- Add a script to diff two versions of kickstart syntax.
8ec2a6
- Add an option to ksvalidator to list all available syntax versions.
8ec2a6
- Remove a couple extra newlines in output formatting.
8ec2a6
- Add documentation for the new %%include representation.
8ec2a6
- Add support %include to the pykickstart data objects.
8ec2a6
8ec2a6
* Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 1.49-1
8ec2a6
- Add upgrade --root-device (atodorov, #471232).
8ec2a6
- Use python's builtin set rather than the Sets module (#477836, dcantrell).
8ec2a6
8ec2a6
* Tue Dec 23 2008 Chris Lumens <clumens@redhat.com> - 1.48-1
8ec2a6
- Allow ignoring group metadata from repos, using a '--ignoregroups'
8ec2a6
  boolean. (notting)
8ec2a6
- Add initial support for F11.
8ec2a6
- Specify the command versions in the handlers instead of making copies.
8ec2a6
- Remove empty and pointless __init__ methods.
8ec2a6
- Pass arguments to superclasses via *args and **kwargs, all the way up.
8ec2a6
- Add removedKeywords and removedAttrs lists on Commands and Data.
8ec2a6
- Fix version regexes to handle double digits and minor releases (jlaska).
8ec2a6
8ec2a6
* Thu Oct 30 2008 Chris Lumens <clumens@redhat.com> - 1.47-1
8ec2a6
- Fix enabling services we specify by specific options.
8ec2a6
8ec2a6
* Mon Oct 27 2008 Chris Lumens <clumens@redhat.com> - 1.46-1
8ec2a6
- Add support for firewall --service (#467005).
8ec2a6
8ec2a6
* Tue Oct 14 2008 Chris Lumens <clumens@redhat.com> - 1.45-1
8ec2a6
- Lots of translation updates.
8ec2a6
- Remove use of string.partition for python2.4 (atodorov).
8ec2a6
8ec2a6
* Mon Sep 22 2008 Chris Lumens <clumens@redhat.com> - 1.44-1
8ec2a6
- Add support for reverse CHAP to the kickstart iscsi command (hans)
8ec2a6
- Fix typo (katzj)
8ec2a6
8ec2a6
* Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> - 1.43-1
8ec2a6
- Revert "Do not include passphrases for encrypted block devices in
8ec2a6
  anaconda-ks.cfg." (dlehman)
8ec2a6
- yum doesn't like when mirrorlist is "". (clumens)
8ec2a6
8ec2a6
* Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 1.42-1
8ec2a6
- Add rescue command to pykickstart (atodorov)
8ec2a6
- Sort %%packages output (katzj)
8ec2a6
- Fix a typo (atodorov).
8ec2a6
8ec2a6
* Fri Aug 01 2008 Chris Lumens <clumens@redhat.com> - 1.41-1
8ec2a6
- RHEL5 supports ignoredisk --only-use now too. (clumens)
8ec2a6
- Do not include passphrases for encrypted block devices in
8ec2a6
  anaconda-ks.cfg. (dlehman)
8ec2a6
- Fix F9,F10,RHEL5 "part" commands to use the same class as
8ec2a6
  "partition". (dlehman)
8ec2a6
- Add an apply method() for commands and implement for lang (katzj)
8ec2a6
8ec2a6
* Tue Jul 15 2008 Chris Lumens <clumens@redhat.com> - 1.40-1
8ec2a6
- RHEL5_LogVolData should inherit from FC4, not FC3.
8ec2a6
  Also fix FC9->F9 typo. (dlehman)
8ec2a6
- Support creation of encrypted block devices in RHEL5. (#449830) (dlehman)
8ec2a6
- Use the right LogVolData objects for RHEL3 and 4 (jlaska). (clumens)
8ec2a6
- We no longer use rhpl for translations. (clumens)
8ec2a6
- All the base classes should derive from object. (clumens)
8ec2a6
8ec2a6
* Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 1.39-1
8ec2a6
- It's helpful to return the parser object. (clumens)
8ec2a6
8ec2a6
* Tue Jun 10 2008 Chris Lumens <clumens@redhat.com> - 1.38-1
8ec2a6
- Fix loading the Handler object by looking for a more specific
8ec2a6
  name (#450740). (clumens)
8ec2a6
8ec2a6
* Sun Jun 08 2008 Chris Lumens <clumens@redhat.com> - 1.37-1
8ec2a6
- XConfig is still used by other projects, so just deprecate some
8ec2a6
  options. (clumens)
8ec2a6
8ec2a6
* Thu May 29 2008 Chris Lumens <clumens@redhat.com> - 1.36-1
8ec2a6
- It should be repo --cost, not repo --priority. (clumens)
8ec2a6
8ec2a6
* Fri May 23 2008 Chris Lumens <clumens@redhat.com> - 1.35-1
8ec2a6
- Bring driverdisk command in line with the docs. (clumens)
8ec2a6
- Change RAID command print priorities (jlaska).
8ec2a6
- According to docs, physvols are space delimited. (jlaska)
8ec2a6
- Don't write the label out twice (jlaska).
8ec2a6
- Deprecate monitor and xconfig commands. (clumens)
8ec2a6
8ec2a6
* Wed May 07 2008 Chris Lumens <clumens@redhat.com> - 1.34-1
8ec2a6
- Load the handler module automatically. (clumens)
8ec2a6
- Add support for F10. (clumens)
8ec2a6
- Initialize cmd.handler earlier; fixes repo.methodToRepo() (markmc)
8ec2a6
- Don't shadow builtin function names. (clumens)
8ec2a6
- Running check is now required before pykickstart can be packaged. (clumens)
8ec2a6
- Reorganize code a little bit to pass pychecker. (clumens)
8ec2a6
8ec2a6
* Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> - 1.33-1
8ec2a6
- Fix whitespace when printing out the bootloader command (pmeyers).
8ec2a6
- Fix the type on bootloader --timeout processing. (clumens)
8ec2a6
8ec2a6
* Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 1.32-1
8ec2a6
- Make the string reader act like the file reader upon EOF. (clumens)
8ec2a6
- Add syntax for encrypted logical volumes. (clumens)
8ec2a6
8ec2a6
* Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> - 1.31-1
8ec2a6
- Support end-of-line comments. (clumens)
8ec2a6
- Lots of translation updates.
8ec2a6
8ec2a6
* Tue Feb 26 2008 Chris Lumens <clumens@redhat.com> - 1.30-1
8ec2a6
- Reverse writePriorities of iscsi and iscsname (#434965, jlaska).
8ec2a6
- Fix printing of iscsiname command (#434945, jlaska).
8ec2a6
- Don't traceback on ENOENT. (pnasrat)
8ec2a6
- Store the mouse name as a string, not a list. (clumens)
8ec2a6
- Update translations.
8ec2a6
8ec2a6
* Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> - 1.29-1
8ec2a6
- Renamed bootproto=ask to bootproto=query, add to RHEL5 as well. (clumens)
8ec2a6
8ec2a6
* Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> - 1.28-1
8ec2a6
- Fix traceback on volgroup command. (clumens)
8ec2a6
8ec2a6
* Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.27-1
8ec2a6
- The bootprotoList needs to be defined before it's used. (clumens)
8ec2a6
8ec2a6
* Thu Jan 17 2008 Chris Lumens <clumens@redhat.com> - 1.26-1
8ec2a6
- Add support for network --bootproto=ask. (clumens)
8ec2a6
8ec2a6
* Tue Jan 15 2008 Chris Lumens <clumens@redhat.com> - 1.25-1
8ec2a6
- Add the version to the output ks file. (clumens)
8ec2a6
- Add syntax for encrypted partitions and raid devices. (clumens)
8ec2a6
8ec2a6
* Thu Jan 10 2008 Chris Lumens <clumens@redhat.com> - 1.24-1
8ec2a6
- Make inheritance and overriding of %%packages work (#427768). (clumens)
8ec2a6
- Add an option for which languages should be installed. (katzj)
8ec2a6
- Use the right name for the iscsi --target variable (#418781). (clumens)
8ec2a6
8ec2a6
* Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 1.23-1
8ec2a6
- Take Makefile improvements from anaconda.
8ec2a6
- Fix a traceback on F9 zerombr command (#395431).
8ec2a6
- Update to handle new Python eggs packaging.
8ec2a6
8ec2a6
* Tue Nov 20 2007 Chris Lumens <clumens@redhat.com> 1.22-1
8ec2a6
- Don't process or write out vnc --enabled (jlaska AT redhat DOT com).
8ec2a6
- Fix a traceback in the clearpart command.
8ec2a6
8ec2a6
* Tue Nov 06 2007 Chris Lumens <clumens@redhat.com> 1.21-1
8ec2a6
- Save script line numbers for debugging.
8ec2a6
- More internal cleanups.
8ec2a6
8ec2a6
* Wed Oct 31 2007 Chris Lumens <clumens@redhat.com> 1.20-1
8ec2a6
- Pull wiki docs from the new location.
8ec2a6
- Fix error messages for options that have been removed after having been
8ec2a6
  previously deprecated.
8ec2a6
- zerombr no longer takes any arguments.
8ec2a6
- %%packages --ignoredeps --resolvedeps have been removed.
8ec2a6
- firewall --high --medium have been removed.
8ec2a6
- vnc --connect has been removed.
8ec2a6
- xconfig options from monitor have now been removed.
8ec2a6
- --bytes-per-inode has been marked as deprecated.
8ec2a6
- Fix typos.
8ec2a6
- Add --fsprofile option to disk commands (pjones).
8ec2a6
- Add F9 support (pjones).
8ec2a6
- Lots of internal fixes (clumens, pjones).
8ec2a6
8ec2a6
* Tue Oct 23 2007 Chris Lumens <clumens@redhat.com> 1.19-1
8ec2a6
- Fix a traceback on the cdrom method.
8ec2a6
8ec2a6
* Thu Oct 18 2007 Chris Lumens <clumens@redhat.com> 1.18-1
8ec2a6
- Don't write out %%end to packages and scripts if the syntax version doesn't
8ec2a6
  support it.
8ec2a6
- Remove obsolete translation (#332221).
8ec2a6
8ec2a6
* Thu Oct 04 2007 Chris Lumens <clumens@redhat.com> 1.17-1
8ec2a6
- Simplify argument processing and printing.
8ec2a6
8ec2a6
* Wed Oct 03 2007 Chris Lumens <clumens@redhat.com> 1.16-1
8ec2a6
- Undeprecate %%packages --excludedocs.
8ec2a6
- Fix a traceback in the device command handling.
8ec2a6
- Add bootloader --timeout (katzj).
8ec2a6
8ec2a6
* Tue Oct 02 2007 Chris Lumens <clumens@redhat.com> 1.15-1
8ec2a6
- Update translations (#259121).
8ec2a6
- The device command no longer takes a type argument.
8ec2a6
8ec2a6
* Fri Sep 28 2007 Chris Lumens <clumens@redhat.com> 1.14-1
8ec2a6
- Fix output formatting for packages section header (#310211).
8ec2a6
- Add a script to flatten kickstart files containing includes (katzj).
8ec2a6
8ec2a6
* Wed Sep 12 2007 Chris Lumens <clumens@redhat.com> 1.13-1
8ec2a6
- Add a function to convert URL method strings into repo objects
8ec2a6
  (jkeating).
8ec2a6
- Writer formatting fixes.
8ec2a6
- Add kickstart documentation from the Fedora Wiki.
8ec2a6
8ec2a6
* Tue Sep 04 2007 Chris Lumens <clumens@redhat.com> 1.12-1
8ec2a6
- Fix lots of problems in processing the bootloader, device, network, and
8ec2a6
  raid commands.
8ec2a6
- Add %%end when writing out scripts and packages.
8ec2a6
- Add a makefile target to run pychecker to cut down on errors in
8ec2a6
  releases.
8ec2a6
8ec2a6
* Mon Sep  3 2007 Jeremy Katz <katzj@redhat.com> - 1.11-1
8ec2a6
- fix a few tracebacks
8ec2a6
8ec2a6
* Fri Aug 31 2007 Chris Lumens <clumens@redhat.com> 1.10-1
8ec2a6
- Add network --ipv6=.
8ec2a6
8ec2a6
* Fri Aug 24 2007 Chris Lumens <clumens@redhat.com> 1.9-1
8ec2a6
- Add support for the %%end directive to be placed at the end of scripts
8ec2a6
  and packages sections.  Deprecate old syntax.
8ec2a6
- Clean up after ksvalidator if pykickstart issues a traceback.
8ec2a6
- Add support for repo --priority --includepkgs --excludepkgs.
8ec2a6
- Fix newline at end of reboot --eject output (#253562).
8ec2a6
8ec2a6
* Mon Aug 13 2007 Chris Lumens <clumens@redhat.com> 1.8-1
8ec2a6
- Fix type checking of string values.
8ec2a6
8ec2a6
* Thu Aug 09 2007 Chris Lumens <clumens@redhat.com> 1.7-1
8ec2a6
- Clarify license in spec file and all source files.
8ec2a6
- Check string values to options to make sure they're not other options
8ec2a6
  (#251318).
8ec2a6
8ec2a6
* Thu Aug 02 2007 Chris Lumens <clumens@redhat.com> 1.6-1
8ec2a6
- Fix a couple tracebacks in ksvalidator.
8ec2a6
- Change --class to --dhcpclass (#248912).
8ec2a6
8ec2a6
* Thu Jul 19 2007 Chris Lumens <clumens@redhat.com> 1.5-2
8ec2a6
- Require rhpl (#248953).
8ec2a6
8ec2a6
* Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.5-1
8ec2a6
- Fix traceback when calling preprocessKickstart.
8ec2a6
8ec2a6
* Tue Jul 17 2007 Chris Lumens <clumens@redhat.com> 1.4-1
8ec2a6
- Add methods to handle the %%ksappend directive.
8ec2a6
- Fix ignoredisk --disks.
8ec2a6
8ec2a6
* Wed Jul 11 2007 Chris Lumens <clumens@redhat.com> - 1.3-1
8ec2a6
- Add support for ignoredisk --only-use.
8ec2a6
- Fix traceback in raid command printing method (#246709).
8ec2a6
8ec2a6
* Fri Jun 08 2007 Chris Lumens <clumens@redhat.com> - 1.2-2
8ec2a6
- Fix package review problems (#226334).
8ec2a6
8ec2a6
* Mon Jun 04 2007 Chris Lumens <clumens@redhat.com> - 1.2-1
8ec2a6
- Fix harddrive install method error checking (#232492).
8ec2a6
- Set authentication information from the input line to preserve quoting
8ec2a6
  (#241657).
8ec2a6
- Allow included files to be given by URL.
8ec2a6
- Fix typo in user --iscrypted option.
8ec2a6
8ec2a6
* Mon May 14 2007 Chris Lumens <clumens@redhat.com> - 1.1-1
8ec2a6
- Better regexes for splitting version strings into family and version.
8ec2a6
- Add basic support for RHEL3.
8ec2a6
- Update translations.
8ec2a6
8ec2a6
* Fri Apr 13 2007 Chris Lumens <clumens@redhat.com> - 1.0-1
8ec2a6
- Update documentation.
8ec2a6
- Update translations.
8ec2a6
8ec2a6
* Mon Mar 19 2007 Chris Lumens <clumens@redhat.com> - 0.100-1
8ec2a6
- bootloader should be written out after upgrade/install.
8ec2a6
- Treat class names as unicode strings (#231053).
8ec2a6
8ec2a6
* Wed Mar 07 2007 Chris Lumens <clumens@redhat.com> - 0.99-1
8ec2a6
- The timezone command didn't recognize --isUtc before FC6 (#231189).
8ec2a6
- Recognize %%ksappend lines in ksvalidator.
8ec2a6
- Don't set default values in some command __init__ methods.
8ec2a6
- Added an updates command.
8ec2a6
- Add support for RAID10.
8ec2a6
8ec2a6
* Mon Feb 26 2007 Chris Lumens <clumens@redhat.com> - 0.98-1
8ec2a6
- Fix device command syntax to match anaconda.
8ec2a6
- Fix __call__ on method command.
8ec2a6
8ec2a6
* Wed Feb 21 2007 Chris Lumens <clumens@redhat.com> - 0.97-1
8ec2a6
- Fix traceback when not overriding default mappings (#229505).
8ec2a6
8ec2a6
* Tue Feb 20 2007 Chris Lumens <clumens@redhat.com> - 0.96-1
8ec2a6
- Fix __str__ methods for langsupport and reboot commands.
8ec2a6
- Renamed BaseHandler.empty to BaseHandler.maskAllExcept.
8ec2a6
- Split command objects out into their own files in commands/.
8ec2a6
- Rename command objects to start with Version_.
8ec2a6
- Support extended group selection syntax.
8ec2a6
8ec2a6
* Wed Feb 14 2007 Chris Lumens <clumens@redhat.com> - 0.95-1
8ec2a6
- KickstartParser no longer takes a version argument.
8ec2a6
- Be more lenient in what strings stringToVersion accepts.
8ec2a6
- Allow setting state on one data object from multiple files.
8ec2a6
8ec2a6
* Wed Feb 07 2007 Chris Lumens <clumens@redhat.com> - 0.94-1
8ec2a6
- Add a newline to the end of the key command output.
8ec2a6
- Use network bootproto constants (#197694).
8ec2a6
- Fix tracebacks in subclass __str__ methods (#226734).
8ec2a6
8ec2a6
* Wed Jan 31 2007 Chris Lumens <clumens@redhat.com> - 0.93-2
8ec2a6
- Make some minor spec file changes to get closer to the extras guidelines.
8ec2a6
8ec2a6
* Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1
8ec2a6
- Add support for FC3, RHEL4, and RHEL5.
8ec2a6
- The key command was not supported until after FC6.
8ec2a6
- Accept more strings in stringToVersion.
8ec2a6
8ec2a6
* Fri Jan 19 2007 Chris Lumens <clumens@redhat.com> - 0.92-1
8ec2a6
- Fix KickstartVersionError reporting.
8ec2a6
- Add a version attribute to handler objects.
8ec2a6
- Fix line number reporting on lots of commands.
8ec2a6
- Add initial support for Fedora 7 and remove deprecated commands.
8ec2a6
- Accept a --default argument to the %%packages header (#221305).
8ec2a6
8ec2a6
* Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1
8ec2a6
- Add a method to read kickstart files from strings.
8ec2a6
8ec2a6
* Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 0.90-1
8ec2a6
- Support multiple versions of kickstart syntax from one code base
8ec2a6
  (#189348).
8ec2a6
- Fix inconsistency between Script parser and writer (#222877).
8ec2a6
8ec2a6
* Fri Dec 15 2006 Chris Lumens <clumens@redhat.com> - 0.43-1
8ec2a6
- Pull in new translations (#216620).
8ec2a6
8ec2a6
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.42-2
8ec2a6
- rebuild against python 2.5
8ec2a6
8ec2a6
* Tue Dec 05 2006 Chris Lumens <clumens@redhat.com> - 0.42-1
8ec2a6
- Fix traceback when writing out repo command (#218274).
8ec2a6
8ec2a6
* Fri Dec 01 2006 Chris Lumens <clumens@redhat.com> - 0.41-1
8ec2a6
- Fix traceback when using deprecated commands (#218047, #218059).
8ec2a6
8ec2a6
* Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 0.40-1
8ec2a6
- Pull in new translations (#216620).
8ec2a6
- Add --level argument to logging command writer.
8ec2a6
8ec2a6
* Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-2
8ec2a6
- Fix release number.
8ec2a6
8ec2a6
* Tue Oct 24 2006 Chris Lumens <clumens@redhat.com> - 0.39-1
8ec2a6
- Add writer for --key (#211997).
8ec2a6
8ec2a6
* Tue Oct 17 2006 Jeremy Katz <katzj@redhat.com> - 0.38-1
8ec2a6
- allow --skip for installation number as well (#207029)
8ec2a6
8ec2a6
* Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 0.37-1
8ec2a6
- support for installation numbers (#207029)
8ec2a6
8ec2a6
* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 0.36-1
8ec2a6
- use valid charsets in translations (#210720)
8ec2a6
8ec2a6
* Fri Sep 29 2006 Chris Lumens <clumens@redhat.com> - 0.35-1
8ec2a6
- Fix traceback in harddrive command (#208557).
8ec2a6
8ec2a6
* Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1
8ec2a6
- Add support for --biospart option to harddrive (#207585).
8ec2a6
- Update writer for syntax changes.
8ec2a6
8ec2a6
* Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 0.33-1
8ec2a6
- improved iscsi syntax
8ec2a6
- allow multiple zfcp devs
8ec2a6
8ec2a6
* Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 0.32-1
8ec2a6
- Limit --bootproto to what anaconda supports.
8ec2a6
- Add --noipv4 and --noipv6 network options.
8ec2a6
8ec2a6
* Tue Jun 20 2006 Chris Lumens <clumens@redhat.com> 0.31-1
8ec2a6
- Handle nfs --opts (katzj).
8ec2a6
- RAID devices should be integers instead of strings (#176537).
8ec2a6
- Add initial support for iscsi (katzj).
8ec2a6
8ec2a6
* Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
8ec2a6
- Add BuildRequires to fix building under mock (#194156,  Joost Soeterbroek
8ec2a6
  <fedora AT soeterbroek.com>).
8ec2a6
8ec2a6
* Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
8ec2a6
- Change order of LVM-related writing functions (#193073).
8ec2a6
- Require urlgrabber.
8ec2a6
- Return a more useful error message on unknown commands.
8ec2a6
- Fix logvol writing typo.
8ec2a6
- Make ksvalidator validate from a URL in addition to a file.
8ec2a6
- Don't write out an empty packages section (#192851).
8ec2a6
8ec2a6
* Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
8ec2a6
- Add multipath command, handlers, and data objects (pjones).
8ec2a6
- Rename --ports to --port in writer.
8ec2a6
8ec2a6
* Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
8ec2a6
- Support --mtu for the network command (#191328).
8ec2a6
- Accept --isUtc for backwards compatibility.
8ec2a6
ca3884
* Thu May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
8ec2a6
- Output formatting fixes.
8ec2a6
- Added commands for managing users and services.
8ec2a6
8ec2a6
* Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
8ec2a6
- Ignore spaces before group names (#188095).
8ec2a6
- Added some translations.
8ec2a6
- Add options for repo command.
8ec2a6
- Reorder %%packages section output.
8ec2a6
- Output %%packages header options.
8ec2a6
- Initialize RAID and volume group members to empty lists.
8ec2a6
8ec2a6
* Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
8ec2a6
- Add support for the logging command.
8ec2a6
8ec2a6
* Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1 
8ec2a6
- Don't write out a blank xconfig line.
8ec2a6
- Reorder output handlers to group like commands together.
8ec2a6
- Mark strings for translation.
8ec2a6
8ec2a6
* Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
8ec2a6
- Backwards compatibility support for options to zerombr.
8ec2a6
8ec2a6
* Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
8ec2a6
- Get ignoredisk working again (#182934).
8ec2a6
8ec2a6
* Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
8ec2a6
- Provide an option to not traceback on missing include files (#181760).
8ec2a6
- Update programming documentation.
8ec2a6
8ec2a6
* Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
8ec2a6
- Correctly set --noformat and --useexisting on lvm and raid.
8ec2a6
8ec2a6
* Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
8ec2a6
- --onboot requires a value (#180987).
8ec2a6
- Be more strict about commands that don't take arguments.
8ec2a6
8ec2a6
* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
8ec2a6
- Fix some errors pychecker caught.
8ec2a6
- Allow exceptions to not be fatal so ksvalidator can spot more errors in
8ec2a6
  a single pass (#179894).
8ec2a6
8ec2a6
* Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
8ec2a6
- Don't set a default port for vnc.
8ec2a6
8ec2a6
* Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
8ec2a6
- Give dmraid string an initial value.
8ec2a6
- Handle None on partition size.
8ec2a6
8ec2a6
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
8ec2a6
- Add dmraid support
8ec2a6
8ec2a6
* Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
8ec2a6
- Fix VNC parameter parsing (#179209).
8ec2a6
- Deprecate --connect.  Add --host and --port instead.
8ec2a6
8ec2a6
* Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
8ec2a6
- Recognize the --eject parameter to shutdown/halt.
8ec2a6
- Store the exact post-installation action in ksdata.
8ec2a6
8ec2a6
* Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
8ec2a6
- Clean up output quoting.
8ec2a6
- Finish removing monitor-related stuff from xconfig.
8ec2a6
8ec2a6
* Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
8ec2a6
- Deprecate monitor-related options to xconfig.
8ec2a6
8ec2a6
* Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
8ec2a6
- Support --bytes-per-inode on raid
8ec2a6
  (Curtis Doty <Curtis at GreenKey.net> #175288).
8ec2a6
8ec2a6
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
8ec2a6
- fixup network --onboot
8ec2a6
8ec2a6
* Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
8ec2a6
- Default to SELINUX_ENFORCING.
8ec2a6
- Default partition sizes to None for anaconda (#172378).
8ec2a6
- Don't call shlex.split on anything inside a script (#172313).
8ec2a6
8ec2a6
* Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
8ec2a6
- Fix clearpart --all.
8ec2a6
- vnc command does not require --connect option (#172192).
8ec2a6
- network --onboot does not take any option.
8ec2a6
- Remove extra spaces from firewall --ports and --trust.
8ec2a6
- Write out network --<service> options.
8ec2a6
8ec2a6
* Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
8ec2a6
- Add --resolvedeps and --ignoredeps as deprecated options.
8ec2a6
- Pass line number to header functions.
8ec2a6
8ec2a6
* Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
8ec2a6
- Add line numbers to exception reporting.
8ec2a6
- Added ksvalidator.
8ec2a6
8ec2a6
* Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
8ec2a6
- Correct deprecated attribute on options.
8ec2a6
- Added programming documentation.
8ec2a6
8ec2a6
* Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
8ec2a6
- Correct python lib directory on 64-bit archs (#170621).
8ec2a6
8ec2a6
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
8ec2a6
- Add a deprecated attribute to options.
8ec2a6
- Add --card option back to xconfig and mark as deprecated.
8ec2a6
- Throw a deprecation warning on mouse and langsupport commands.
8ec2a6
- Rename Writer to KickstartWriter for consistency.
8ec2a6
- Collapse scripts into a single list and add an attribute on Script to
8ec2a6
  differentiate.
8ec2a6
8ec2a6
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
8ec2a6
- Rename module to pykickstart to avoid conflicts in anaconda.
8ec2a6
- Rename data classes for consistency.
8ec2a6
- Add default bytesPerInode settings.
8ec2a6
8ec2a6
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
8ec2a6
- Created package from anaconda.