- Merge pull request #16 from atodorov/commands_partition_updates (clumens)

- Merge pull request #15 from atodorov/fix_zanata_warning (clumens)
- cover some corner cases in the current partitioning test revealed by python-coverage (atodorov)
- Merge pull request #14 from atodorov/check_if_nosetests_is_installed (clumens)
- Remove unnecessary part_cb() and related __init__() methods (atodorov)
- fix: Warning, the url https://fedora.zanata.org/, contains / at end,please check your URL in zanata.xml (atodorov)
- if zanata and coverage are not installed make the error messages more platform independent (atodorov)
- check if nosetest is installed and abort with error if not (atodorov)
- Merge pull request #13 from vpodzime/master-ntp_pools (clumens)
- Adapt the Timezone class to support NTP pools (vpodzime)
- Update kickstart-docs.rst (jkonecny)
- RHEL7 now supports the reqpart command, too. (clumens)
- Use isinstance instead of type. (clumens)
- Add a missing space before --profile= on the logvol command. (clumens)
- Add some missing removedKeywords/removedAttrs setting. (clumens)
This commit is contained in:
Chris Lumens 2015-06-02 10:38:36 -04:00
parent a3b8db9d7a
commit ee6c6933d1
3 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -145,3 +145,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.5.tar.gz
/pykickstart-2.6.tar.gz
/pykickstart-2.7.tar.gz
/pykickstart-2.8.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.7
Version: 2.8
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -113,6 +113,23 @@ popd
%{python3_sitelib}/pykickstart/handlers/*py*
%changelog
* Tue Jun 02 2015 Chris Lumens <clumens@redhat.com> - 2.8-1
- Merge pull request #16 from atodorov/commands_partition_updates (clumens)
- Merge pull request #15 from atodorov/fix_zanata_warning (clumens)
- cover some corner cases in the current partitioning test revealed by python-coverage (atodorov)
- Merge pull request #14 from atodorov/check_if_nosetests_is_installed (clumens)
- Remove unnecessary part_cb() and related __init__() methods (atodorov)
- fix: Warning, the url https://fedora.zanata.org/, contains / at end,please check your URL in zanata.xml (atodorov)
- if zanata and coverage are not installed make the error messages more platform independent (atodorov)
- check if nosetest is installed and abort with error if not (atodorov)
- Merge pull request #13 from vpodzime/master-ntp_pools (clumens)
- Adapt the Timezone class to support NTP pools (vpodzime)
- Update kickstart-docs.rst (jkonecny)
- RHEL7 now supports the reqpart command, too. (clumens)
- Use isinstance instead of type. (clumens)
- Add a missing space before --profile= on the logvol command. (clumens)
- Add some missing removedKeywords/removedAttrs setting. (clumens)
* Tue Apr 28 2015 Chris Lumens <clumens@redhat.com> - 2.7-1
- Ignore some pylint warnings in the tools/ directory. (clumens)
- Move most pylint disable pragmas onto the line they apply to. (clumens)

View File

@ -1 +1 @@
4bf769121446982dcb707eaa732389aa pykickstart-2.7.tar.gz
58566d5798b253c1a23a74a6462e07df pykickstart-2.8.tar.gz