Fix RPM build with newer versions of rpmlib
Newer versions of rpmlib add the dependency "rpmlib(FileDigests) <= 4.6.0-1". The only distro where this requirement would not be satisfied is RHEL 5, which has extended support until 30 November 2020, but we've already broken support on that release anyway. The lack of listing rpmlib(FileDigests) as an expected dependency was causing the RPM build to fail on gLinux, so this CL adds it. Additionally, it's added as a manual dependency to prevent the RPM build from breaking when using older versions of rpmlib (like on the bots). BUG=None Change-Id: I243e49330d938795c2b1e502004294e80ee722ac Reviewed-on: https://chromium-review.googlesource.com/1060077 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#558888}
Showing
Please register or sign in to comment