diff --git a/.gitignore b/.gitignore index 3f3dfcb..1fc0330 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.24.tar.gz /pykickstart-2.25.tar.gz /pykickstart-2.26.tar.gz +/pykickstart-2.27.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 3f2f808..700279a 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.26 +Version: 2.27 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -121,6 +121,9 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Thu Apr 07 2016 Chris Lumens - 2.27-1 +- Ignore DeprecationWarnings originating in pykickstart itself. (clumens) + * Mon Mar 28 2016 Chris Lumens - 2.26-1 - We need to BuildRequires python-ordered-set. (clumens) - Add --chunksize option to raid command. (vtrefny) diff --git a/sources b/sources index 6d94992..80e9c55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d0fbe60ef929822d9c2a47e1152156c pykickstart-2.26.tar.gz +15ec1644644e9571609cac5fcd1a1cc9 pykickstart-2.27.tar.gz