- Do not set any magic default PE size in pykickstart (vpodzime)

- ostreesetup: Fix noGpg attribute (walters)
- Fix bogus changelog in pykickstart.spec (sagarun)
- Stop shipping a ChangeLog file. (clumens)
- We can use descriptive pylint message names on the command line, too. (clumens)
This commit is contained in:
Chris Lumens 2014-05-16 14:55:12 -04:00
parent c15e010e20
commit aef4e98737
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -126,3 +126,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.52.tar.gz
/pykickstart-1.99.53.tar.gz
/pykickstart-1.99.54.tar.gz
/pykickstart-1.99.55.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.54
Version: 1.99.55
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -44,7 +44,7 @@ make test
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README ChangeLog COPYING docs/programmers-guide
%doc README COPYING docs/programmers-guide
%doc docs/kickstart-docs.txt
%{python_sitelib}/*
%{_bindir}/ksvalidator
@ -54,6 +54,13 @@ make test
%{_mandir}/man1/*
%changelog
* Fri May 16 2014 Chris Lumens <clumens@redhat.com> - 1.99.55-1
- Do not set any magic default PE size in pykickstart (vpodzime)
- ostreesetup: Fix noGpg attribute (walters)
- Fix bogus changelog in pykickstart.spec (sagarun)
- Stop shipping a ChangeLog file. (clumens)
- We can use descriptive pylint message names on the command line, too. (clumens)
* Tue Apr 22 2014 Chris Lumens <clumens@redhat.com> - 1.99.54-1
- Move ks tools from optparse to argparse (#1083913). (clumens)
- Use descriptive pylint messages instead of numbers. (clumens)
@ -928,7 +935,7 @@ make test
- Support --mtu for the network command (#191328).
- Accept --isUtc for backwards compatibility.
* Wed May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
* Thu May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
- Output formatting fixes.
- Added commands for managing users and services.

View File

@ -1 +1 @@
ab98a99337cd6f00ecb2be29cd78032e pykickstart-1.99.54.tar.gz
23735ed755e65827f921905921bcdf57 pykickstart-1.99.55.tar.gz