- More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov)
- Add more unit tests (atodorov) - pykickstart: don't set bootProto if --noipv4 (jbacik) - Produce coverage-report.log for CI (atodorov)
This commit is contained in:
parent
4abe177141
commit
669d847057
1
.gitignore
vendored
1
.gitignore
vendored
@ -155,3 +155,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.15.tar.gz
|
/pykickstart-2.15.tar.gz
|
||||||
/pykickstart-2.16.tar.gz
|
/pykickstart-2.16.tar.gz
|
||||||
/pykickstart-2.17.tar.gz
|
/pykickstart-2.17.tar.gz
|
||||||
|
/pykickstart-2.18.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.17
|
Version: 2.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -115,6 +115,12 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 22 2015 Chris Lumens <clumens@redhat.com> - 2.18-1
|
||||||
|
- More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov)
|
||||||
|
- Add more unit tests (atodorov)
|
||||||
|
- pykickstart: don't set bootProto if --noipv4 (jbacik)
|
||||||
|
- Produce coverage-report.log for CI (atodorov)
|
||||||
|
|
||||||
* Wed Oct 07 2015 Chris Lumens <clumens@redhat.com> - 2.17-1
|
* Wed Oct 07 2015 Chris Lumens <clumens@redhat.com> - 2.17-1
|
||||||
- Add Fedora 24 support. (clumens)
|
- Add Fedora 24 support. (clumens)
|
||||||
- Update the RHEL7 version constant. (clumens)
|
- Update the RHEL7 version constant. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user