]> git.ipfire.org Git - people/ms/rstp.git/blame - rstp.spec
RSTP testing - PATCH: source MAC address of BPDU
[people/ms/rstp.git] / rstp.spec
CommitLineData
ad02a0eb
SH
1Summary: RSTP daemon
2Name: rstp
3Version: %{VERSION}
4Release: %{BUILD}
5License: LGPL, GPL
6URL: http://www.rainfinity.com/
7Vendor: Rainfinity
8Packager: Rainfinity
9Source0: rstp-%{VERSION}.tgz
10Group: Network/Admin
11#Requires: bridge-utils = 1.0.4-4
12
13
14%description
15Bridge init script for RainStorage
16
17%prep
18
19%setup -q
20
21%build
22make
23
24%install
25make install INSTALLPREFIX=$RPM_BUILD_ROOT
26
27%pre
28
29%post
30
31%preun
32
33%postun
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root)
40/sbin
41/usr/share/man/man8
42
43%changelog
44* Mon Oct 30 2006 Srinivas Aji <Aji_Srinivas@emc.com>
45- version 0.16, Don't define STRONGLY_SPEC_802_1_W, not helping much
46- Fix logging to go through syslog
47
48* Fri Oct 20 2006 Srinivas Aji <Aji_Srinivas@emc.com>
49- version 0.15, fixes based on second round of UNH testing, 802.1w
50- rstpctl syntax changes, list all bridges, ports of a bridge
51
52* Wed Sep 13 2006 Srinivas Aji <Aji_Srinivas@emc.com>
53- version 0.14, small fixes. fix an fd leak.
54
55* Tue Sep 5 2006 Srinivas Aji <Aji_Srinivas@emc.com>
56- version 0.13, Use netlink patch to send/recv BPDUs, instead of LLC
57- Some fixes based on first round of UNH testing
58
59* Sun Aug 20 2006 Srinivas Aji <Aji_Srinivas@emc.com>
60- version 0.12, some bugfixes, added man pages.
61
62* Thu Aug 10 2006 Srinivas Aji <Aji_Srinivas@emc.com>
63- Initial build.