Commit cf596c3d authored by Geoff Simmons's avatar Geoff Simmons

Fix Requires in the RPM spec.

parent c9a28c2f
......@@ -11,16 +11,16 @@ Source0: %{name}-%{version}.tar.gz
Source1: trackrdrd.service
Source2: trackrdr-kafka.logrotate
# varnish from varnish62 at packagecloud
# zookeeper-native from cloudera-cdh5.repo
Requires: varnish >= 6.2.0
# varnish from varnish65 at packagecloud
# zookeeper-native from Apache Bigtop
Requires: varnish >= 6.5.0
Requires: librdkafka
Requires: zookeeper-native
Requires: zlib
Requires: pcre
Requires: logrotate
BuildRequires: varnish-devel >= 6.2.0
BuildRequires: varnish-devel >= 6.5.0
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment