Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > tainted-updates-src > by-pkgid > 53e82d52de6621aa4524e6ebb5d8f226 > files > 6

chromium-browser-stable-124.0.6367.60-1.mga9.tainted.src.rpm

--- patch107/tools/clang/scripts/update.py	2022-10-12 20:53:10.994807700 +0200
+++ patch107/tools/clang/scripts/update.py-remove-clang-version-test	2022-10-16 15:26:26.958821736 +0200
@@ -354,13 +354,6 @@ def main():
       print(force_head_revision)
       return 0
 
-    stamp_version = ReadStampFile(STAMP_FILE).partition(',')[0]
-    if PACKAGE_VERSION != stamp_version:
-      print('The expected clang version is %s but the actual version is %s' %
-            (PACKAGE_VERSION, stamp_version))
-      print('Did you run "gclient sync"?')
-      return 1
-
     print(PACKAGE_VERSION)
     return 0