58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# Dependency management.
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# Copyright (C) 2014 Red Hat
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# This program is free software; you can redistribute it and/or modify
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# it under the terms of the GNU General Public License as published by
6b6011c2242e470b41316f92512b282b5e306dacTimo Sirainen# the Free Software Foundation; either version 3 of the License, or
636f017be100bce67d66fd3ae1544a47681efd33Timo Sirainen# (at your option) any later version.
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# This program is distributed in the hope that it will be useful,
3d7828efd92ecc0d08049f727d9be0154d1d681bStephan Bosch# but WITHOUT ANY WARRANTY; without even the implied warranty of
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainen# GNU General Public License for more details.
eed56fe22f1fc61f2003d5e66373d03dacbc9aaaTimo Sirainen# You should have received a copy of the GNU General Public License
f41f6294f438bd16a35be64cef3bc90d2b66e0eaStephan Bosch# along with this program. If not, see <http://www.gnu.org/licenses/>.
58c61ac5650583d21c891e61e051c614290d31fbTimo Sirainenif [ -z ${_DEPS_SH+set} ]; then
eed56fe22f1fc61f2003d5e66373d03dacbc9aaaTimo Sirainen# Dependency list
b3523787a7c3b9e82fd9dfe9d1b4687a3b0000b0Timo Sirainen# "Integration tests dependencies satisfied" flag
291f1e54dcb8c7f38e5b78afc1eaf518e3756692Timo Sirainen -e 's/@PRERELEASE_VERSION@//g' contrib/sssd.spec.in |
291f1e54dcb8c7f38e5b78afc1eaf518e3756692Timo Sirainen readarray -t -O "${#DEPS_LIST[@]}" DEPS_LIST <<<"$_DEPS_LIST_SPEC"
12e28ffc2655b6d0efce628eb7d93fa74fbd345bTimo Sirainen# Install dependencies.
12e28ffc2655b6d0efce628eb7d93fa74fbd345bTimo Sirainen# Remove dependencies.