Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 608496 Details for
Bug 853361
[PATCH] Please make wireshark.spec of 1.8+ compatible with RHEL6/gtk2 again
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec patch
wireshark.spec.diff (text/plain), 2.03 KB, created by
David Jaša
on 2012-08-31 11:59:35 UTC
(
hide
)
Description:
spec patch
Filename:
MIME Type:
Creator:
David Jaša
Created:
2012-08-31 11:59:35 UTC
Size:
2.03 KB
patch
obsolete
>--- wireshark.spec.orig 2012-08-16 09:33:53.000000000 +0200 >+++ wireshark.spec 2012-08-31 13:56:51.830551695 +0200 >@@ -2,18 +2,25 @@ > > %global with_adns 0 > %global with_lua 1 >-%if 0%{?rhel} != 0 >-%global with_portaudio 0 >-%global with_GeoIP 0 >-%else >+# both are available in epel >+#%if 0%{?rhel} != 0 >+#%global with_portaudio 0 >+#%global with_GeoIP 0 >+#%else > %global with_portaudio 1 > %global with_GeoIP 1 >+#%endif >+ >+%if 0%{?rhel} <= 6 >+%global with_gtk2 1 >+%else >+%global with_gtk2 0 > %endif > > Summary: Network traffic analyzer > Name: wireshark > Version: 1.8.2 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPL+ > Group: Applications/Internet > Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2 >@@ -38,7 +45,12 @@ > BuildRequires: libsmi-devel > BuildRequires: zlib-devel, bzip2-devel > BuildRequires: openssl-devel >-BuildRequires: glib2-devel, gtk3-devel >+BuildRequires: glib2-devel >+%if %{with_gtk2} >+BuildRequires: gtk2-devel >+%else >+BuildRequires: gtk3-devel >+%endif > BuildRequires: elfutils-devel, krb5-devel > BuildRequires: python, pcre-devel, libselinux > BuildRequires: gnutls-devel >@@ -73,10 +85,17 @@ > %package gnome > Summary: Gnome desktop integration for wireshark > Group: Applications/Internet >+%if %{with_gtk2) >+Requires: gtk2 >+%else > Requires: gtk3 >+%endif > Requires: wireshark = %{version}-%{release} > Requires: xdg-utils >+# conditional was sort of missing here >+%if %{with_GeoIP} > Requires: GeoIP >+%endif > Requires: hicolor-icon-theme > > %if %{with_portaudio} >@@ -141,7 +160,11 @@ > --with-libsmi \ > --with-gnu-ld \ > --with-pic \ >+%if %{with_gtk2} >+ --with-gtk2 \ >+%else > --with-gtk3 \ >+%endif > %if %{with_adns} > --with-adns \ > %else >@@ -347,6 +370,10 @@ > %{_datadir}/aclocal/* > > %changelog >+* Thu Aug 30 2012 David Jaša <djasa@redhat.com> - 1.8.2-2 >+- added back compatibility with RHEL6 + EPEL 6 >+- GeoIP build dependency made also conditional on with_GeoIP variable >+ > * Thu Aug 16 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-1 > - upgrade to 1.8.2 > - see http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 853361
:
608435
| 608496