- Move docs to the correct file name. (clumens)
- Handle two-digit version numbers on this branch. (clumens) - Merge pull request #5 from vpodzime/master-python3 (clumens) - RHEL7 now uses the F21 versions of commands, typically. (clumens) - Handle a %include line that starts with whitespace in a section. (clumens) - Treat "RAID" as uppercased at all times. (clumens) - Add support for Fedora 23. (clumens) - Merge pull request #6 from vpodzime/master-docs (clumens) - Switch from transifex to zanata. (clumens) - Let's have the docs in the repository (vpodzime) - Prevent recursion in hasattr and __getattr__ (vpodzime)
This commit is contained in:
parent
b127559ca0
commit
1b0b570d90
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.0.tar.gz
|
||||
/pykickstart-2.1.tar.gz
|
||||
/pykickstart-2.2.tar.gz
|
||||
/pykickstart-2.4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: pykickstart
|
||||
Version: 2.2
|
||||
Version: 2.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -96,7 +96,7 @@ popd
|
||||
%files -n python-kickstart -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/programmers-guide
|
||||
%doc docs/kickstart-docs.txt
|
||||
%doc docs/kickstart-docs.rst
|
||||
%{python2_sitelib}/pykickstart*egg*
|
||||
%{python2_sitelib}/pykickstart/*py*
|
||||
%{python2_sitelib}/pykickstart/commands/*py*
|
||||
@ -105,13 +105,28 @@ popd
|
||||
%files -n python3-kickstart -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/programmers-guide
|
||||
%doc docs/kickstart-docs.txt
|
||||
%doc docs/kickstart-docs.rst
|
||||
%{python3_sitelib}/pykickstart*egg*
|
||||
%{python3_sitelib}/pykickstart/*py*
|
||||
%{python3_sitelib}/pykickstart/commands/*py*
|
||||
%{python3_sitelib}/pykickstart/handlers/*py*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2015 Chris Lumens <clumens@redhat.com> - 2.4-1
|
||||
- Move docs to the correct file name. (clumens)
|
||||
- Handle two-digit version numbers on this branch. (clumens)
|
||||
|
||||
* Tue Apr 14 2015 Chris Lumens <clumens@redhat.com> - 2.3-1
|
||||
- Merge pull request #5 from vpodzime/master-python3 (clumens)
|
||||
- RHEL7 now uses the F21 versions of commands, typically. (clumens)
|
||||
- Handle a %include line that starts with whitespace in a section. (clumens)
|
||||
- Treat "RAID" as uppercased at all times. (clumens)
|
||||
- Add support for Fedora 23. (clumens)
|
||||
- Merge pull request #6 from vpodzime/master-docs (clumens)
|
||||
- Switch from transifex to zanata. (clumens)
|
||||
- Let's have the docs in the repository (vpodzime)
|
||||
- Prevent recursion in hasattr and __getattr__ (vpodzime)
|
||||
|
||||
* Tue Mar 24 2015 Chris Lumens <clumens@redhat.com> - 2.2-1
|
||||
- And then BuildRequires pocketlint. (clumens)
|
||||
- Fix the couple last pylint warnings. (clumens)
|
||||
|
Loading…
Reference in New Issue
Block a user