From ca99617435d91dddbc559f3b4eb0ecf6e2c66bee4a299afded95f37b5e2a324a Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 3 Sep 2015 14:31:35 +0000 Subject: [PATCH] - require the correct version of libevent to make it fail early OBS-URL: https://build.opensuse.org/package/show/server:dns/fstrm?expand=0&rev=5 --- fstrm.changes | 5 +++++ fstrm.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/fstrm.changes b/fstrm.changes index 06377fd..7b57373 100644 --- a/fstrm.changes +++ b/fstrm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 3 14:30:01 UTC 2015 - mrueckert@suse.de + +- require the correct version of libevent to make it fail early + ------------------------------------------------------------------- Wed Jun 17 09:08:20 UTC 2015 - thehejik@suse.com diff --git a/fstrm.spec b/fstrm.spec index b02645d..7f67951 100644 --- a/fstrm.spec +++ b/fstrm.spec @@ -27,6 +27,7 @@ Url: https://github.com/farsightsec/fstrm Source: https://github.com/farsightsec/fstrm/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: libevent-devel BuildRequires: pkg-config +BuildRequires: libevent-devel >= 2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description