diff --git a/openambit.spec b/openambit.spec index 8b5d244..6cab7e3 100644 --- a/openambit.spec +++ b/openambit.spec @@ -1,10 +1,10 @@ -%global wireshark_ver 1.12.5 + %global commit 5f2b7840d91121b44a9a16ac6d945b103a94c5a3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: openambit Version: 0.3 -Release: 7%{?commit:.git%shortcommit}%{?dist} +Release: 8%{?commit:.git%shortcommit}%{?dist} Summary: Open software for the Suunto Ambit(2) License: GPLv3+ @@ -28,7 +28,7 @@ BuildRequires: libappstream-glib BuildRequires: qjson-devel BuildRequires: qt4-devel BuildRequires: systemd-devel -BuildRequires: wireshark-devel = %{wireshark_ver} +BuildRequires: wireshark-devel BuildRequires: hidapi-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -60,7 +60,7 @@ developing applications that use %{name}. %package wireshark Summary: Wireshark dissector for %{name} -Requires: wireshark%{?_isa} = %{wireshark_ver} +Requires: wireshark%{?_isa} >= 1.12.6-3 License: BSD %description wireshark @@ -160,10 +160,13 @@ fi %files wireshark %license wireshark_dissector/COPYING -%{_libdir}/wireshark/plugins/%{wireshark_ver}/ambit.so +%{_libdir}/wireshark/plugins/current/ambit.so %changelog +* Mon Jun 29 2015 Sandro Mani - 0.3-8.git5f2b784 +- Install the wireshark plugin in %%{_libdir}/wireshark/plugins/current + * Wed Jun 17 2015 Fedora Release Engineering - 0.3-7.git5f2b784 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild