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