rpms/ypbind/F-12 nis.sh,1.5,1.6 ypbind.spec,1.68,1.69

Karel Klíč kklic at fedoraproject.org
Wed May 19 14:44:32 UTC 2010


Author: kklic

Update of /cvs/pkgs/rpms/ypbind/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24090

Modified Files:
	nis.sh ypbind.spec 
Log Message:
Fixed #593278


Index: nis.sh
===================================================================
RCS file: /cvs/pkgs/rpms/ypbind/F-12/nis.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- nis.sh	15 Apr 2010 14:48:56 -0000	1.5
+++ nis.sh	19 May 2010 14:44:31 -0000	1.6
@@ -56,6 +56,7 @@ nis_config() {
             save_config_file ${CONF}
             let contents=0
             echo '# generated by /sbin/dhclient-script' > ${CONF}
+            fixContext ${CONF}
 
             if [ -n "${new_nis_servers}" ]; then
                 for i in ${new_nis_servers} ; do
@@ -76,6 +77,7 @@ nis_config() {
         elif [ -n "${new_nis_servers}" ]; then
             save_config_file ${CONF}
             echo '# generated by /sbin/dhclient-script' > ${CONF}
+            fixContext ${CONF}
             let contents=0
 
             for i in ${new_nis_servers} ; do


Index: ypbind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ypbind/F-12/ypbind.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- ypbind.spec	15 Apr 2010 14:48:56 -0000	1.68
+++ ypbind.spec	19 May 2010 14:44:31 -0000	1.69
@@ -1,7 +1,7 @@
 Summary: The NIS daemon which binds NIS clients to an NIS domain
 Name: ypbind
 Version: 1.20.4
-Release: 23%{?dist}
+Release: 24%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
@@ -103,6 +103,9 @@ fi
 %doc README NEWS
 
 %changelog
+* Wed May 19 2010 Karel Klic <kklic at redhat.com> - 3:1.20.4-24
+- Update SELinux context of /etc/yp.conf in nis.sh (rhbz#593278)
+
 * Thu Apr 15 2010 Karel Klic <kklic at redhat.com> - 3:1.20.4-23
 - use cp+rm instead of mv in nis.sh (#509240)
 



More information about the scm-commits mailing list