21705: Revert gorilla/mux to v1.8.0 to avoid bug in v1.8.1.
[arvados.git] / lib / pam / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 fpm_depends+=(ca-certificates)
6 case "$TARGET" in
7     rocky*) fpm_depends+=(pam) ;;
8 esac
9
10 fpm_args+=(--conflicts=libpam-arvados)