[autojump] Fix missing buildrequires

Thibault North tnorth at fedoraproject.org
Wed Dec 12 17:00:58 UTC 2012


commit eb4f8624b94db957e4fbc771d97e432844fd90b9
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Wed Dec 12 11:48:55 2012 -0500

    Fix missing buildrequires

 autojump.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/autojump.spec b/autojump.spec
index d4ec0a3..c7a1ce2 100644
--- a/autojump.spec
+++ b/autojump.spec
@@ -1,6 +1,6 @@
 Name:           autojump
 Version:        21.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        A fast way to navigate your filesystem from the command line
 
@@ -11,7 +11,7 @@ Source:         https://github.com/downloads/joelthelion/%{name}/%{name}_v%{vers
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  pandoc
+BuildRequires:  pandoc python2-devel
 Requires:       python
 
 %description
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/zsh/site-functions/_j
 
 %changelog
+* Wed Dec 12 2012 Thibault North <tnorth at fedoraproject.org> - 21.1.2-2
+- Fix builrequires section
+
 * Wed Dec 12 2012 Thibault North <tnorth at fedoraproject.org> - 21.1.2-1
 - Update to 21.1.2
 


More information about the scm-commits mailing list