rpms/net-tools/devel net-tools-1.60-selinux.patch, 1.1, 1.2 net-tools.spec, 1.85, 1.86

Radek Vokál (rvokal) fedora-extras-commits at redhat.com
Tue May 22 10:49:50 UTC 2007


Author: rvokal

Update of /cvs/extras/rpms/net-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12692

Modified Files:
	net-tools-1.60-selinux.patch net-tools.spec 
Log Message:
 - better SELinux patch by <dwalsh at redhat.com>

net-tools-1.60-selinux.patch:

Index: net-tools-1.60-selinux.patch
===================================================================
RCS file: /cvs/extras/rpms/net-tools/devel/net-tools-1.60-selinux.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-tools-1.60-selinux.patch	17 Jan 2006 10:27:02 -0000	1.1
+++ net-tools-1.60-selinux.patch	22 May 2007 10:49:15 -0000	1.2
@@ -203,3 +203,23 @@
  	case '?':
  	case 'h':
  	    usage();
+--- net-tools-1.60/netstat.c.sel	2007-05-21 14:02:08.000000000 -0400
++++ net-tools-1.60/netstat.c	2007-05-21 14:03:23.000000000 -0400
+@@ -769,6 +769,9 @@ static void finish_this_one(int uid, uns
+     }
+     if (flag_prg)
+ 	printf("%-" PROGNAME_WIDTHs "s",prg_cache_get(inode));
++    if (flag_selinux)
++	printf("%-" SELINUX_WIDTHs "s",prg_cache_get_con(inode));
++
+     if (flag_opt)
+ 	printf("%s", timers);
+     putchar('\n');
+@@ -2420,6 +2423,7 @@ int main
+ 	    if (flag_exp > 1)
+ 		printf(_(" User       Inode     "));
+ 	    print_progname_banner();
++	    print_selinux_banner();
+ 	    if (flag_opt)
+ 		printf(_(" Timer"));	/* xxx */
+ 	    printf("\n");


Index: net-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/net-tools/devel/net-tools.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- net-tools.spec	27 Mar 2007 07:33:10 -0000	1.85
+++ net-tools.spec	22 May 2007 10:49:15 -0000	1.86
@@ -3,7 +3,7 @@
 Summary: Basic networking tools
 Name: net-tools
 Version: 1.60
-Release: 81%{?dist}
+Release: 82%{?dist}
 License: GPL
 Group: System Environment/Base
 URL: http://www.tazenda.demon.co.uk/phil/net-tools/
@@ -261,6 +261,9 @@
 %{_sysconfdir}/rc.d/init.d/netplugd
 
 %changelog
+* Tue May 22 2007 Radek Vokál <rvokal at redhat.com> - 1.60-82
+- better SELinux patch by <dwalsh at redhat.com>
+
 * Tue Mar 27 2007 Radek Vokál <rvokal at redhat.com> - 1.60-81
 - fix segfault for empty interface (#234045)
 




More information about the fedora-extras-commits mailing list