Message ID | 00dd4901e364d16d96cfab864823a9cfdd336eeb.1745981742.git.steve@sakoman.com |
---|---|
State | New |
Headers | show |
Series | [scarthgap,01/15] libpam: Update fix for CVE-2024-10041 | expand |
diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb index 74c780493d..945bd1d927 100644 --- a/meta/recipes-core/meta/cve-update-nvd2-native.bb +++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb @@ -90,8 +90,6 @@ python do_fetch() { if update_db_file(db_tmp_file, d, database_time) == True: # Update downloaded correctly, can swap files shutil.move(db_tmp_file, db_file) - # Need to 'touch' the file to ensure NFS sees the data - os.utime(db_file) else: # Update failed, do not modify the database bb.warn("CVE database update failed")