From dbc3e7fa8adeb95513b287c2c6bd9bf74fe33f0bd476793fa7edde5b6945a854 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 14 Nov 2012 00:02:25 +0000 Subject: [PATCH] Accepting request 141212 from home:AndreasStieger:branches:network:utilities - for openSUSE 12.2 and later, build against lua51-devel instead of lua-devel for Lua support (bnc#780669) OBS-URL: https://build.opensuse.org/request/show/141212 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=71 --- wireshark.changes | 6 ++++++ wireshark.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/wireshark.changes b/wireshark.changes index 390a296..1b98171 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 14 00:01:02 UTC 2012 - andreas.stieger@gmx.de + +- for openSUSE 12.2 and later, build against lua51-devel instead + of lua-devel for Lua support (bnc#780669) + ------------------------------------------------------------------- Tue Oct 2 20:20:43 UTC 2012 - andreas.stieger@gmx.de diff --git a/wireshark.spec b/wireshark.spec index 27c34c2..cf35506 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -45,7 +45,12 @@ BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel BuildRequires: libpcap-devel BuildRequires: libsmi-devel +# required for Lua support in openSUSE 12.2 and later [bnc#780669] +%if 0%{?suse_version} >= 1220 +BuildRequires: lua51-devel +%else BuildRequires: lua-devel +%endif BuildRequires: net-snmp-devel BuildRequires: openssl-devel BuildRequires: pcre-devel