- 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)
This commit is contained in:
Chris Lumens 2013-11-25 14:12:16 -05:00
parent 186501272d
commit 0406b8d903
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.99.46-1
- Add support for network team devices (#1003591) (rvykydal)
- Work on test coverage a little bit. (clumens)

View File

@ -1 +1 @@
e40b2564e18fdc492ed88a60c11f5768 pykickstart-1.99.46.tar.gz
e380d0048bed2ebb5d6d4165b5f91adf pykickstart-1.99.47.tar.gz