diff --git a/python-nikola.spec b/python-nikola.spec index 0b3927e..1c93f25 100644 --- a/python-nikola.spec +++ b/python-nikola.spec @@ -1,7 +1,7 @@ %global with_python3 1 Name: python-nikola Version: 7.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A static website and blog generator License: MIT URL: http://getnikola.com @@ -60,7 +60,7 @@ Requires: python-webassets >= 0.10.1 # webassets bump pending, https://bugzilla.redhat.com/show_bug.cgi?id=1142514 Requires: python-ipython >= 1.2.1 -#Requires: python-ghp-import >=0.4.1 +Requires: python-ghp-import >= 0.4.1 %description -n python-nikola-extras This package adds optional dependencies for python-nikola, @@ -107,7 +107,7 @@ Requires: python3-pygal >= 1.5.1 #Requires: python3-phpserialize >= 1.3 Requires: python3-webassets >= 0.10.1 Requires: python3-ipython >= 1.2.1 -#Requires: python3-ghp-import >= 0.4.1 +Requires: python3-ghp-import >= 0.4.1 %description -n python3-nikola-extras This package adds optional dependencies for python3-nikola, @@ -196,6 +196,8 @@ ln -s %{_bindir}/nikola2 %{buildroot}/%{_bindir}/nikola %doc README.extras %changelog +* Sun Jan 18 2015 Pete Travis - 7.3.0-2 +- Add python-ghp-import to extras * Sun Jan 18 2015 Pete Travis - 7.3.0-1 - Update to upstream 7.3.0