From: hawk Date: Mon, 3 Dec 2007 14:34:17 +0000 (+0000) Subject: - force system type slx (secure linux), otherwise lnp (linux pluggable X-Git-Tag: auto/th/alpine-0_99999_13-3 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e2946d16fc445d93d5de83080f79b3641ce9f9;p=packages%2Falpine.git - force system type slx (secure linux), otherwise lnp (linux pluggable authentication modules) is used and it overrides system mail dir with /var/spool/mail - use PLD location for SSL certficates - release 3 Changed files: alpine.spec -> 1.34 --- diff --git a/alpine.spec b/alpine.spec index ec12dad..2ab3075 100644 --- a/alpine.spec +++ b/alpine.spec @@ -8,7 +8,7 @@ Name: alpine %define ver 0.99999 %define patchlevel 13 Version: %{ver}.%{patchlevel} -Release: 2 +Release: 3 Epoch: 1 License: Apache License 2.0 Group: Applications/Mail @@ -145,6 +145,9 @@ rm -f libtool missing --with-krb5-dir=%{_prefix} \ --with-ldap-dir=%{_prefix} \ --with-system-mail-directory=/var/mail \ + --with-c-client-target=slx \ + --with-ssl-dir=/var/lib/openssl/certs \ + --with-ssl-certs-dir=/var/lib/openssl/certs \ --with-passfile=.pine.pwd %{__make} \