rpms/krb5/devel krb5-1.6-nodeplibs.patch, 1.1, 1.2 krb5.spec, 1.117, 1.118

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Jun 25 00:55:54 UTC 2007


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21044

Modified Files:
	krb5-1.6-nodeplibs.patch krb5.spec 
Log Message:
- label all files at creation-time according to the SELinux policy (#228157)


krb5-1.6-nodeplibs.patch:

Index: krb5-1.6-nodeplibs.patch
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5-1.6-nodeplibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- krb5-1.6-nodeplibs.patch	16 May 2007 19:48:19 -0000	1.1
+++ krb5-1.6-nodeplibs.patch	25 Jun 2007 00:55:25 -0000	1.2
@@ -8,7 +8,7 @@
      fi
  
      if test $library = 'krb5'; then
--	lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $DL_LIB"
+-	lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $SELINUX_LIBS $DL_LIB"
 +	lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err"
      fi
  


Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- krb5.spec	22 Jun 2007 22:33:07 -0000	1.117
+++ krb5.spec	25 Jun 2007 00:55:25 -0000	1.118
@@ -14,7 +14,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.1
-Release: 2
+Release: 3
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -86,6 +86,7 @@
 Patch60: krb5-1.6.1-pam.patch
 Patch61: krb5-trunk-manpaths.patch
 Patch62: krb5-any-fixup-patch.txt
+Patch63: krb5-1.6.1-selinux-label.patch
 
 License: MIT, freely distributable.
 URL: http://web.mit.edu/kerberos/www/
@@ -96,6 +97,7 @@
 BuildPrereq: gzip, ncurses-devel, rsh, texinfo, tar
 BuildRequires: tetex-latex
 BuildRequires: keyutils-libs-devel
+BuildRequires: libselinux-devel
 
 %if %{WITH_LDAP}
 BuildRequires: openldap-devel
@@ -110,6 +112,7 @@
 Summary: Development files needed to compile Kerberos 5 programs.
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}, e2fsprogs-devel
+Requires: keyutils-libs-devel, libselinux-devel
 
 %description devel
 Kerberos is a network authentication system. The krb5-devel package
@@ -199,6 +202,9 @@
 %endif
 
 %changelog
+* Sun Jun 24 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-3
+- label all files at creation-time according to the SELinux policy (#228157)
+
 * Fri Jun 22 2007 Nalin Dahyabhai <nalin at redhat.com>
 - perform PAM account / session management in krshd (#182195,#195922)
 - perform PAM authentication and account / session management in ftpd
@@ -1108,12 +1114,13 @@
 %prep
 %setup -q -a 23
 pushd src
-# %patch60 -p2 -b .pam
+%patch60 -p2 -b .pam
 %patch61 -p0 -b .manpaths
 popd
 pushd src/lib/krb5/keytab
 %patch62 -p0 -b .any-fixup
 popd
+%patch63 -p1 -b .selinux-label
 %patch3  -p1 -b .netkit-rsh
 %patch4  -p1 -b .rlogind-environ
 %patch5  -p1 -b .ksu-access




More information about the fedora-extras-commits mailing list