rpms/xinetd/devel xinetd-2.3.14-man-section.patch, NONE, 1.1 xinetd.spec, 1.51, 1.52

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Mon Jan 28 15:02:19 UTC 2008


Author: jsafrane

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

Modified Files:
	xinetd.spec 
Added Files:
	xinetd-2.3.14-man-section.patch 
Log Message:
xinetd.log man page is in the right section now
Resolves: #428812

xinetd-2.3.14-man-section.patch:

--- NEW FILE xinetd-2.3.14-man-section.patch ---
117746: xinetd.log man page in wrong section

Put xinetd.log to the right man section.

diff -up xinetd-2.3.13/Makefile.in.orig xinetd-2.3.13/Makefile.in
--- xinetd-2.3.13/Makefile.in.orig	2007-12-06 10:58:32.000000000 +0100
+++ xinetd-2.3.13/Makefile.in	2008-01-15 13:39:38.000000000 +0100
@@ -80,7 +80,7 @@ install: build
 	$(INSTALL_CMD) -m 755 xinetd/itox $(DAEMONDIR)
 	$(INSTALL_CMD) -m 755 $(SRCDIR)/xinetd/xconv.pl $(DAEMONDIR)
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.conf.man $(MANDIR)/man5/xinetd.conf.5
-	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.log.man $(MANDIR)/man8/xinetd.log.8
+	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.log.man $(MANDIR)/man5/xinetd.log.5
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.man $(MANDIR)/man8/xinetd.8
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/itox.8 $(MANDIR)/man8/itox.8
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.pl.8


Index: xinetd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xinetd/devel/xinetd.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- xinetd.spec	28 Jan 2008 13:35:02 -0000	1.51
+++ xinetd.spec	28 Jan 2008 15:01:45 -0000	1.52
@@ -1,7 +1,7 @@
 Summary: A secure replacement for inetd.
 Name: xinetd
 Version: 2.3.14
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: xinetd 
 Group: System Environment/Daemons
 Epoch: 2
@@ -15,6 +15,7 @@
 Patch3: xinetd-2.3.14-contextconf.patch
 Patch4: xinetd-2.3.14-bind-ipv6.patch
 Patch5: xinetd-2.3.14-ssize_t.patch
+Patch6: xinetd-2.3.14-man-section.patch
 
 BuildRequires: autoconf, automake
 BuildRequires: libselinux-devel >= 1.30
@@ -43,6 +44,7 @@
 %patch3 -p1 -b .confcntx
 %patch4 -p1 -b .bind
 %patch5 -p1 -b .ssize_t
+%patch6 -p1 -b .man-section
 
 aclocal
 autoconf
@@ -102,6 +104,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Mon Jan 28 2008 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-16
+- 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)
 




More information about the fedora-extras-commits mailing list