rpms/krb5/devel krb5-1.7-selinux-label.patch,1.2,1.3

Nalin Dahyabhai nalin at fedoraproject.org
Mon Jun 29 18:51:30 UTC 2009


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3492

Modified Files:
	krb5-1.7-selinux-label.patch 
Log Message:
- call the macro correctly in appl/telnet
- use MSG_NOTICE rather than MSG_RESULT to note that we're using libselinux


krb5-1.7-selinux-label.patch:

Index: krb5-1.7-selinux-label.patch
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5-1.7-selinux-label.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- krb5-1.7-selinux-label.patch	26 Jun 2009 21:45:54 -0000	1.2
+++ krb5-1.7-selinux-label.patch	29 Jun 2009 18:51:29 -0000	1.3
@@ -72,7 +72,7 @@ diff -up krb5-1.7/src/aclocal.m4 krb5-1.
 +               fi
 +       fi
 +       if test "$withselinux" != no ; then
-+               AC_MSG_RESULT([Using SELinux.])
++               AC_MSG_NOTICE([building with SELinux labeling support])
 +               AC_DEFINE(USE_SELINUX,1,[Define if Kerberos-aware tools should set SELinux file contexts when creating files.])
 +               SELINUX_LIBS="$LIBS"
 +		EXTRA_SUPPORT_SYMS="$EXTRA_SUPPORT_SYMS krb5int_labeled_open krb5int_labeled_fopen"
@@ -110,7 +110,7 @@ diff -up krb5-1.7/src/appl/telnet/config
  if test $krb5_cv_sys_setpgrp_two = yes; then
    AC_DEFINE(SETPGRP_TWOARG,1,[Define if setpgrp takes two arguments])
  fi
-+KRB5_USE_SELINUX
++KRB5_WITH_SELINUX
  dnl
  KRB5_NEED_PROTO([#include <stdlib.h>],unsetenv,1)
  dnl KRB5_NEED_PROTO([#include <stdlib.h>],setenv,1)




More information about the fedora-extras-commits mailing list