- 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:
Chris Lumens 2015-04-14 14:36:57 -04:00
parent b127559ca0
commit 1b0b570d90
3 changed files with 20 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
7b84011f9900291e811fd65190cf5440 pykickstart-2.2.tar.gz
2da442dc0f24aa86ccb4cda5322c9c3b pykickstart-2.4.tar.gz