diff --git a/.gitignore b/.gitignore index b69828a..17a7c08 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 3ba5316..6c063c8 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 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 - 2.2-1 - And then BuildRequires pocketlint. (clumens) - Fix the couple last pylint warnings. (clumens) diff --git a/sources b/sources index c74fb7f..7ac68f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b84011f9900291e811fd65190cf5440 pykickstart-2.2.tar.gz +2da442dc0f24aa86ccb4cda5322c9c3b pykickstart-2.4.tar.gz