diff --git a/builder/src/package/rpm_builder.rs b/builder/src/package/rpm_builder.rs index 424dc7e822cafe918e7b03fb9cef3c09979d64a0..8e593c9bdf387b534e86b319e29f07633df4eb07 100644 --- a/builder/src/package/rpm_builder.rs +++ b/builder/src/package/rpm_builder.rs @@ -76,7 +76,7 @@ impl RpmBuilder { let dst_pkg_name = format!( "{}-{}.src.{}", patch_info.target.short_name(), - patch_info.full_name(), + patch_info.short_name(), PKG_FILE_EXT ); let dst_pkg_file = output_dir.as_ref().join(dst_pkg_name);