[wireshark] fix subpackage requires

Peter Hatina phatina at fedoraproject.org
Thu Nov 7 13:50:04 UTC 2013


commit 23f616745382669c1dc7b38b2869248ab6d4fecf
Author: Peter Hatina <phatina at redhat.com>
Date:   Thu Nov 7 09:59:52 2013 +0100

    fix subpackage requires

 wireshark.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/wireshark.spec b/wireshark.spec
index d3e0700..b1d7d96 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -21,7 +21,7 @@
 Summary:	Network traffic analyzer
 Name:		wireshark
 Version:	1.10.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL+
 Group:		Applications/Internet
 Source0:	http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
@@ -100,7 +100,7 @@ Requires:	adns
 %package	gnome
 Summary:	Gnome desktop integration for wireshark
 Group:		Applications/Internet
-Requires:	wireshark = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	xdg-utils
 Requires:	hicolor-icon-theme
 %if %{with_gtk2}
@@ -118,7 +118,7 @@ Requires:	GeoIP
 %package devel
 Summary:	Development headers and libraries for wireshark
 Group:		Development/Libraries
-Requires:	%{name} = %{version} glibc-devel glib2-devel
+Requires:	%{name} = %{version}-%{release} glibc-devel glib2-devel
 
 
 %description
@@ -351,6 +351,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/aclocal/*
 
 %changelog
+* Thu Nov 07 2013 Peter Hatina <phatina at redhat.com> - 1.10.3-3
+- fix subpackage requires
+
 * Wed Nov 06 2013 Peter Hatina <phatina at redhat.com> - 1.10.3-2
 - harden dumpcap capabilities
 


More information about the scm-commits mailing list