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:
commit
689f7b88b4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user