From 0406b8d903054f3cf352722720b6ee7f0252b435 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 25 Nov 2013 14:12:16 -0500 Subject: [PATCH] - Add missing version bumps for RHEL7 command control map (#1032738) (mkolman) - Run "make test" as part of the RPM build process (#1025226). (clumens) - Include test cases in the source distribution. (clumens) - With the previous patch, RAID test formatting needs to change. (clumens) - Do not add a list of PVs or RAID members when writing out --useexisting (#1021274). (clumens) - Raise an error if bootloader --boot-drive gets more than one argument. (clumens) --- .gitignore | 1 + pykickstart.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b1216a8..fff04af 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.44.tar.gz /pykickstart-1.99.45.tar.gz /pykickstart-1.99.46.tar.gz +/pykickstart-1.99.47.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 0c5a97d..4739f99 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.46 +Version: 1.99.47 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -38,6 +38,9 @@ make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} +%check +make test + %files -f %{name}.lang %defattr(-,root,root,-) %doc README ChangeLog COPYING docs/programmers-guide @@ -50,6 +53,14 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Mon Nov 25 2013 Chris Lumens - 1.99.47-1 +- Add missing version bumps for RHEL7 command control map (#1032738) (mkolman) +- Run "make test" as part of the RPM build process (#1025226). (clumens) +- Include test cases in the source distribution. (clumens) +- With the previous patch, RAID test formatting needs to change. (clumens) +- Do not add a list of PVs or RAID members when writing out --useexisting (#1021274). (clumens) +- Raise an error if bootloader --boot-drive gets more than one argument. (clumens) + * Thu Nov 14 2013 Chris Lumens - 1.99.46-1 - Add support for network team devices (#1003591) (rvykydal) - Work on test coverage a little bit. (clumens) diff --git a/sources b/sources index 9fa19c1..4b2cf36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e40b2564e18fdc492ed88a60c11f5768 pykickstart-1.99.46.tar.gz +e380d0048bed2ebb5d6d4165b5f91adf pykickstart-1.99.47.tar.gz