- Disable pylint warnings related to the previous patch. (clumens)
- Revert "Fix superclass constructor call in F18_Keyboard." (clumens) - Fix superclass constructor call in F18_Keyboard. (dlehman) - Add cipher option for encrypting block devices. (dlehman) - Change keyboard command to accept VConsole keymap and X layouts (vpodzime) - add unsupported_hardware command (#824963) (bcl)
This commit is contained in:
parent
6ce3c673d1
commit
bc8abac9bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.17.tar.gz
|
/pykickstart-1.99.17.tar.gz
|
||||||
/pykickstart-1.99.18.tar.gz
|
/pykickstart-1.99.18.tar.gz
|
||||||
/pykickstart-1.99.19.tar.gz
|
/pykickstart-1.99.19.tar.gz
|
||||||
|
/pykickstart-1.99.20.tar.gz
|
||||||
|
@ -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.19
|
Version: 1.99.20
|
||||||
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
|
||||||
@ -46,6 +46,14 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksverdiff
|
%{_bindir}/ksverdiff
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2012 Chris Lumens <clumens@redhat.com> - 1.99.20-1
|
||||||
|
- Disable pylint warnings related to the previous patch. (clumens)
|
||||||
|
- Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
|
||||||
|
- Fix superclass constructor call in F18_Keyboard. (dlehman)
|
||||||
|
- Add cipher option for encrypting block devices. (dlehman)
|
||||||
|
- Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
|
||||||
|
- add unsupported_hardware command (#824963) (bcl)
|
||||||
|
|
||||||
* Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.19-1
|
* Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.19-1
|
||||||
- bonding support: add network --bondslaves --bondopts options (rvykydal)
|
- bonding support: add network --bondslaves --bondopts options (rvykydal)
|
||||||
- vlan support: add network --vlanid option. (rvykydal)
|
- vlan support: add network --vlanid option. (rvykydal)
|
||||||
|
Loading…
Reference in New Issue
Block a user