Accepting request 141213 from network:utilities

- for openSUSE 12.2 and later, build against lua51-devel instead
  of lua-devel for Lua support (bnc#780669) (forwarded request 141212 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/141213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=60
This commit is contained in:
Stephan Kulow 2012-11-14 16:03:28 +00:00 committed by Git OBS Bridge
commit 689f7b88b4
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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