Преглед на файлове

build just fine against both MIT and Heimdal Kerberos

Ralf S. Engelschall преди 18 години
родител
ревизия
bf9326f66b
променени са 2 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 3 3
      curl/curl.spec
  2. 3 3
      openssh/openssh.spec

+ 3 - 3
curl/curl.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Web
 License:      MIT-style
 Version:      7.17.0
-Release:      20070914
+Release:      20071009
 
 #   package options
 %option       with_ssl       yes
@@ -76,8 +76,8 @@ BuildPreReq:  ares
 PreReq:       ares
 %endif
 %if "%{with_kerberos}" == "yes"
-BuildPreReq:  kerberos
-PreReq:       kerberos
+BuildPreReq:  KERBEROS
+PreReq:       KERBEROS
 %endif
 %if "%{with_ssh}" == "yes"
 BuildPreReq:  libssh2

+ 3 - 3
openssh/openssh.spec

@@ -42,7 +42,7 @@ Class:        CORE
 Group:        SSH
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20071004
+Release:      20071009
 
 #   package options
 %option       with_fsl          yes
@@ -93,8 +93,8 @@ BuildPreReq:  PAM
 PreReq:       PAM
 %endif
 %if "%{with_kerberos}" == "yes"
-BuildPreReq:  kerberos
-PreReq:       kerberos
+BuildPreReq:  KERBEROS
+PreReq:       KERBEROS
 %endif
 %if "%{with_fsl}" == "yes"
 BuildPreReq:  fsl >= 1.2.0