SPECS: kernel-net-sch_srr.spec - it was a initial release so rel 0...
paszczus
paszczus at pld-linux.org
Sun Jul 15 23:53:33 CEST 2007
Author: paszczus Date: Sun Jul 15 21:53:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- it was a initial release so rel 0.1
- adaptarized
---- Files affected:
SPECS:
kernel-net-sch_srr.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/kernel-net-sch_srr.spec
diff -u SPECS/kernel-net-sch_srr.spec:1.1 SPECS/kernel-net-sch_srr.spec:1.2
--- SPECS/kernel-net-sch_srr.spec:1.1 Sun Jul 15 23:47:26 2007
+++ SPECS/kernel-net-sch_srr.spec Sun Jul 15 23:53:28 2007
@@ -8,9 +8,9 @@
#
%define _rel 1
Summary: SSR packets scheduler (Simple Round Robin)
-#Summary(pl.UTF-8):
+#Summary(pl.UTF-8):
Name: kernel%{_alt_kernel}-net-sch_srr
-Version: 0.4
+Version: 0.1
Release: %{_rel}@%{_kernel_ver_str}
License: GPL
Group: Base/Kernel
@@ -25,22 +25,24 @@
Requires(postun): %releq_kernel
%endif
Provides: kernel(sch_srr)
-Obsoletes: sch_srr
Obsoletes: linux-net-sch_srr
+Obsoletes: sch_srr
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This package contains SRR packets scheduler (Simple Round Robin).
+This package contains SRR packets scheduler (Simple Round Robin).
-Simple Round Robin packets schedules - this is the schedules of packets for the linux
-operating system with kernels 2.4 or 2.6. Its purpose is the simply round robin
-distribution of the resources of the allocated bandwidth between its users.
-It works as follows:
-the internal queue of scheduler is divided into the given number of virtual queues (slots).
-Each slot, in turn, has hard limited number of packets located in it. Internal classifier
-distributes the entering in scheduler packets along the slots, being based either on source
-ip address or on destination ip address. With the selection of packet from the scheduler,
-the slots will be processed cyclically, which will ensure more or less uniform distribution.
+Simple Round Robin packets schedules - this is the schedules of
+packets for the linux operating system with kernels 2.4 or 2.6. Its
+purpose is the simply round robin distribution of the resources of the
+allocated bandwidth between its users. It works as follows: the
+internal queue of scheduler is divided into the given number of
+virtual queues (slots). Each slot, in turn, has hard limited number of
+packets located in it. Internal classifier distributes the entering in
+scheduler packets along the slots, being based either on source ip
+address or on destination ip address. With the selection of packet
+from the scheduler, the slots will be processed cyclically, which will
+ensure more or less uniform distribution.
#%description -l pl.UTF-8
@@ -57,7 +59,7 @@
# -C .
%install
rm -rf $RPM_BUILD_ROOT
-%install_kernel_modules -m sch_srr -d kernel/drivers/net
+%install_kernel_modules -m sch_srr -d kernel/drivers/net
%clean
rm -rf $RPM_BUILD_ROOT
@@ -78,6 +80,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/07/15 21:53:28 paszczus
+- it was a initial release so rel 0.1
+- adaptarized
+
Revision 1.1 2007/07/15 21:47:26 cactus
- initial release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-net-sch_srr.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list