From 6718057f0aeb135cd010b78c338a325a878d714e Mon Sep 17 00:00:00 2001 From: Sandeep Karambelkar Date: Wed, 8 Jan 2025 08:32:09 +0000 Subject: [PATCH] Updated comments to make them more generic. --- SPECS/gh/gh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/gh/gh.spec b/SPECS/gh/gh.spec index 39353ec9224..9ff46560411 100644 --- a/SPECS/gh/gh.spec +++ b/SPECS/gh/gh.spec @@ -26,8 +26,9 @@ Requires: git GitHub official command line tool. %prep -# Don't patch during setup to apply vendor package 'go-gh' patch CVE-2024-53859.patch +# Don't patch during setup as we might need to apply patch to vendor package. %autosetup -N -n cli-%{version} +# Untar vendor packages so that patches on the vendor packages can be applied during autopatch. tar --no-same-owner -xf %{SOURCE1} %autopatch -p1