From 1c312a694fa9f681c44360e16af485f2a100c93bdb4f0e1dcc193cdf89f31a43 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 16 Sep 2014 20:25:04 +0000 Subject: [PATCH] Accepting request 249183 from home:elvigia:branches:network:utilities - Current versions support lua 5.2, so just use "lua-devel" in BuildRequires. - Enable verbose build, rpmlint counts on that. OBS-URL: https://build.opensuse.org/request/show/249183 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=123 --- wireshark.changes | 7 +++++++ wireshark.spec | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/wireshark.changes b/wireshark.changes index 654ad88..9602f50 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 15 02:24:53 UTC 2014 - crrodriguez@opensuse.org + +- Current versions support lua 5.2, so just use "lua-devel" + in BuildRequires. +- Enable verbose build, rpmlint counts on that. + ------------------------------------------------------------------- Sun Aug 17 16:08:46 UTC 2014 - andreas.stieger@gmx.de diff --git a/wireshark.spec b/wireshark.spec index 5a3c36d..0f77042 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -64,12 +64,7 @@ BuildRequires: libgcrypt-devel >= 1.1.92 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 @@ -197,7 +192,7 @@ sed -i 's!^Exec=wireshark!Exec=/usr/bin/xdg-su -c /usr/bin/wireshark!' wireshark --with-gcrypt=yes \ --with-plugins=%{_libdir}/%{name}/plugins/%{version} -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=%{buildroot} install