diff --git a/rrs/tools/upgrade_history_internal.py b/rrs/tools/upgrade_history_internal.py index 7fdb564..a14ac0d 100644 --- a/rrs/tools/upgrade_history_internal.py +++ b/rrs/tools/upgrade_history_internal.py @@ -254,7 +254,7 @@ def _create_upgrade(recipe_data, layerbranch, ct, title, info, filepath, logger, if npv == 'git': logger.debug("%s: Avoiding upgrade to unversioned git." % pn) - elif ppv == 'git' or vercmp_result != 0: + elif ppv == 'git' or vercmp_result != 0 or latest_upgrade.upgrade_type == 'R': if initial is True: logger.debug("%s: Update initial upgrade ( -> %s)." % \ (pn, pv))