aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-04-20 21:30:35 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-04-20 22:34:54 +0000
commit3af6db7dde550aa00ebb1333cf9ee89e5103a9e6 (patch)
treed2f34f6ef5327652c5fa0279bf8e69ccc53f2368 /packaging/rpm
parentf6d7a9546fd428c2dc9986d921bfeb10087b0217 (diff)
RPM: fix build since GLIB2_MIN_VERSION was removed
Instead of reintroducing the variable, inline the version. This matches with other version checks in the same file and debian/control. Change-Id: I4dc178575b8f24e7f8e07e8d761e245f14c65ffa Fixes: v3.1.0rc0-566-g8c26217548 ("CMake: bail out if minimum GLib version is not satisfied") Reviewed-on: https://code.wireshark.org/review/32917 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/wireshark.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index 566fdcc73b..36520adde9 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -64,8 +64,8 @@ BuildRequires: bison
BuildRequires: asciidoctor
%endif
-BuildRequires: glib2-devel >= @GLIB2_MIN_VERSION@
-Requires: glib2 >= @GLIB2_MIN_VERSION@
+BuildRequires: glib2-devel >= 2.32.0
+Requires: glib2
BuildRequires: libpcap-devel
Requires: libpcap
BuildRequires: zlib-devel