fed7f08
Name:      pykickstart
f4b55f1
Version:   2.40
a5795b1
Release:   1%{?dist}
fed7f08
License:   GPLv2 and MIT
fed7f08
Group:     System Environment/Libraries
fed7f08
Summary:   Python utilities for manipulating kickstart files.
fed7f08
Url:       http://fedoraproject.org/wiki/pykickstart
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.
fed7f08
Source0:   %{name}-%{version}.tar.gz
eb8298e
83ad7ff
BuildArch: noarch
fed7f08
fed7f08
BuildRequires: gettext
52e87a0
BuildRequires: python-coverage
fed7f08
BuildRequires: python-devel
d3352c1
BuildRequires: python-nose
917155f
BuildRequires: python-ordered-set
fed7f08
BuildRequires: python-setuptools
fed7f08
BuildRequires: python-requests
2c7022d
52e87a0
BuildRequires: python3-coverage
fed7f08
BuildRequires: python3-devel
5e3a6f0
BuildRequires: python3-nose
917155f
BuildRequires: python3-ordered-set
2c7022d
BuildRequires: python3-requests
b127559
BuildRequires: python3-setuptools
fed7f08
BuildRequires: python3-six
fed7f08
eec73e3
Requires: python3-kickstart = %{version}-%{release}
83ad7ff
83ad7ff
%description
fed7f08
Python utilities for manipulating kickstart files.  The Python 2 and 3 libraries
fed7f08
can be found in the packages python-kickstart and python3-kickstart
fed7f08
respectively.
fed7f08
fed7f08
# Python 2 library
9451718
%package -n python2-kickstart
9451718
%{?python_provide:%python_provide python2-kickstart}
9451718
%{?python_provide:%python_provide python2-pykickstart}
fed7f08
Summary:  Python 2 library for manipulating kickstart files.
fed7f08
Requires: python-six
7f9716d
Requires: python-requests
6502c26
Requires: python-ordered-set
fed7f08
9451718
%description -n python2-kickstart
fed7f08
Python 2 library for manipulating kickstart files.  The binaries are found in
fed7f08
the pykickstart package.
fed7f08
fed7f08
# Python 3 library
fed7f08
%package -n python3-kickstart
fed7f08
Summary:  Python 3 library for manipulating kickstart files.
7f9716d
Requires: python3-six
7f9716d
Requires: python3-requests
6502c26
Requires: python3-ordered-set
fed7f08
fed7f08
%description -n python3-kickstart
fed7f08
Python 3 library for manipulating kickstart files.  The binaries are found in
fed7f08
the pykickstart package.
83ad7ff
83ad7ff
%prep
83ad7ff
%setup -q
83ad7ff
fed7f08
rm -rf %{py3dir}
fed7f08
mkdir %{py3dir}
fed7f08
cp -a . %{py3dir}
fed7f08
83ad7ff
%build
2a7e19d
make PYTHON=%{__python2}
83ad7ff
fed7f08
pushd %{py3dir}
2a7e19d
make PYTHON=%{__python3}
fed7f08
popd
fed7f08
83ad7ff
%install
d0f6858
rm -rf %{buildroot}
2a7e19d
make PYTHON=%{__python2} DESTDIR=%{buildroot} install
83ad7ff
fed7f08
pushd %{py3dir}
2a7e19d
make PYTHON=%{__python3} DESTDIR=%{buildroot} install
fed7f08
popd
83ad7ff
0406b8d
%check
2a7e19d
make PYTHON=%{__python2} test
0406b8d
fed7f08
pushd %{py3dir}
2a7e19d
make PYTHON=%{__python3} test
fed7f08
popd
fed7f08
fed7f08
%files
d0f6858
%defattr(-,root,root,-)
23e475a
%license COPYING
fed7f08
%doc README
6502c26
%doc data/kickstart.vim
d0f6858
%{_bindir}/ksvalidator
8c166c4
%{_bindir}/ksflatten
3e7f06c
%{_bindir}/ksverdiff
883cc28
%{_bindir}/ksshell
1810ef2
%{_mandir}/man1/*
83ad7ff
9451718
%files -n python2-kickstart
fed7f08
%defattr(-,root,root,-)
46f41d7
%doc docs/2to3
fed7f08
%doc docs/programmers-guide
1b0b570
%doc docs/kickstart-docs.rst
b127559
%{python2_sitelib}/pykickstart*egg*
b127559
%{python2_sitelib}/pykickstart/*py*
b127559
%{python2_sitelib}/pykickstart/commands/*py*
b127559
%{python2_sitelib}/pykickstart/handlers/*py*
165f141
%{python2_sitelib}/pykickstart/locale/
fed7f08
165f141
%files -n python3-kickstart
fed7f08
%defattr(-,root,root,-)
46f41d7
%doc docs/2to3
fed7f08
%doc docs/programmers-guide
1b0b570
%doc docs/kickstart-docs.rst
fed7f08
%{python3_sitelib}/pykickstart*egg*
fed7f08
%{python3_sitelib}/pykickstart/*py*
fed7f08
%{python3_sitelib}/pykickstart/commands/*py*
fed7f08
%{python3_sitelib}/pykickstart/handlers/*py*
165f141
%{python3_sitelib}/pykickstart/locale/
fed7f08
83ad7ff
%changelog
f4b55f1
* Thu Oct 12 2017 Chris Lumens <clumens@redhat.com> - 2.40-1
f4b55f1
- Add a new 'mount' command (vpodzime)
f4b55f1
a5795b1
* Fri Sep 15 2017 Chris Lumens <clumens@redhat.com> - 2.39-1
a5795b1
- network: add network --bindto option (Fedora) (#1483981) (rvykydal)
a5795b1
- network: add network --bindto option (RHEL) (#1483981) (rvykydal)
a5795b1
a5795b1
* Fri Sep 15 2017 Jiri Konecny <jkonecny@redhat.com> - 2.38-2
a5795b1
- Backport of the Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> from downstream spec
a5795b1
  Python 2 binary package renamed to python2-pykickstart
9451718
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
9451718
a5795b1
* Thu Sep 07 2017 Chris Lumens <clumens@redhat.com> - 2.38-1
a5795b1
- Add url --metalink support (#1464843) (rvykydal)
a5795b1
- Add repo --metalink support (#1464843) (rvykydal)
a5795b1
- Add Fedora 27 support. (rvykydal)
a5795b1
- Update Repo command tests. (rvykydal)
a5795b1
- Split the import of commands to multiple lines (vponcova)
a5795b1
- Move the installclass command to the %anaconda section (vponcova)
a5795b1
b2df1af
* Mon Jul 31 2017 Chris Lumens <clumens@redhat.com> - 2.37-1
b2df1af
- Remove the type annotations (dshea)
b2df1af
- Remove mypy checks. (dshea)
676db50
cb0dbe1
* Mon Jul 24 2017 Chris Lumens <clumens@redhat.com> - 2.36-1
cb0dbe1
- Add a Makefile target for uploading to pypi (#162). (clumens)
cb0dbe1
- Add tests for method command (vponcova)
cb0dbe1
- Rewrite the method command. (vponcova)
cb0dbe1
- More documentation for bypassing the bootloader (#159) (amtlib-dot-dll)
cb0dbe1
- Output any sections registered with NullSection (#154). (clumens)
cb0dbe1
- Add new installclass command. (vponcova)
cb0dbe1
022d700
* Wed Jun 14 2017 Chris Lumens <clumens@redhat.com> - 2.35-1
022d700
- Fix an ambiguous string in a snapshot command test. (clumens)
022d700
- Snapshot command is also for Fedora 26 (jkonecny)
022d700
- Add documentation for the snapshot feature (#1113207) (jkonecny)
022d700
- Add tests for a new snapshot command (#1113207) (jkonecny)
022d700
- Add support of --when param to snapshot command (#1113207) (jkonecny)
022d700
- Add new snapshot KS command (#1113207) (jkonecny)
022d700
6c4dd18
* Fri Apr 07 2017 Chris Lumens <clumens@redhat.com> - 2.34-1
6c4dd18
- Ignore a couple false positives coming from the re module. (clumens)
6c4dd18
- Add --nohome, --noboot and --noswap options to autopart command. (vponcova)
6c4dd18
- Add --nohome option to autopart command to RHEL7. (vponcova)
6c4dd18
- Add support for --chunksize option to RHEL7. (vponcova)
6c4dd18
- Ignore errors from coverage tests (#138) (jkonecny)
6c4dd18
- Add --hibernation to the list of logvol size options (#1408666). (clumens)
6c4dd18
- Apply a different filter for warnings from pykickstart (#1408667). (clumens)
6c4dd18
- Rename a couple _setToSelf calls that snuck back in (#1408667). (clumens)
6c4dd18
- Handle KickstartVersionError in ksflatten (#1412249). (clumens)
6c4dd18
- Fix handling # in passwords. (clumens)
6c4dd18
- Pass comments=True to shlex.split calls in the test functions. (clumens)
5b757b8
0051f9c
* Fri Nov 04 2016 Chris Lumens <clumens@redhat.com> - 2.33-1
0051f9c
- Fix python2 compatibility when printing to stderr (jkonecny)
0051f9c
- Remove duplicated kwargs.get displayMode variable (jkonecny)
0051f9c
- Print errors to stderr when errors aren't fatal (jkonecny)
0051f9c
- Add a type stub for the new F26 support. (clumens)
0051f9c
- Fix and add tests for F26 and new displaymode (jkonecny)
0051f9c
- Add non-interactive option to graphical and text modes (jkonecny)
0051f9c
- Add Fedora 26 support (jkonecny)
0051f9c
5264293
* Tue Sep 13 2016 Chris Lumens <clumens@redhat.com> - 2.32-1
5264293
- replace assertEquals with assertEqual in network tests (#103) (rvykydal)
5264293
- Fix F25 timezone should subclass F23 instead of F18 (#102) (jkonecny)
5264293
- Update network command documentation for --no-activate option. (rvykydal)
5264293
- Update network command documentation (from master) (rvykydal)
5264293
- Add --no-activate option to network command (#1277975) (rvykydal)
5264293
eec73e3
* Thu Jul 21 2016 Chris Lumens <clumens@redhat.com> - 2.31-1
eec73e3
- Support timezone command usage without timezone specification (mkolman)
eec73e3
- Formatting fixes (mkolman)
eec73e3
- Download translations less frequently. (#83) (dshea)
eec73e3
- Adapt to the new version of mypy (#82) (dshea)
eec73e3
- The pykickstart package should require a specific python3-kickstart. (clumens)
eec73e3
- Use set_to_self and set_to_obj internally. (clumens)
eec73e3
- Remove the locales from zanata.xml. (clumens)
7c37902
7d4aea7
* Tue May 10 2016 Chris Lumens <clumens@redhat.com> - 2.30-1
7d4aea7
- Add documentation for --excludeWeakdeps (dshea)
7d4aea7
- Add support for --excludeWeakdeps option to %packages. (james)
7d4aea7
- Numbers can be part of a kickstart command option. (clumens)
7d4aea7
- It's authconfig, not autoconfig (in the kickstart.vim file). (clumens)
7d4aea7
881b031
* Mon Apr 25 2016 Chris Lumens <clumens@redhat.com> - 2.29-1
881b031
- Fix pylint no-member errors. (clumens)
881b031
- Support file URLs for ostree (#1327460). (clumens)
881b031
- Fix a couple mistakes in the documentation. (clumens)
881b031
e9d6e86
* Tue Apr 12 2016 Chris Lumens <clumens@redhat.com> - 2.28-1
e9d6e86
- Correctly move scripts after they've been installed. (clumens)
e9d6e86
- Document %traceback and %onerror. (clumens)
e9d6e86
- Add a new %onerror script section (#74). (clumens)
e9d6e86
- The tools aren't tests, so don't try to run them. (clumens)
e9d6e86
- Enable coverage reporting for pykickstart tools (jikortus)
e9d6e86
fe1666a
* Thu Apr 07 2016 Chris Lumens <clumens@redhat.com> - 2.27-1
fe1666a
- Ignore DeprecationWarnings originating in pykickstart itself. (clumens)
fe1666a
6502c26
* Mon Mar 28 2016 Chris Lumens <clumens@redhat.com> - 2.26-1
917155f
- We need to BuildRequires python-ordered-set. (clumens)
6502c26
- Add --chunksize option to raid command. (vtrefny)
6502c26
- Add Fedora 25 support. (vtrefny)
6502c26
- Remove deprecated commands from the documentation. (clumens)
6502c26
- Mark the device, dmraid, and multipath commands as deprecated. (clumens)
6502c26
- Fix processing of the #platform= comment. (clumens)
6502c26
- fix formating (Frodox)
6502c26
- Change network example to working one (Frodox)
6502c26
- Add DNF system-upgrade near FedUp references (github)
6502c26
- Add a syntax highlighting file for vim. (clumens)
6502c26
- Move tests/parser/* into the tests/ directory. (clumens)
6502c26
- Use importlib to import modules. (dshea)
6502c26
- Update kickstart documentation for ntp (jkonecny)
6502c26
- It's self.sshkey, not self.key. (clumens)
6502c26
- Remove orderedset.py (dshea)
6502c26
46f41d7
* Fri Feb 05 2016 Chris Lumens <clumens@redhat.com> - 2.25-1
46f41d7
- Use the correct branch in zanata. (clumens)
46f41d7
- Improved method.py test coverage (jikortus)
46f41d7
- Remove the removal of the eintr checker, which has been removed (dshea)
46f41d7
- Verify that a password with a # sign doesn't get read as a comment. (clumens)
46f41d7
- Add comments to the public set_to_self and set_to_obj methods. (clumens)
46f41d7
- Promote _setToObj and _setToSelf to public functions. (clumens)
46f41d7
- Raise PendingDeprecationWarnings for things removed in pykickstart-3. (clumens)
46f41d7
- Change the README to explain which branch we're talking about here. (clumens)
46f41d7
- Add a document describing how to adapt your code to pykickstart-3. (clumens)
46f41d7
- There is no F7_Key class - use RHEL5_Key instead. (clumens)
46f41d7
- The RHEL6 branch supported the key command. (clumens)
46f41d7
- Try harder to test translations. (dshea)
46f41d7
9b62955
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.24-2
9b62955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9b62955
52e87a0
* Mon Jan 11 2016 Chris Lumens <clumens@redhat.com> - 2.24-1
52e87a0
- Add build requires on python-coverage and python3-mypy. (clumens)
52e87a0
2a7e19d
* Mon Jan 11 2016 Chris Lumens <clumens@redhat.com> - 2.23-1
2a7e19d
- Add type information to parser.py and sections.py. (clumens)
2a7e19d
- Fix some of the types in base.py. (clumens)
2a7e19d
- Don't set currentCmd on the handler object. (clumens)
2a7e19d
- Remove logs and coverage files from the "clean" target. (clumens)
2a7e19d
- Fix the if block in the Makefile to be much more clear. (clumens)
2a7e19d
- Get rid of the BuildRequires: transifex. (clumens)
2a7e19d
- Get rid of the "test" makefile target.  Use "coverage" for everything. (clumens)
2a7e19d
- Use python3 by default in the spec file and Makefile. (clumens)
2a7e19d
- Remove the #! line from setup.py. (clumens)
2a7e19d
- Remove spec file history from before version 1.99. (clumens)
2a7e19d
- Add some initial static typing information to pykickstart. (dshea)
2a7e19d
- Fix a bug in how arguments were being passed to zanata. (clumens)
2a7e19d
1a6493d
* Tue Jan 05 2016 Chris Lumens <clumens@redhat.com> - 2.22-1
1a6493d
- Use six.assertRaisesRegex to keep the tests working in python2. (dshea)
1a6493d
- Rename deprecated assert methods to whatever we're supposed to be using. (clumens)
1a6493d
- Fix class inheritance in RHEL6_VolGroup (ccoyle)
1a6493d
- Run the translation-canary tests during make archive (dshea)
1a6493d
- Run translation-canary tests from make check (dshea)
1a6493d
- Ignore translation-canary when running pylint. (dshea)
1a6493d
- Correct problems in translatable format strings. (dshea)
1a6493d
- Use the xgettext_werror to generate pykickstart.pot (dshea)
1a6493d
- Use setup.py's sdist to create the release tarball. (dshea)
1a6493d
- Squashed 'translation-canary/' content from commit 5a45c19 (dshea)
1a6493d
7e7186f
* Mon Nov 30 2015 Chris Lumens <clumens@redhat.com> - 2.21-1
7e7186f
- Add tests for all the preprocess functions. (clumens)
7e7186f
- Reimplement the existing preprocess functions. (clumens)
7e7186f
- Add new preprocess functions that return a string. (clumens)
7e7186f
- _preprocessStateMachine shouldn't do any writing to disk. (clumens)
7e7186f
- Import tempfile when it's needed, not globally. (clumens)
73f0dba
c85e33c
* Mon Nov 09 2015 Chris Lumens <clumens@redhat.com> - 2.20-1
c85e33c
- Only decode as utf-8 when using py3 (bcl)
c85e33c
- Add --sshkey to sshpw command (#1274104) (bcl)
c85e33c
- Fix an xconfig test case. (clumens)
c85e33c
- The xconfig --server option was apparently removed by FC6. (clumens)
c85e33c
- Add a test for the xconfig command. (clumens)
c85e33c
- Read kickstart files in binary, decode to utf-8 (bcl)
Robert Kuska f618b80
8c9369d
* Tue Nov 03 2015 Chris Lumens <clumens@redhat.com> - 2.19-1
8c9369d
- We don't actually need to BuildRequires python-pocketlint. (clumens)
8c9369d
- docs/kickstart-docs.rst: iscrypted has no argument (sol)
8c9369d
669d847
* Thu Oct 22 2015 Chris Lumens <clumens@redhat.com> - 2.18-1
669d847
- More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov)
669d847
- Add more unit tests (atodorov)
669d847
- pykickstart: don't set bootProto if --noipv4 (jbacik)
669d847
- Produce coverage-report.log for CI (atodorov)
669d847
4abe177
* Wed Oct 07 2015 Chris Lumens <clumens@redhat.com> - 2.17-1
4abe177
- Add Fedora 24 support. (clumens)
4abe177
- Update the RHEL7 version constant. (clumens)
4abe177
- ostree repos can only be HTTP or HTTPS. (clumens)
4abe177
- Allow GIDs to be specified in the user --groups list. (dshea)
4abe177
- docs: Add `--activate` as an explicit network option to the list (walters)
4abe177
8fbf767
* Fri Sep 25 2015 Chris Lumens <clumens@redhat.com> - 2.16-1
8fbf767
- Add reqpart to docs (pbokoc)
8fbf767
- link to github docs instead of fedora wiki (mmckinst)
8fbf767
- Differentiate between empty and missing instLangs (dshea)
8fbf767
- Add tests for empty and missing --instLangs values. (dshea)
8fbf767
3e8ae34
* Tue Sep 08 2015 Chris Lumens <clumens@redhat.com> - 2.15-1
3e8ae34
- Fix a typo in the README. (clumens)
3e8ae34
- Check whether requests actually fetched the URL (dshea)
3e8ae34
- Return URL loads as str instead of bytes (dshea)
3e8ae34
- Add test cases for including kickstart data via URL. (dshea)
3e8ae34
4b954ed
* Thu Aug 27 2015 Chris Lumens <clumens@redhat.com> - 2.14-1
4b954ed
- Fix writing out an empty %packages section when using ksflatten. (clumens)
4b954ed
- Fix a typo in output from the RHEL6 logvol command. (clumens)
4b954ed
- Increase test coverage by a couple percent. (clumens)
4b954ed
- Fix zfcp equality testing for F12 and later. (clumens)
4b954ed
- Fix warning on adding a second user with the same name. (clumens)
4b954ed
- Directories have to be the same in harddrive equality testing. (clumens)
4b954ed
2a824ef
* Wed Aug 05 2015 Chris Lumens <clumens@redhat.com> - 2.13-1
2a824ef
- Fix liveimg equality check (bcl)
2a824ef
- improve test coverage for version.py (atodorov)
2a824ef
16fbfde
* Thu Jul 30 2015 Chris Lumens <clumens@redhat.com> - 2.12-1
16fbfde
- Avoid polluting generated kickstarts by unexpected reqpart commands (#1164660) (mkolman)
16fbfde
- Don't always assume the mock chroot is on x86_64. (clumens)
16fbfde
- Remove documentation compilation warnings (jkonecny)
16fbfde
- Use sys.exit instead of os._exit. (clumens)
16fbfde
- Add a new makefile target that does everything needed for jenkins. (clumens)
16fbfde
c73841d
* Thu Jul 09 2015 Chris Lumens <clumens@redhat.com> - 2.11-1
c73841d
- Run nosetests with the same python as was passed to make. (clumens)
c73841d
- Looks like Group still needs to define __hash__ to be hashable. (clumens)
c73841d
7664628
* Mon Jul 06 2015 Chris Lumens <clumens@redhat.com> - 2.10-1
7664628
- Don't forget to call the superclass's __init__ in Group now. (clumens)
7664628
- Group objects need to be hashable. (clumens)
7664628
- Ignore some more files. (clumens)
7664628
- Don't allow using --fsprofile and --mkfsopts at the same time. (clumens)
7664628
165f141
* Mon Jun 22 2015 Chris Lumens <clumens@redhat.com> - 2.9-1
165f141
- Add --mkfsoptions to btrfs, logvol, partition, and raid commands. (clumens)
165f141
- Document the unit used for the --cachesize option (vpodzime)
165f141
- Add options for LVM cache specs to the 'logvol' command (vpodzime) (clumens)
165f141
- Set PYTHONPATH when running "make check". (clumens)
165f141
- Add --mkfsoptions to btrfs, logvol, partition, and raid commands. (clumens)
165f141
- Avoid traceback in module loading failure paths. (dlehman)
165f141
- Install the python3 .mo files to python3_sitelib (dshea)
165f141
- add extra test coverage for commands/btrfs.py (atodorov)
165f141
- additional test coverage for commands/device.py (atodorov)
165f141
- additional test coverage for parser/sections.py (atodorov)
165f141
- add test documentation (atodorov)
165f141
- cover corner case in commands/eula.py test (atodorov)
52d9175
ee6c693
* Tue Jun 02 2015 Chris Lumens <clumens@redhat.com> - 2.8-1
ee6c693
- Merge pull request #16 from atodorov/commands_partition_updates (clumens)
ee6c693
- Merge pull request #15 from atodorov/fix_zanata_warning (clumens)
ee6c693
- cover some corner cases in the current partitioning test revealed by python-coverage (atodorov)
ee6c693
- Merge pull request #14 from atodorov/check_if_nosetests_is_installed (clumens)
ee6c693
- Remove unnecessary part_cb() and related __init__() methods (atodorov)
ee6c693
- fix: Warning, the url https://fedora.zanata.org/, contains / at end,please check your URL in zanata.xml (atodorov)
ee6c693
- if zanata and coverage are not installed make the error messages more platform independent (atodorov)
ee6c693
- check if nosetest is installed and abort with error if not (atodorov)
ee6c693
- Merge pull request #13 from vpodzime/master-ntp_pools (clumens)
ee6c693
- Adapt the Timezone class to support NTP pools (vpodzime)
ee6c693
- Update kickstart-docs.rst (jkonecny)
ee6c693
- RHEL7 now supports the reqpart command, too. (clumens)
ee6c693
- Use isinstance instead of type. (clumens)
ee6c693
- Add a missing space before --profile= on the logvol command. (clumens)
ee6c693
- Add some missing removedKeywords/removedAttrs setting. (clumens)
ee6c693
a3b8db9
* Tue Apr 28 2015 Chris Lumens <clumens@redhat.com> - 2.7-1
a3b8db9
- Ignore some pylint warnings in the tools/ directory. (clumens)
a3b8db9
- Move most pylint disable pragmas onto the line they apply to. (clumens)
a3b8db9
- Allow skipping the errors on unknown sections. (clumens)
a3b8db9
d3352c1
* Tue Apr 21 2015 Chris Lumens <clumens@redhat.com> - 2.6-1
d3352c1
- Merge pull request #8 from bcl/master-kexec (clumens)
d3352c1
- Merge pull request #10 from bcl/master-pre-install (clumens)
d3352c1
- Switch to using nosetests. (clumens)
d3352c1
- Allow multiple partitions with the "swap" mountpoint. (clumens)
d3352c1
- Add %pre-install section to be used after mounting filesystems (bcl)
d3352c1
- Convert reboot to use _getArgsAsStr (bcl)
d3352c1
- Merge pull request #9 from bcl/master-rc-release (clumens)
d3352c1
- Add rc-release Makefile target (bcl)
d3352c1
- Add --kexec flag to reboot (bcl)
d3352c1
12c0ffd
* Fri Apr 17 2015 Chris Lumens <clumens@redhat.com> - 2.5-1
12c0ffd
- Add a new command to only make those partitions required by the platform. (clumens)
12c0ffd
- btrfs levels should be handled the same way as RAID levels. (clumens)
12c0ffd
- Include test cases for lower-cased and just numeric versions of RAID levels. (clumens)
12c0ffd
- Two more docs fixes. (clumens)
12c0ffd
1b0b570
* Tue Apr 14 2015 Chris Lumens <clumens@redhat.com> - 2.4-1
1b0b570
- Move docs to the correct file name. (clumens)
1b0b570
- Handle two-digit version numbers on this branch. (clumens)
1b0b570
1b0b570
* Tue Apr 14 2015 Chris Lumens <clumens@redhat.com> - 2.3-1
1b0b570
- Merge pull request #5 from vpodzime/master-python3 (clumens)
1b0b570
- RHEL7 now uses the F21 versions of commands, typically. (clumens)
1b0b570
- Handle a %include line that starts with whitespace in a section. (clumens)
1b0b570
- Treat "RAID" as uppercased at all times. (clumens)
1b0b570
- Add support for Fedora 23. (clumens)
1b0b570
- Merge pull request #6 from vpodzime/master-docs (clumens)
1b0b570
- Switch from transifex to zanata. (clumens)
1b0b570
- Let's have the docs in the repository (vpodzime)
1b0b570
- Prevent recursion in hasattr and __getattr__ (vpodzime)
1b0b570
b127559
* Tue Mar 24 2015 Chris Lumens <clumens@redhat.com> - 2.2-1
b127559
- And then BuildRequires pocketlint. (clumens)
b127559
- Fix the couple last pylint warnings. (clumens)
b127559
- Tell pylint to ignore a couple places where we catch all exceptions. (clumens)
b127559
- Don't use [] as a default argument to loadModules. (clumens)
b127559
- Define bytesPerInode in __init__ methods. (clumens)
b127559
- Don't pointlessly redefine the command attr in some tests. (clumens)
b127559
- tstList -> tests (clumens)
b127559
- lan -> len (clumens)
b127559
- Fix wildcard imports and other import-related pylint problems. (clumens)
b127559
- Remove some unused variables. (clumens)
b127559
- Fix string substitutions into translatable strings. (clumens)
b127559
- Start using pocketlint to run pylint. (clumens)
b127559
7f9716d
* Thu Feb 26 2015 Chris Lumens <clumens@redhat.com> - 2.1-1
7f9716d
- Both library packages need to require python-six of some variety (#1195715). (clumens)
7f9716d
- Fix the python-six requirement for python3-kickstart (#1195719). (clumens)
7f9716d
7f9716d
* Fri Feb 20 2015 Chris Lumens <clumens@redhat.com> - 2.0-1
fed7f08
- Make sure pykickstart requires some version of the library. (clumens)
fed7f08
- Split into python2 and python3 specific packages. (clumens)
fed7f08
- Look for translations in their new location. (clumens)
fed7f08
- Install .mo files into the python site-packages directory. (clumens)
fed7f08
- Merge pull request #3 from tradej/python3 (clumens)
fed7f08
- Fixed pylint warnings (tradej)
fed7f08
- Fixed executables in tools + related parts of pykickstart.parser. (tradej)
fed7f08
- Explicitly closing files. Python 3 tests work now. (tradej)
fed7f08
- Implemented rich comparison for parser.Group. (tradej)
fed7f08
- Error parsing in test.commands.logvol matches Python 3's optparse. (tradej)
fed7f08
- Keeping order of contents in the %packages section with OrderedSet (under MIT license). (tradej)
fed7f08
- Redefined _ in pykickstart.i18n, importing. (tradej)
fed7f08
- Fixed assertRaisesRegexp function in Python3. (tradej)
fed7f08
- Replaced string.strip(pkgs) with str(pkgs).strip(). (tradej)
fed7f08
- Adapted Makefile to allow running tests under Python 3. (tradej)
fed7f08
- Converted syntax to Python 3-compatible (rhbz#985310) (tradej)
fed7f08
- Fix a problem pylint caught with the last patch merge. (clumens)
fed7f08
- Make sure pykickstart/*/*py messages get included in pykickstart.pot. (clumens)
fed7f08
- Merge pull request #2 from tradej/urlgrabber (clumens)
fed7f08
- Replaced URLGrabber with requests (rhbz#1141245) (tradej)
fed7f08
- Remove --nobase as an option. (clumens)
fed7f08
- Add support to rhel6 for specifying thin pool profile (vpodzime)
fed7f08
- Add support to rhel6 for custom layouts using lvm thin provisioning. (dlehman)
fed7f08
23e475a
* Fri Jan 30 2015 Chris Lumens <clumens@redhat.com> - 1.99.66-1
23e475a
- network: add support for bridge to F22 (#1075195) (rvykydal)
23e475a
- Use %license in pykickstart.spec (bcl)
23e475a
e2e10c8
* Mon Dec 15 2014 Chris Lumens <clumens@redhat.com> - 1.99.65-1
e2e10c8
- Add support for setting user account ssh key (bcl)
e2e10c8
- Add = to the output for various network options (#1171926). (clumens)
e2e10c8
- When ksflatten fails, return a failure code (#1162881). (clumens)
e2e10c8
ffe4049
* Mon Nov 24 2014 Chris Lumens <clumens@redhat.com> - 1.99.64-1
ffe4049
- Get rid of an unused variable. (clumens)
ffe4049
- network: add support for bridge to RHEL7 (#1075195) (rvykydal)
ffe4049
- Add new RHEL7 logvol objects to master (vpodzime)
ffe4049
- Add new RHEL7 volgroup objects to master (vpodzime)
ffe4049
- RHEL7 supports the ostreesetup command. (clumens)
ffe4049
e7277c5
* Fri Oct 10 2014 Chris Lumens <clumens@redhat.com> - 1.99.63-1
e7277c5
- Move the test for --nombr option to the right class (vpodzime)
e7277c5
- Add the --nombr bootloader option in pykickstart (gczarcinski)
e7277c5
5e72424
* Tue Oct 07 2014 Chris Lumens <clumens@redhat.com> - 1.99.62-1
5e72424
- Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern)
5e72424
- Apply a couple more 2to3 fixes, still avoiding the hard ones.(#985310). (clumens)
5e72424
- Apply the obvious easy changes from 2to3 (#985310). (clumens)
5e72424
cd00eaa
* Fri Oct 03 2014 Chris Lumens <clumens@redhat.com> - 1.99.61-1
cd00eaa
- Add support for specifying thin pool profile (vpodzime)
cd00eaa
- Add missing import (mkolman)
cd00eaa
- Add tests for --interfacename validation (mkolman)
cd00eaa
- Validate network interface name when parsing the kickstart (#1081982) (mkolman)
cd00eaa
8643964
* Wed Sep 24 2014 Chris Lumens <clumens@redhat.com> - 1.99.60-1
8643964
- Make --size and --percent mutually exclusive in logvol. (dlehman)
8643964
- Add support for F22. (clumens)
8643964
fe79ad6
* Wed Sep 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.59-1
fe79ad6
- Some tests for --size and --percent (#1117908) (amulhern)
fe79ad6
- Update tests where necessary with --size flag (#1117908) (amulhern)
fe79ad6
- Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern)
fe79ad6
- Check the regular expression when asserting a parse error (#1117908) (amulhern)
fe79ad6
- Do not reference non-existant attribute (#1117908) (amulhern)
fe79ad6
- Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern)
fe79ad6
- Remove --disable-override from tx arguments. (clumens)
fe79ad6
- Add the bootloader --disabled option for RHEL7 as well. (clumens)
fe79ad6
376f1bd
* Tue Aug 12 2014 Chris Lumens <clumens@redhat.com> - 1.99.58-1
376f1bd
- Add --install flag to repo command (#1119867) (bcl)
376f1bd
c3335c9
* Wed Jul 02 2014 Chris Lumens <clumens@redhat.com> - 1.99.57-1
c3335c9
- Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens)
c3335c9
- Add autopart --fstype support (#1112697) (bcl)
c3335c9
- Add some more tests to bump up the "make coverage" numbers. (clumens)
08dc99a
cc3c1ff
* Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
cc3c1ff
- Add support for --disklabel to clearpart (#1078537) (bcl)
cc3c1ff
- Make print statements Python 3 compatible (mkolman)
36dfaf7
aef4e98
* Fri May 16 2014 Chris Lumens <clumens@redhat.com> - 1.99.55-1
aef4e98
- Do not set any magic default PE size in pykickstart (vpodzime)
aef4e98
- ostreesetup: Fix noGpg attribute (walters)
aef4e98
- Fix bogus changelog in pykickstart.spec (sagarun)
aef4e98
- Stop shipping a ChangeLog file. (clumens)
aef4e98
- We can use descriptive pylint message names on the command line, too. (clumens)
aef4e98
c15e010
* Tue Apr 22 2014 Chris Lumens <clumens@redhat.com> - 1.99.54-1
c15e010
- Move ks tools from optparse to argparse (#1083913). (clumens)
c15e010
- Use descriptive pylint messages instead of numbers. (clumens)
c15e010
- Fix up some printing problems in some of the tools. (clumens)
c15e010
- Add support for the --listversions option to ksverdiff too. (clumens)
c15e010
- Run pylint on tools/, and fix up all the errors. (clumens)
c15e010
- disable-msg -> disable for pylint. (clumens)
c15e010
bb6def8
* Mon Mar 31 2014 Chris Lumens <clumens@redhat.com> - 1.99.53-1
bb6def8
- ostreesetup: New command (walters)
bb6def8
- Move commandMap and dataMap setting into the individual handler classes. (clumens)
bb6def8
49c19b3
* Fri Mar 21 2014 Chris Lumens <clumens@redhat.com> - 1.99.52-1
49c19b3
- Take care of all the unused argument warnings. (clumens)
49c19b3
- Take care of all the unused variable warnings. (clumens)
49c19b3
- Remove unused imports. (clumens)
49c19b3
- Don't do relative import any more, either. (clumens)
49c19b3
- Stop doing wildcard imports. (clumens)
49c19b3
- Add an option to disable even installing the core group. (clumens)
49c19b3
cc04496
* Tue Mar 18 2014 Chris Lumens <clumens@redhat.com> - 1.99.51-1
cc04496
- Use the correct indentation for the new network stuff. (clumens)
cc04496
- Add network --interfacename option for vlans (#1061646) (rvykydal)
cc04496
821518e
* Mon Mar 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.50-1
821518e
- Add a new bootloader --disabled option (#1074522). (clumens)
821518e
- Add support for F21. (clumens)
821518e
- Fix an error on the printing side of handling environments. (clumens)
821518e
- Add support for fcoe --autovlan option (#1055779) (rvykydal)
821518e
de2b2df
* Wed Feb 05 2014 Chris Lumens <clumens@redhat.com> - 1.99.49-1
de2b2df
- Provide syntax for specifying environments (#1061296). (clumens)
de2b2df
- Use the correct LogVolData object (#1058520). (clumens)
de2b2df
- Don't do string comparisons in "make test" (#1057573). (clumens)
de2b2df
21f1276
* Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.48-1
c5fe07d
- Specify a kickstart version when running package-related tests. (clumens)
21f1276
- We need python-urlgrabber to do builds now. (clumens)
21f1276
0406b8d
* Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.47-1
0406b8d
- Add missing version bumps for RHEL7 command control map (#1032738) (mkolman)
0406b8d
- Run "make test" as part of the RPM build process (#1025226). (clumens)
0406b8d
- Include test cases in the source distribution. (clumens)
0406b8d
- With the previous patch, RAID test formatting needs to change. (clumens)
0406b8d
- Do not add a list of PVs or RAID members when writing out --useexisting (#1021274). (clumens)
0406b8d
- Raise an error if bootloader --boot-drive gets more than one argument. (clumens)
0406b8d
1865012
* Thu Nov 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.46-1
1865012
- Add support for network team devices (#1003591) (rvykydal)
1865012
- Work on test coverage a little bit. (clumens)
1865012
- Don't use OrderedDict. (clumens)
1865012
- Add tests for tmpfs usage (mkolman)
1865012
- Add tmpfs support (#918621) (mkolman)
1865012
734b7ff
* Fri Nov 01 2013 Chris Lumens <clumens@redhat.com> - 1.99.45-1
734b7ff
- Set bootloader location constructor default value to "none" (#916529) (amulhern)
734b7ff
57a8668
* Fri Oct 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.44-1
57a8668
- method getattr should default to handler.url (bcl)
57a8668
  Related: rhbz#1016801
57a8668
ef3d25e
* Wed Oct 16 2013 Chris Lumens <clumens@redhat.com> - 1.99.43-1
ef3d25e
- Use F20_Raid for RHEL7. (#997146) (dlehman)
ef3d25e
cc5ecfc
* Tue Oct 08 2013 Chris Lumens <clumens@redhat.com> - 1.99.42-1
cc5ecfc
- Remove a triple-X message that is no longer needed (mkolman)
cc5ecfc
- Add --remove-service option for the firewall command (#1016008) (mkolman)
cc5ecfc
84d0b3f
* Wed Sep 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.41-1
84d0b3f
- New 'eula' command (#1000409) (vpodzime)
84d0b3f
7fdb84a
* Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> 1.99.40-2
7fdb84a
- Only BuildRequire transifex on OSes that include it.
7fdb84a
a48ae5f
* Tue Sep 24 2013 Chris Lumens <clumens@redhat.com> - 1.99.40-1
a48ae5f
- Don't error out if volgroup --useexisting is given with no members. (clumens)
a48ae5f
164a34d
* Tue Sep 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.39-1
164a34d
- Call the right attribute method (#1004889) (bcl)
164a34d
- Reset method seen attrs when switching method (#1004889) (bcl)
164a34d
4fa2355
* Tue Sep 03 2013 Brian C. Lane <bcl@redhat.com> - 1.99.38-1
4fa2355
- Return None for attributes if no method has been set (#1001081) (dshea)
4fa2355
- Fix up a couple pylint errors in the tools. (clumens)
4fa2355
6be5b6f
* Wed Aug 21 2013 Chris Lumens <clumens@redhat.com> - 1.99.37-1
6be5b6f
- Correct exception raising style. (clumens)
6be5b6f
- Fix up how we call pylint for 1.0.0. (clumens)
6be5b6f
- Set method.method when attempted. (dshea)
6be5b6f
fd93081
* Mon Aug 19 2013 Chris Lumens <clumens@redhat.com> - 1.99.36-1
fd93081
- When method.method is set, also set the right seen attribute (#994553). (clumens)
fd93081
- Add tests for incorrect command usage detection (mkolman)
fd93081
- Add class for independent multi-line command sequence tests (mkolman)
fd93081
- Raise an error if autopart is combined with partitioning commands (#886010) (mkolman)
fd93081
39fd4f9
* Mon Jul 29 2013 Chris Lumens <clumens@redhat.com> - 1.99.35-1
39fd4f9
- Add aliases for all the old method classes (#986069). (clumens)
39fd4f9
- Check syntax version before issuing a deprecation warning (#972098). (clumens)
39fd4f9
883cc28
* Mon Jul 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.34-1
883cc28
- Always create self.handler on-demand in the test cases. (clumens)
883cc28
- Also set the seen attribute when __call__ is used. (clumens)
883cc28
- Mark the upgrade command as deprecated. (clumens)
883cc28
- Add the method test case back in. (clumens)
883cc28
- Set the seen attribute when parsing in test cases, too. (clumens)
883cc28
- Add a proxy method command object. (clumens)
883cc28
- Add an interactive kickstart shell command, ksshell. (clumens)
883cc28
- Fix string substitution errors in translatable text. (clumens)
883cc28
- Break the method command out into individual commands. (clumens)
883cc28
455b2e4
* Tue Jul 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.33-1
455b2e4
- Add support for lvm thin provisioning. (dlehman)
455b2e4
- Add support for F20. (clumens)
455b2e4
- Add a new test for the group command. (clumens)
455b2e4
- In the test cases, error on all non-deprecation warnings. (clumens)
455b2e4
- Remove unused imports from the test suite. (clumens)
455b2e4
1810ef2
* Fri Jun 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.32-1
1810ef2
- transifex.net is now transifex.com (bcl)
1810ef2
- Update raid --device to be an array name specifier. (dlehman)
1810ef2
- Add more tests for the realm command (mkolman)
1810ef2
- RHEL7 is now more or less based on F19, at least for kickstart. (clumens)
1810ef2
- realm: Fix --no-password option (stefw)
1810ef2
- Add man pages for all programs (#948440). (clumens)
1810ef2
9d07e79
* Wed May 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.31-1
9d07e79
- Fix F18/F19 cdrom methods (bcl)
9d07e79
b78cc96
* Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.30-1
b78cc96
- Add support for the realm command (mkolman)
b78cc96
- Add liveimg install method (bcl)
b78cc96
2af6add
* Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.29-1
2af6add
- add --extlinux option (mattdm)
2af6add
539093b
* Tue Apr 23 2013 Chris Lumens <clumens@redhat.com> - 1.99.28-1
539093b
- Add network --ipv6gateway option (#905226) (rvykydal)
539093b
- Add lang --addsupport option (#912364) (rvykydal)
539093b
af1a6a7
* Wed Apr 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.27-1
af1a6a7
- A new user's group should default to None, not 0 (#929204). (clumens)
af1a6a7
9f6e29b
* Fri Mar 22 2013 Chris Lumens <clumens@redhat.com> - 1.99.26-1
9f6e29b
- parser.py: Allow shlex to strip lines (fedora.dm0)
9f6e29b
- Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
9f6e29b
- Add gid attribute to User command and associated data structure (msivak)
9f6e29b
- Make sure tests can run and report import errors (bcl)
9f6e29b
- Add network --vlanid option to Fedora. (rvykydal)
9f6e29b
e949a7c
* Mon Mar 04 2013 Chris Lumens <clumens@redhat.com> - 1.99.25-1
e949a7c
- pylint appears to have gotten pickier. (clumens)
e949a7c
- Fix typo in --wpakey string representation method (rvykydal)
e949a7c
- Also add the F19 handler file. (clumens)
e949a7c
- Don't strip the newline from reboot or shutdown commands (#915013). (clumens)
e949a7c
- Add bonding support to RHEL 7 (rvykydal)
e949a7c
- Add bonding support to F19 (rvykydal)
e949a7c
- Add support for F19 (rvykydal)
e949a7c
33f006b
* Wed Feb 13 2013 Chris Lumens <clumens@redhat.com> - 1.99.24-1
33f006b
- Add a seen attribute to commands, sections, and the packages object. (clumens)
33f006b
8e7dc51
* Mon Jan 14 2013 Chris Lumens <clumens@redhat.com> - 1.99.23-1
8e7dc51
- Don't print any of the autopart command if autopart is disabled (#888841). (clumens)
8e7dc51
- Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens)
8e7dc51
- Beware of possible unicode strings (#876293) (vpodzime)
8e7dc51
- Remove the lang.apply method (#882186). (clumens)
8e7dc51
- Add 'make coverage' command to the make file (stefw)
8e7dc51
d16fdea
* Tue Nov 20 2012 Chris Lumens <clumens@redhat.com> - 1.99.22-1
d16fdea
- Add support for url --mirrorlist, needed by anaconda (#868558). (clumens)
d16fdea
- Only write out a logging line if one was provided (#873242). (clumens)
d16fdea
- If no timezone was provided, do not write out an empty timezone command. (clumens)
d16fdea
59341d1
* Wed Oct 24 2012 Chris Lumens <clumens@redhat.com> - 1.99.21-1
59341d1
- Add support for layout switching options (vpodzime)
59341d1
bc8abac
* Mon Oct 15 2012 Chris Lumens <clumens@redhat.com> - 1.99.20-1
bc8abac
- Disable pylint warnings related to the previous patch. (clumens)
bc8abac
- Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
bc8abac
- Fix superclass constructor call in F18_Keyboard. (dlehman)
bc8abac
- Add cipher option for encrypting block devices. (dlehman)
bc8abac
- Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
bc8abac
- add unsupported_hardware command (#824963) (bcl)
bc8abac
6ce3c67
* Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.19-1
6ce3c67
- bonding support: add network --bondslaves --bondopts options (rvykydal)
6ce3c67
- vlan support: add network --vlanid option. (rvykydal)
6ce3c67
7891659
* Thu Sep 06 2012 Chris Lumens <clumens@redhat.com> - 1.99.18-1
7891659
- Fix the multilib package test case. (clumens)
7891659
- Add support for --multilib option to %packages. (dlehman)
7891659
- Mark --nobase as deprecated. (notting)
7891659
873c417
* Tue Aug 28 2012 Chris Lumens <clumens@redhat.com> - 1.99.17-1
873c417
- Add ksdata.network.hostname (readonly) property (rvykydal)
873c417
92c6531
* Wed Aug 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.16-1
92c6531
- Add swap --hibernation to logvol command (vpodzime)
92c6531
5e6a09b
* Thu Aug 09 2012 Chris Lumens <clumens@redhat.com> - 1.99.15-1
5e6a09b
- No argument needs to be given to rootpw if you're just locking the account. (clumens)
5e6a09b
fa219f2
* Thu Jul 26 2012 Chris Lumens <clumens@redhat.com> - 1.99.14-1
fa219f2
- add reboot test (bcl)
fa219f2
- add correct halt command handling (bcl)
fa219f2
- return parsed object from assert_parse (bcl)
fa219f2
- The monitor command has been deprecated since F10.  Get rid of it. (clumens)
fa219f2
- Add --hibernation option for swap size specification (vpodzime)
fa219f2
- Add leavebootorder test (hamzy)
4d46e31
b7a62bf
* Tue Jun 19 2012 Chris Lumens <clumens@redhat.com> - 1.99.13-1
b7a62bf
- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
b7a62bf
- Allow %include in %pre and %post (#827269) (bcl)
b7a62bf
dde3b9b
* Mon Jun 18 2012 Chris Lumens <clumens@redhat.com> - 1.99.12-1
dde3b9b
- Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime)
dde3b9b
- fix TypeError in network.py with ipv6 static addresses (wwoods)
dde3b9b
- Layouts may include spaces, so put them in quotes (vpodzime)
dde3b9b
a1a1105
* Mon May 07 2012 Chris Lumens <clumens@redhat.com> - 1.99.11-1
a1a1105
- pylint doesn't like .setter syntax at all. (clumens)
a1a1105
- Modify keyboard command to handle multiple layouts (vpodzime)
a1a1105
- Add support for F18. (vpodzime)
a1a1105
- Fix traceback if modules cannot be loaded when running tests (vpodzime)
a1a1105
ba14d7d
* Mon Apr 02 2012 Chris Lumens <clumens@redhat.com> - 1.99.10-1
ba14d7d
- Add resize option to partition and logvol commands. (dlehman)
ba14d7d
- Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
ba14d7d
15f359d
* Thu Mar 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.9-1
15f359d
- Add __ne__ methods to every object with an __eq__ method. (clumens)
15f359d
- Use the older exception syntax for python 2.4 compatibility. (clumens)
15f359d
- Add an __eq__ method to the method command. (clumens)
15f359d
1a580c1
* Wed Mar 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.8-1
1a580c1
- Add support for RHEL7 (#802369).
1a580c1
- Add a method to set a command back to its initial blank state.
1a580c1
- btrfs likes its raid levels in lower case. (#799154) (dlehman)
1a580c1
- iscsi: add support for interface binding to F17 (rvykydal)
1a580c1
- iscsi: add support for interface binding (#500273) (rvykydal)
1a580c1
3f08e6d
* Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
3f08e6d
- Add --type option to autopart command. (dlehman)
3f08e6d
- Add btrfs command. (dlehman)
3f08e6d
3dfe73e
* Tue Nov 15 2011 Chris Lumens <clumens@redhat.com> - 1.99.6-1
3dfe73e
- Add --boot-drive option to bootloader command to pick boot drive. (dlehman)
3dfe73e
- Add support for F17. (clumens)
3dfe73e
- The guts of a script could include a line starting with a % (#746928). (clumens)
3dfe73e
b3e8c61
* Wed Oct 19 2011 Chris Lumens <clumens@redhat.com> - 1.99.5-1
b3e8c61
- Don't error out if raid --useexisting is given with no members (#741728). (clumens)
b3e8c61
- When %end is missing, include the unterminated section in the error message. (clumens)
b3e8c61
3a0c54a
* Wed Sep 14 2011 Chris Lumens <clumens@redhat.com> - 1.99.4-1
3a0c54a
- --reserved-space and --reserved-percent should be checked on a callback. (clumens)
3a0c54a
- Add a volgroup unit test, and fix a bug it uncovered. (clumens)
3a0c54a
- Add support for reserved space in volume group. (dlehman)
3a0c54a
- Allow a %include to come in the middle of a section (#733455). (clumens)
3a0c54a
- Add a test case for %include inside %packages. (clumens)
3a0c54a
d7d3ba9
* Mon Aug 22 2011 Chris Lumens <clumens@redhat.com> - 1.99.3-1
d7d3ba9
- Ignore reimport warnings. (clumens)
d7d3ba9
- Add support for 'autopart --nolvm' (jlaska)
d7d3ba9
- autopart - Inherit error checking from base class (jlaska)
d7d3ba9
- Let's just use url.size instead.  That's defined for both FTP and HTTP. (clumens)
d7d3ba9
- It's url.hdr now, not url.info. (clumens)
d7d3ba9
- Support end-of-line comments in the %packages section (#728563). (clumens)
d7d3ba9
41038b2
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
41038b2
- Don't do "make po-pull" during installation. (clumens)
41038b2
8a15036
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.1-1
8a15036
- Fix a couple Makefile typos. (clumens)
8a15036
- typo fix (vpodzime)
8a15036
- option for wpa wifi connection specification added (vpodzime)
8a15036
- Update Makefiles to work with new translation system. (clumens)
8a15036
- BuildRequires transifex-client. (clumens)
8a15036
- Ignore po/*.po files. (clumens)
8a15036
- Remove translation files. (clumens)
8a15036
- Add transifex-client configuration file. (clumens)
8a15036
- Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
8a15036
5a6666f
* Tue Jun 07 2011 Chris Lumens <clumens@redhat.com> 1.99.0-1
5a6666f
- Add a way to tell how often a section has been handled. (clumens)
5a6666f
- Add a NullSection that just ignores any section provided. (clumens)
5a6666f
- Add test cases for the parser itself. (clumens)
5a6666f
- Allow for defining your own kickstart %sections. (clumens)
5a6666f
- The docs need to be fetched from an HTTPS location now. (clumens)
5a6666f
- Write out --onboot=off if it's False. (clumens)