summaryrefslogtreecommitdiffstats
path: root/rstp.spec
blob: 56809856f4cd685e84be363840a24e45d18c3d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Summary: RSTP daemon
Name: rstp
Version: %{VERSION}
Release: %{BUILD}
License: LGPL, GPL
URL: http://www.rainfinity.com/
Vendor: Rainfinity
Packager: Rainfinity
Source0: rstp-%{VERSION}.tgz
Group: Network/Admin
#Requires: bridge-utils = 1.0.4-4


%description
Bridge init script for RainStorage

%prep

%setup -q

%build
make

%install
make install INSTALLPREFIX=$RPM_BUILD_ROOT 

%pre

%post

%preun

%postun

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/sbin
/usr/share/man/man8

%changelog
* Mon Oct 30 2006 Srinivas Aji <Aji_Srinivas@emc.com>
- version 0.16, Don't define STRONGLY_SPEC_802_1_W, not helping much
- Fix logging to go through syslog

* Fri Oct 20 2006 Srinivas Aji <Aji_Srinivas@emc.com>
- version 0.15, fixes based on second round of UNH testing, 802.1w
- rstpctl syntax changes, list all bridges, ports of a bridge

* Wed Sep 13 2006 Srinivas Aji <Aji_Srinivas@emc.com>
- version 0.14, small fixes. fix an fd leak.

* Tue Sep  5 2006 Srinivas Aji <Aji_Srinivas@emc.com>
- version 0.13, Use netlink patch to send/recv BPDUs, instead of LLC
- Some fixes based on first round of UNH testing

* Sun Aug 20 2006 Srinivas Aji <Aji_Srinivas@emc.com>
- version 0.12, some bugfixes, added man pages.

* Thu Aug 10 2006 Srinivas Aji <Aji_Srinivas@emc.com>
- Initial build.