[wireshark] fix BuildRequires - libgcrypt-devel

Peter Hatina phatina at fedoraproject.org
Tue Sep 3 10:33:00 UTC 2013


commit b22cb924ca97245406788a70e2f2af606ee66d22
Author: Peter Hatina <phatina at redhat.com>
Date:   Tue Sep 3 10:57:07 2013 +0200

    fix BuildRequires - libgcrypt-devel

 wireshark.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <phatina at redhat.com> - 1.10.0-7
+- fix BuildRequires - libgcrypt-devel
+
 * Tue Sep 03 2013 Peter Hatina <phatina at redhat.com> - 1.10.0-6
 - fix build parameter -fstack-protector-all
 


More information about the scm-commits mailing list