URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=60e32b6eb35f4ac5a7ced5b76a19d3d80e6e8e2d
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
60e32b6 by Peter Wu (peter@xxxxxxxxxxxxx):
RPM: remove dependency on the which utility
It is not necessary to know the full path to a program. Instead use the
'type' shell builtin (part of POSIX) to detect availability.
Change-Id: Id68b298625d389a1f7843f52f56312bf81d97b80
Reviewed-on: https://code.wireshark.org/review/31540
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from e5f7f15 X2AP: upgrade dissector to v15.4.0
add 60e32b6 RPM: remove dependency on the which utility
Summary of changes:
.gitlab-ci.yml | 4 +---
packaging/rpm/wireshark.spec.in | 4 ++--
tools/rpm-setup.sh | 14 ++++++++------
3 files changed, 11 insertions(+), 11 deletions(-)