summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-09-05 11:26:14 -0500
committerMax Rees <maxcrees@me.com>2020-03-07 17:36:55 -0600
commit30ebdd21fb6a929e5f0071029ac91973fa4e78f3 (patch)
tree087060c496f3d769e35e4223cce173f3d3298dac
parent5d8261bd73355744ac574f6ee364c82864fdf59f (diff)
downloadabuild-30ebdd21fb6a929e5f0071029ac91973fa4e78f3.tar.gz
abuild-30ebdd21fb6a929e5f0071029ac91973fa4e78f3.tar.bz2
abuild-30ebdd21fb6a929e5f0071029ac91973fa4e78f3.tar.xz
abuild-30ebdd21fb6a929e5f0071029ac91973fa4e78f3.zip
checkapk: search --exact
This doesn't matter much for sonames, but not using --exact can still cause some surprises since it'll do a fuzzy match otherwise
-rw-r--r--checkapk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkapk.in b/checkapk.in
index 78c601e..429c03d 100644
--- a/checkapk.in
+++ b/checkapk.in
@@ -92,7 +92,7 @@ check_soname() {
fi
rdeps="$($APK search --repositories-file "$tmpdir/repositories" \
- --rdepends --quiet "$soname" | sort -u)"
+ --rdepends --quiet --exact "$soname" | sort -u)"
real_rdeps=
for i in $rdeps; do