Explorar o código

fix HPN patch applying

Ralf S. Engelschall %!s(int64=19) %!d(string=hai) anos
pai
achega
e0ccf12647
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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