From 9d5a538b75d5b6b47a993e8116bfcb578c9901d5 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:48:26 +0000 Subject: auto-import openssh-3.8.1p1-4 from openssh-3.8.1p1-4.src.rpm --- diff --git a/openssh.spec b/openssh.spec index 9f9a602..38651d9 100644 --- a/openssh.spec +++ b/openssh.spec @@ -79,7 +79,7 @@ Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. Name: openssh Version: 3.8.1p1 -%define rel 3 +%define rel 4 %if %{rescue} Release: %{rel}rescue %else @@ -272,6 +272,11 @@ fi %else --with-pam \ %endif +%if %{WITH_SELINUX} + --with-selinux \ +%else + --without-selinux \ +%endif %if %{kerberos5} --with-kerberos5${krb5_prefix:+=${krb5_prefix}} %else @@ -476,6 +481,9 @@ fi %endif %changelog +* Tue Jun 15 2004 Daniel Walsh 3.8.1p1-4 +- Clean up patch for upstream submission. + * Tue Jun 15 2004 Elliot Lee - rebuilt