rpms/iputils/devel iputils.spec,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 6 13:24:59 UTC 2005


Author: rvokal

Update of /cvs/dist/rpms/iputils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11643

Modified Files:
	iputils.spec 
Log Message:
- add ping6 and tracepath6 manpages, fix attributes.


Index: iputils.spec
===================================================================
RCS file: /cvs/dist/rpms/iputils/devel/iputils.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- iputils.spec	30 Sep 2005 08:22:29 -0000	1.26
+++ iputils.spec	6 Oct 2005 13:24:57 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: Network monitoring tools including ping.
 Name: iputils
 Version: 20020927
-Release: 28
+Release: 29
 License: BSD
 Group: System Environment/Daemons
 Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
@@ -108,6 +108,8 @@
 install -c doc/ping.8		${RPM_BUILD_ROOT}%{_mandir}/man8/
 install -c doc/rdisc.8		${RPM_BUILD_ROOT}%{_mandir}/man8/
 install -c doc/tracepath.8	${RPM_BUILD_ROOT}%{_mandir}/man8/
+ln -s %{_mandir}/man8/ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz
+ln -s %{_mandir}/man8/tracepath.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/tracepath6.8.gz
 
 #install service
 install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/rc.d/init.d
@@ -154,10 +156,13 @@
 %{_sbindir}/tracepath
 %{_sbindir}/tracepath6
 %{_sbindir}/traceroute6
-%{_mandir}/man8/*
+%attr(0644,root,root) %{_mandir}/man8/*
 %config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
 
 %changelog
+* Wed Oct 05 2005 Radek Vokal <rvokal at redhat.com> 20020927-29
+- add ping6 and tracepath6 manpages, fix attributes. 
+
 * Fri Sep 30 2005 Radek Vokal <rvokal at redhat.com> 20020927-28
 - memset structure before using it (#168166)
 




More information about the fedora-cvs-commits mailing list