From dfeb72c65e8795664f959e2656d6966e21f59625 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Fri, 6 Jan 2023 19:03:51 +0800 Subject: [PATCH] util-linux: declare conflict with flock --- Formula/util-linux.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/util-linux.rb b/Formula/util-linux.rb index 795e70ca7bb..744a38b1609 100644 --- a/Formula/util-linux.rb +++ b/Formula/util-linux.rb @@ -51,6 +51,7 @@ class UtilLinux < Formula depends_on "readline" conflicts_with "bash-completion", because: "both install `mount`, `rfkill`, and `rtcwake` completions" + conflicts_with "flock", because: "both install `flock` binaries" conflicts_with "rename", because: "both install `rename` binaries" end