From 669d847057911b65a4cc4af3eff9cc95b9df2a63 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Oct 22 2015 14:48:58 +0000 Subject: - More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov) - Add more unit tests (atodorov) - pykickstart: don't set bootProto if --noipv4 (jbacik) - Produce coverage-report.log for CI (atodorov) --- diff --git a/.gitignore b/.gitignore index 2c3d912..51965ba 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.15.tar.gz /pykickstart-2.16.tar.gz /pykickstart-2.17.tar.gz +/pykickstart-2.18.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 63a9a79..c9c263c 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.17 +Version: 2.18 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -115,6 +115,12 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Thu Oct 22 2015 Chris Lumens - 2.18-1 +- More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov) +- Add more unit tests (atodorov) +- pykickstart: don't set bootProto if --noipv4 (jbacik) +- Produce coverage-report.log for CI (atodorov) + * Wed Oct 07 2015 Chris Lumens - 2.17-1 - Add Fedora 24 support. (clumens) - Update the RHEL7 version constant. (clumens) diff --git a/sources b/sources index 15fb64c..4233921 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3af23df282b2e824fadd98849504a66 pykickstart-2.17.tar.gz +04f3fef5c7afead4588d8873c7913228 pykickstart-2.18.tar.gz