From b22cb924ca97245406788a70e2f2af606ee66d22 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Sep 03 2013 10:30:51 +0000 Subject: fix BuildRequires - libgcrypt-devel --- diff --git a/wireshark.spec b/wireshark.spec index 49bd574..dede5cd 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -21,7 +21,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 1.10.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL+ Group: Applications/Internet Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -56,6 +56,7 @@ BuildRequires: xdg-utils BuildRequires: flex, bison, python, python-devel BuildRequires: libcap-devel BuildRequires: perl-podlators +BuildRequires: libgcrypt-devel %if %{with_GeoIP} BuildRequires: GeoIP-devel %endif @@ -367,6 +368,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/aclocal/* %changelog +* Tue Sep 03 2013 Peter Hatina - 1.10.0-7 +- fix BuildRequires - libgcrypt-devel + * Tue Sep 03 2013 Peter Hatina - 1.10.0-6 - fix build parameter -fstack-protector-all