From 415c07447294336fca70e47d3829e7ebf1de7307307a0947abc5f6d1fb8683fd Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 31 Jul 2015 17:17:26 +0000 Subject: [PATCH] Accepting request 319554 from home:dimstar:Factory 1 OBS-URL: https://build.opensuse.org/request/show/319554 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=152 --- wireshark.changes | 6 ++++++ wireshark.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/wireshark.changes b/wireshark.changes index 343cd0c..85c3549 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 30 11:00:55 UTC 2015 - zaitor@opensuse.org + +- Conditionally set lua52-devel BuildRequires for openSUSE versions + newer than 13.2. Wireshark does not compile with lua 5.3. + ------------------------------------------------------------------- Mon Jul 13 09:35:18 UTC 2015 - astieger@suse.com diff --git a/wireshark.spec b/wireshark.spec index 3555502..ac5a1d2 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -74,7 +74,11 @@ BuildRequires: libcares-devel BuildRequires: libgcrypt-devel >= 1.1.92 BuildRequires: libpcap-devel BuildRequires: libsmi-devel +%if 0%{?suse_version} > 1320 +BuildRequires: lua52-devel +%else BuildRequires: lua-devel +%endif BuildRequires: net-snmp-devel BuildRequires: openssl-devel BuildRequires: pcre-devel