From d3352c12b401c92dcb5b19c1e0afa1f40efc95b6 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Apr 21 2015 19:24:09 +0000 Subject: New version. --- diff --git a/.gitignore b/.gitignore index ddc0d76..d649be0 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.2.tar.gz /pykickstart-2.4.tar.gz /pykickstart-2.5.tar.gz +/pykickstart-2.6.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 4a861ab..f64c0d3 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.5 +Version: 2.6 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -14,6 +14,7 @@ BuildArch: noarch BuildRequires: gettext BuildRequires: python-devel +BuildRequires: python-nose BuildRequires: python-setuptools BuildRequires: python-requests %if ! 0%{?rhel} @@ -112,6 +113,17 @@ popd %{python3_sitelib}/pykickstart/handlers/*py* %changelog +* Tue Apr 21 2015 Chris Lumens - 2.6-1 +- Merge pull request #8 from bcl/master-kexec (clumens) +- Merge pull request #10 from bcl/master-pre-install (clumens) +- Switch to using nosetests. (clumens) +- Allow multiple partitions with the "swap" mountpoint. (clumens) +- Add %pre-install section to be used after mounting filesystems (bcl) +- Convert reboot to use _getArgsAsStr (bcl) +- Merge pull request #9 from bcl/master-rc-release (clumens) +- Add rc-release Makefile target (bcl) +- Add --kexec flag to reboot (bcl) + * Fri Apr 17 2015 Chris Lumens - 2.5-1 - Add a new command to only make those partitions required by the platform. (clumens) - btrfs levels should be handled the same way as RAID levels. (clumens) diff --git a/sources b/sources index 2374b4b..58ebe80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3d17e6564ba569308fb4472e0f149b7 pykickstart-2.5.tar.gz +a5ba3715d613cdfa28dcf45128b1319d pykickstart-2.6.tar.gz