diff options
author | John Thacker <johnthacker@gmail.com> | 2022-01-05 10:21:23 -0500 |
---|---|---|
committer | John Thacker <johnthacker@gmail.com> | 2022-01-05 10:21:23 -0500 |
commit | 4b5d54f5ea60cb72e03cce64836c8f08862721d4 (patch) | |
tree | 757f7f2442c2dd4c338e73aadfd385a2b7edfeec /packaging/rpm | |
parent | 2cb8f347212a26df7531d2c202fc4489facf4591 (diff) | |
download | wireshark-4b5d54f5ea60cb72e03cce64836c8f08862721d4.tar.gz wireshark-4b5d54f5ea60cb72e03cce64836c8f08862721d4.tar.bz2 wireshark-4b5d54f5ea60cb72e03cce64836c8f08862721d4.zip |
packaging: Bump RPM glib2 version to 2.38
We require glib2 version 2.38 now, increase the version requirement
in the RPM spec file to match.
Diffstat (limited to 'packaging/rpm')
-rw-r--r-- | packaging/rpm/wireshark.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in index 04d9594013..a69262577d 100644 --- a/packaging/rpm/wireshark.spec.in +++ b/packaging/rpm/wireshark.spec.in @@ -66,7 +66,7 @@ BuildRequires: flex # openSUSE 15.2: ruby2.5-rubygem-asciidoctor # BuildRequires: asciidoctor -BuildRequires: glib2-devel >= 2.32.0 +BuildRequires: glib2-devel >= 2.38.0 BuildRequires: libpcap-devel BuildRequires: zlib-devel BuildRequires: libgcrypt-devel |