- Use the correct branch in zanata. (clumens)
- Improved method.py test coverage (jikortus) - Remove the removal of the eintr checker, which has been removed (dshea) - Verify that a password with a # sign doesn't get read as a comment. (clumens) - Add comments to the public set_to_self and set_to_obj methods. (clumens) - Promote _setToObj and _setToSelf to public functions. (clumens) - Raise PendingDeprecationWarnings for things removed in pykickstart-3. (clumens) - Change the README to explain which branch we're talking about here. (clumens) - Add a document describing how to adapt your code to pykickstart-3. (clumens) - There is no F7_Key class - use RHEL5_Key instead. (clumens) - The RHEL6 branch supported the key command. (clumens) - Try harder to test translations. (dshea)
This commit is contained in:
parent
9b62955600
commit
46f41d7a6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.22.tar.gz
|
||||
/pykickstart-2.23.tar.gz
|
||||
/pykickstart-2.24.tar.gz
|
||||
/pykickstart-2.25.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pykickstart
|
||||
Version: 2.24
|
||||
Release: 2%{?dist}
|
||||
Version: 2.25
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -95,6 +95,7 @@ popd
|
||||
|
||||
%files -n python-kickstart
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/2to3
|
||||
%doc docs/programmers-guide
|
||||
%doc docs/kickstart-docs.rst
|
||||
%{python2_sitelib}/pykickstart*egg*
|
||||
@ -105,6 +106,7 @@ popd
|
||||
|
||||
%files -n python3-kickstart
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/2to3
|
||||
%doc docs/programmers-guide
|
||||
%doc docs/kickstart-docs.rst
|
||||
%{python3_sitelib}/pykickstart*egg*
|
||||
@ -114,6 +116,20 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2016 Chris Lumens <clumens@redhat.com> - 2.25-1
|
||||
- Use the correct branch in zanata. (clumens)
|
||||
- Improved method.py test coverage (jikortus)
|
||||
- Remove the removal of the eintr checker, which has been removed (dshea)
|
||||
- Verify that a password with a # sign doesn't get read as a comment. (clumens)
|
||||
- Add comments to the public set_to_self and set_to_obj methods. (clumens)
|
||||
- Promote _setToObj and _setToSelf to public functions. (clumens)
|
||||
- Raise PendingDeprecationWarnings for things removed in pykickstart-3. (clumens)
|
||||
- Change the README to explain which branch we're talking about here. (clumens)
|
||||
- Add a document describing how to adapt your code to pykickstart-3. (clumens)
|
||||
- There is no F7_Key class - use RHEL5_Key instead. (clumens)
|
||||
- The RHEL6 branch supported the key command. (clumens)
|
||||
- Try harder to test translations. (dshea)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.24-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user