- replace assertEquals with assertEqual in network tests (#103) (rvykydal)
- Fix F25 timezone should subclass F23 instead of F18 (#102) (jkonecny) - Update network command documentation for --no-activate option. (rvykydal) - Update network command documentation (from master) (rvykydal) - Add --no-activate option to network command (#1277975) (rvykydal)
This commit is contained in:
parent
eec73e3f38
commit
5264293c8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -169,3 +169,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.29.tar.gz
|
/pykickstart-2.29.tar.gz
|
||||||
/pykickstart-2.30.tar.gz
|
/pykickstart-2.30.tar.gz
|
||||||
/pykickstart-2.31.tar.gz
|
/pykickstart-2.31.tar.gz
|
||||||
|
/pykickstart-2.32.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.31
|
Version: 2.32
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -121,6 +121,13 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 13 2016 Chris Lumens <clumens@redhat.com> - 2.32-1
|
||||||
|
- replace assertEquals with assertEqual in network tests (#103) (rvykydal)
|
||||||
|
- Fix F25 timezone should subclass F23 instead of F18 (#102) (jkonecny)
|
||||||
|
- Update network command documentation for --no-activate option. (rvykydal)
|
||||||
|
- Update network command documentation (from master) (rvykydal)
|
||||||
|
- Add --no-activate option to network command (#1277975) (rvykydal)
|
||||||
|
|
||||||
* Thu Jul 21 2016 Chris Lumens <clumens@redhat.com> - 2.31-1
|
* Thu Jul 21 2016 Chris Lumens <clumens@redhat.com> - 2.31-1
|
||||||
- Support timezone command usage without timezone specification (mkolman)
|
- Support timezone command usage without timezone specification (mkolman)
|
||||||
- Formatting fixes (mkolman)
|
- Formatting fixes (mkolman)
|
||||||
|
Loading…
Reference in New Issue
Block a user