[master] aa8c6e3 Move python-docutils to BuildRequires
Federico G. Schwindt
fgsch at lodoss.net
Thu Feb 27 13:14:15 CET 2014
commit aa8c6e3b7ed8eadc126520c4a596a5331856aa7c
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Thu Feb 27 12:12:10 2014 +0000
Move python-docutils to BuildRequires
Missed in 42cec19d
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index e883314..81ad6f1 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -14,9 +14,9 @@ Source0: %{name}-%{version}%{?vd_rc}.tar.gz
#Source0: %{name}-trunk.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# To build from git, start with a make dist, see redhat/README.redhat
-# You will need at least automake autoconf libtool python-docutils
-#BuildRequires: automake autoconf libtool python-docutils
-BuildRequires: ncurses-devel groff pcre-devel pkgconfig libedit-devel
+# You will need at least automake autoconf libtool
+#BuildRequires: automake autoconf libtool
+BuildRequires: ncurses-devel groff pcre-devel pkgconfig python-docutils libedit-devel
Requires: varnish-libs = %{version}-%{release}
Requires: logrotate
Requires: ncurses
More information about the varnish-commit
mailing list