rpms/xinetd/devel xinetd-2.3.14-contextconf.patch, 1.1, 1.2 xinetd.spec, 1.53, 1.54

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Thu Jan 31 15:05:34 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/xinetd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32246

Modified Files:
	xinetd-2.3.14-contextconf.patch xinetd.spec 
Log Message:
fixed LABEL flag
Resolves: #247099

xinetd-2.3.14-contextconf.patch:

Index: xinetd-2.3.14-contextconf.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xinetd/devel/xinetd-2.3.14-contextconf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xinetd-2.3.14-contextconf.patch	1 Dec 2006 17:21:12 -0000	1.1
+++ xinetd-2.3.14-contextconf.patch	31 Jan 2008 15:05:29 -0000	1.2
@@ -71,7 +71,7 @@
 +   if (getpeercon(fd, &peer_context) < 0)
 +     goto fail;
 +
-+   exepath = SC_SERVER_ARGV( scp )[0];
++   exepath = SC_SERVER( scp );
 +   if (getfilecon(exepath, &exec_context) < 0)
 +     goto fail;
 +


Index: xinetd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xinetd/devel/xinetd.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- xinetd.spec	30 Jan 2008 08:18:42 -0000	1.53
+++ xinetd.spec	31 Jan 2008 15:05:29 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: A secure replacement for inetd.
 Name: xinetd
 Version: 2.3.14
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: xinetd 
 Group: System Environment/Daemons
 Epoch: 2
@@ -50,6 +50,7 @@
 autoconf
 
 %build
+export CFLAGS="-O0 -g"
 %configure --with-loadavg --with-inet6 %{!?tcp_wrappers:--with-libwrap} --with-labeled-networking
 make
 
@@ -104,6 +105,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Thu Jan 31 2008 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-18
+- fixed LABEL flag (#430929)
+
 * Wed Jan 30 2008 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-17
 - fixing init scripts (#430816)
 
@@ -111,7 +115,7 @@
 - xinetd.log man page is in the right section now (#428812)
 
 * Thu Sep  6 2007 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-15
-- initscript made LDB compliant (#247099)
+- initscript made LSB compliant (#247099)
 
 * Thu Sep  6 2007 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-14
 - removed inetdconvert script, nobody is using inetd




More information about the fedora-extras-commits mailing list