- network: add support for bridge to F22 (#1075195) (rvykydal)

- Use %license in pykickstart.spec (bcl)
This commit is contained in:
Chris Lumens 2015-01-30 11:25:08 -05:00
parent e2e10c89e1
commit 23e475a387
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -137,3 +137,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.63.tar.gz /pykickstart-1.99.63.tar.gz
/pykickstart-1.99.64.tar.gz /pykickstart-1.99.64.tar.gz
/pykickstart-1.99.65.tar.gz /pykickstart-1.99.65.tar.gz
/pykickstart-1.99.66.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.65 Version: 1.99.66
Release: 1%{?dist} Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to # This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from # our distribution. Thus the source is only available from
@ -44,7 +44,8 @@ make test
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README COPYING docs/programmers-guide %license COPYING
%doc README docs/programmers-guide
%doc docs/kickstart-docs.txt %doc docs/kickstart-docs.txt
%{python_sitelib}/* %{python_sitelib}/*
%{_bindir}/ksvalidator %{_bindir}/ksvalidator
@ -54,6 +55,10 @@ make test
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri Jan 30 2015 Chris Lumens <clumens@redhat.com> - 1.99.66-1
- network: add support for bridge to F22 (#1075195) (rvykydal)
- Use %license in pykickstart.spec (bcl)
* Mon Dec 15 2014 Chris Lumens <clumens@redhat.com> - 1.99.65-1 * Mon Dec 15 2014 Chris Lumens <clumens@redhat.com> - 1.99.65-1
- Add support for setting user account ssh key (bcl) - Add support for setting user account ssh key (bcl)
- Add = to the output for various network options (#1171926). (clumens) - Add = to the output for various network options (#1171926). (clumens)

View File

@ -1 +1 @@
883a2ceb9e6a8a78943eac33feb4a030 pykickstart-1.99.65.tar.gz a69e33771264062e0286844168a68394 pykickstart-1.99.66.tar.gz