# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Additional dependencies not in the rpm find-requires output.
#
# TODO(thestig,bugzilla.redhat.com/show_bug.cgi?id=1482760): Use the
# liberation-fonts package once it's available on all distros.

# For lsb_release.
/usr/bin/lsb_release

# Make sure users have SSL certificates.
ca-certificates

# Temporary entry for tray icons
libappindicator3.so.1()(64bit)

# Specify a more recent version for security and stability updates. While we
# depend on libnss3.so and not libssl3.so, force the dependency on libssl3 to
# ensure the NSS version is 3.28 or later, since libssl3 should always be
# packaged with libnss3.
libnss3.so(NSS_3.22)(64bit)
libssl3.so(NSS_3.28)(64bit)

# This dependency is added by newer versions of rpmlib.  To ensure consistency
# of expected dependencies when Chrome is built with the older versions, add it
# as a manual dependency.
rpmlib(FileDigests) <= 4.6.0-1

# For uploading crash reports with Breakpad.
wget

# For OS integration.
xdg-utils
