- Remove a triple-X message that is no longer needed (mkolman)

- Add --remove-service option for the firewall command (#1016008) (mkolman)
This commit is contained in:
Chris Lumens 2013-10-08 14:31:14 -04:00
parent 84d0b3f4ee
commit cc5ecfc183
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -113,3 +113,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.39.tar.gz
/pykickstart-1.99.40.tar.gz
/pykickstart-1.99.41.tar.gz
/pykickstart-1.99.42.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.41
Version: 1.99.42
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -50,6 +50,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
* Tue Oct 08 2013 Chris Lumens <clumens@redhat.com> - 1.99.42-1
- Remove a triple-X message that is no longer needed (mkolman)
- Add --remove-service option for the firewall command (#1016008) (mkolman)
* Wed Sep 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.41-1
- New 'eula' command (#1000409) (vpodzime)

View File

@ -1 +1 @@
5f3269907c28b7ce861c5759dfec299d pykickstart-1.99.41.tar.gz
8fe7b81c0441e60f19a139301a450339 pykickstart-1.99.42.tar.gz