Sophie

Sophie

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

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

--- patch116/tools/rust/update_rust.py	2023-08-14 20:46:12.501064500 +0200
+++ "patch116/tools/rust/update_rust.py. no-version-check"	2023-08-15 18:24:32.426697549 +0200
@@ -106,11 +106,6 @@ def main():
 
     if args.print_package_version:
         stamp_version = GetStampVersion()
-        if stamp_version != GetRustClangRevision():
-            print(f'The expected Rust version is {GetRustClangRevision()} '
-                  f'but the actual version is {stamp_version}')
-            print('Did you run "gclient sync"?')
-            return 1
         print(stamp_version)
         return 0