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
This commit is contained in:
Andreas Stieger 2012-11-14 00:02:25 +00:00 committed by Git OBS Bridge
parent b16059e201
commit dbc3e7fa8a
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