| Index: chrome/installer/linux/rpm/build.sh
|
| diff --git a/chrome/installer/linux/rpm/build.sh b/chrome/installer/linux/rpm/build.sh
|
| index ff54b952cbd6b470c0f1929edbc65041a1ffd9d1..70e9541587ed783d95d254ec173ba9255abcdeed 100755
|
| --- a/chrome/installer/linux/rpm/build.sh
|
| +++ b/chrome/installer/linux/rpm/build.sh
|
| @@ -99,9 +99,7 @@ do_package() {
|
|
|
| # Use find-requires script to make sure the dependencies are complete
|
| # (especially libc and libstdc++ versions).
|
| - # - Filter out udev to avoid libudev.so.0 vs. libudev.so.1 mismatches.
|
| - DETECTED_DEPENDS="$(echo "${BUILDDIR}/chrome" | /usr/lib/rpm/find-requires |
|
| - grep -v udev)"
|
| + DETECTED_DEPENDS="$(echo "${BUILDDIR}/chrome" | /usr/lib/rpm/find-requires)"
|
|
|
| # Compare the expected dependency list to the generated list.
|
| BAD_DIFF=0
|
|
|