Browse Source

fix HPN patch applying

Ralf S. Engelschall 19 years ago
parent
commit
e0ccf12647
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openssh/openssh.spec

+ 1 - 1
openssh/openssh.spec

@@ -178,7 +178,7 @@ AutoReqProv:  no
     %patch -p0 -P 5
 %endif
 %if "%{with_hpn}" == "yes"
-    %{l_gzip} -d -c %{SOURCE openssh-%{version}-hpn%{V_hpn}.diff.gz} |\
+    %{l_gzip} -d -c %{SOURCE openssh-%{V_hpn}.diff.gz} |\
     sed -e '/^diff.*\/version\.h/,$d' | %{l_patch} -p1 -b
     %{l_shtool} subst -e 's;\(SSH_VERSION SSH_PORTABLE\);\1 "-hpn";' version.h
 %endif