From ee6c6933d19e549c0b4e1e0b39f6c0febb74a61e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 2 Jun 2015 10:38:36 -0400 Subject: [PATCH] - 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) --- .gitignore | 1 + pykickstart.spec | 19 ++++++++++++++++++- sources | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c7f4e93..b54ecd9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 396db3b..7c81f31 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 2.7-1 - Ignore some pylint warnings in the tools/ directory. (clumens) - Move most pylint disable pragmas onto the line they apply to. (clumens) diff --git a/sources b/sources index 4d8020d..61325fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4bf769121446982dcb707eaa732389aa pykickstart-2.7.tar.gz +58566d5798b253c1a23a74a6462e07df pykickstart-2.8.tar.gz