Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > tainted-updates-src > by-pkgid > e6ae3a8314a91d880ac0ace49871ba00 > files > 18

chromium-browser-stable-120.0.6099.224-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