- fix defective manpage for tc-pfifo (#215399)
This commit is contained in:
parent
2f5a972af2
commit
17c947bed2
10
iproute.spec
10
iproute.spec
@ -4,7 +4,7 @@
|
||||
Summary: Advanced IP routing and network device configuration tools.
|
||||
Name: iproute
|
||||
Version: 2.6.18
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: Applications/System
|
||||
Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}-%{date_version}.tar.gz
|
||||
URL: http://linux-net.osdl.org/index.php/Iproute2
|
||||
@ -59,6 +59,11 @@ install -m 755 misc/ss misc/nstat misc/rtacct misc/lnstat misc/arpd $RPM_BUILD_R
|
||||
install -m 755 tc/q_netem.so $RPM_BUILD_ROOT%{_libdir}/tc
|
||||
install -m 644 netem/normal.dist netem/pareto.dist netem/paretonormal.dist $RPM_BUILD_ROOT%{_libdir}/tc
|
||||
install -m 644 man/man8/*.8 $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
# tc-pfifo is empty, symlink to pbfifo
|
||||
pushd $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
rm -f tc-pfifo.8
|
||||
ln -s tc-pbfifo.8 tc-pfifo.8
|
||||
popd
|
||||
install -m 755 examples/cbq.init-%{cbq_version} $RPM_BUILD_ROOT/sbin/cbq
|
||||
install -d -m 755 $RPM_BUILD_ROOT/etc/sysconfig/cbq
|
||||
|
||||
@ -98,6 +103,9 @@ EOF
|
||||
%config(noreplace) /etc/sysconfig/cbq/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-3
|
||||
- fix defective manpage for tc-pfifo (#215399)
|
||||
|
||||
* Mon Nov 13 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-2
|
||||
- rebuilt against new db4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user