- Fix an ambiguous string in a snapshot command test. (clumens)
- Snapshot command is also for Fedora 26 (jkonecny) - Add documentation for the snapshot feature (#1113207) (jkonecny) - Add tests for a new snapshot command (#1113207) (jkonecny) - Add support of --when param to snapshot command (#1113207) (jkonecny) - Add new snapshot KS command (#1113207) (jkonecny)
This commit is contained in:
parent
6c4dd18af9
commit
022d7003d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -172,3 +172,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.32.tar.gz
|
||||
/pykickstart-2.33.tar.gz
|
||||
/pykickstart-2.34.tar.gz
|
||||
/pykickstart-2.35.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: pykickstart
|
||||
Version: 2.34
|
||||
Version: 2.35
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -121,6 +121,14 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2017 Chris Lumens <clumens@redhat.com> - 2.35-1
|
||||
- Fix an ambiguous string in a snapshot command test. (clumens)
|
||||
- Snapshot command is also for Fedora 26 (jkonecny)
|
||||
- Add documentation for the snapshot feature (#1113207) (jkonecny)
|
||||
- Add tests for a new snapshot command (#1113207) (jkonecny)
|
||||
- Add support of --when param to snapshot command (#1113207) (jkonecny)
|
||||
- Add new snapshot KS command (#1113207) (jkonecny)
|
||||
|
||||
* Fri Apr 07 2017 Chris Lumens <clumens@redhat.com> - 2.34-1
|
||||
- Ignore a couple false positives coming from the re module. (clumens)
|
||||
- Add --nohome, --noboot and --noswap options to autopart command. (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-2.34.tar.gz) = 783a28139396351cf9a02db7d92bc5d032e4d23dda4245a3b237c3550dc84d4f3398658bafae48e282b65a0c5b42718a1a8ed86f8f848d0df9fa1ffc3e31d895
|
||||
SHA512 (pykickstart-2.35.tar.gz) = 5c90e199776693e118b2445fc19bdd6262a0d555116baeccb99c2fcad9660753834fb7a65d4ac780dc3415e67d3b309a3573a3b6dbd0a5b43828ddab08c65cf9
|
||||
|
Loading…
Reference in New Issue
Block a user