projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '21227-keep-web-panic'
[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)