rpms/iproute/devel iproute.spec,1.64,1.65

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 19 11:20:38 UTC 2007


Author: rvokal

Update of /cvs/dist/rpms/iproute/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28921

Modified Files:
	iproute.spec 
Log Message:
 - fix broken tc-pfifo man page (#232891)


Index: iproute.spec
===================================================================
RCS file: /cvs/dist/rpms/iproute/devel/iproute.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- iproute.spec	15 Mar 2007 07:54:34 -0000	1.64
+++ iproute.spec	19 Mar 2007 11:20:36 -0000	1.65
@@ -4,7 +4,7 @@
 Summary: Advanced IP routing and network device configuration tools
 Name: iproute
 Version: 2.6.20
-Release: 1%{?dist}
+Release: 2%{?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
@@ -56,11 +56,6 @@
 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
 
@@ -100,6 +95,9 @@
 %config(noreplace) /etc/sysconfig/cbq/*
 
 %changelog
+* Mon Mar 19 2007 Radek Vokál <rvokal at redhat.com> - 2.6.20-2
+- fix broken tc-pfifo man page (#232891)
+
 * Thu Mar 15 2007 Radek Vokál <rvokal at redhat.com> - 2.6.20-1
 - upgrade to 2.6.20
 




More information about the fedora-cvs-commits mailing list