- add ping6 and tracepath6 manpages, fix attributes.
This commit is contained in:
parent
919af919a0
commit
2b87bef226
@ -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/arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
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 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_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@redhat.com> 20020927-29
|
||||
- add ping6 and tracepath6 manpages, fix attributes.
|
||||
|
||||
* Fri Sep 30 2005 Radek Vokal <rvokal@redhat.com> 20020927-28
|
||||
- memset structure before using it (#168166)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user