- Provide syntax for specifying environments (#1061296). (clumens)

- Use the correct LogVolData object (#1058520). (clumens)
- Don't do string comparisons in "make test" (#1057573). (clumens)
This commit is contained in:
Chris Lumens 2014-02-05 16:18:53 -05:00
parent c5fe07da04
commit de2b2dfec0
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -120,3 +120,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.46.tar.gz
/pykickstart-1.99.47.tar.gz
/pykickstart-1.99.48.tar.gz
/pykickstart-1.99.49.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.48
Version: 1.99.49
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -54,6 +54,11 @@ make test
%{_mandir}/man1/*
%changelog
* Wed Feb 05 2014 Chris Lumens <clumens@redhat.com> - 1.99.49-1
- Provide syntax for specifying environments (#1061296). (clumens)
- Use the correct LogVolData object (#1058520). (clumens)
- Don't do string comparisons in "make test" (#1057573). (clumens)
* Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.48-1
- Specify a kickstart version when running package-related tests. (clumens)
- We need python-urlgrabber to do builds now. (clumens)

View File

@ -1 +1 @@
30be9f6a4fa69bb40b624fb6717e4f1a pykickstart-1.99.48.tar.gz
9d24dad050959fa9e74b323204a328bd pykickstart-1.99.49.tar.gz