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