- Fix liveimg equality check (bcl)
- improve test coverage for version.py (atodorov)
This commit is contained in:
parent
16fbfde14b
commit
2a824efc60
1
.gitignore
vendored
1
.gitignore
vendored
@ -150,3 +150,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.10.tar.gz
|
/pykickstart-2.10.tar.gz
|
||||||
/pykickstart-2.11.tar.gz
|
/pykickstart-2.11.tar.gz
|
||||||
/pykickstart-2.12.tar.gz
|
/pykickstart-2.12.tar.gz
|
||||||
|
/pykickstart-2.13.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.12
|
Version: 2.13
|
||||||
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,10 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 05 2015 Chris Lumens <clumens@redhat.com> - 2.13-1
|
||||||
|
- Fix liveimg equality check (bcl)
|
||||||
|
- improve test coverage for version.py (atodorov)
|
||||||
|
|
||||||
* Thu Jul 30 2015 Chris Lumens <clumens@redhat.com> - 2.12-1
|
* Thu Jul 30 2015 Chris Lumens <clumens@redhat.com> - 2.12-1
|
||||||
- Avoid polluting generated kickstarts by unexpected reqpart commands (#1164660) (mkolman)
|
- Avoid polluting generated kickstarts by unexpected reqpart commands (#1164660) (mkolman)
|
||||||
- Don't always assume the mock chroot is on x86_64. (clumens)
|
- Don't always assume the mock chroot is on x86_64. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user