This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / planetlab / ipfwslice.spec
1 #
2 # TODO:
3 # restart crond
4 # modprobe ipfw_mod.ko (depmod ?)
5 #
6
7 # Marta Carbone <marta.carbone@iet.unipi.it>
8 # 2009 - Universita` di Pisa
9 # License is BSD.
10
11 # this release was pulled from http://info.iet.unipi.it/~marta/dummynet/ipfw3-20120610.tar.gz
12 # seel also          http://sourceforge.net/p/dummynet/code
13 %define name ipfwslice
14 %define version 20120610
15 %define taglevel 2
16
17 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
18
19 Summary: ipfw and dummynet for Linux
20 Name: %{name}
21 Version: %{version}
22 Release: %{release}
23 License: BSD
24 Group: System Environment/Kernel
25 Source0: %{name}-%{version}.tar.bz2
26 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
27
28 Vendor: unipi
29 Packager: PlanetLab <marta@onelab2.iet.unipi.it>
30 Distribution: PlanetLab %{plrelease}
31 URL: %{SCMURL}
32
33 %description
34 the frontend part of the ipfw planetlab package
35
36 %prep
37 %setup
38
39 %build
40 rm -rf $RPM_BUILD_ROOT
41
42 %install
43 install -D -m 755 planetlab/netconfig $RPM_BUILD_ROOT/sbin/netconfig
44 install -D -m 755 planetlab/ipfw.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/ipfw.8.gz
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 # here there is a list of the final installation directories
50 %files
51 %defattr(-,root,root)
52 /sbin/netconfig
53 %{_mandir}/man8/ipfw.8*
54
55 %changelog
56 * Mon Jul 09 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-20120610-2
57 - cosmetic changes only in specfile
58
59 * Fri Jun 15 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-20120610-1
60 - integrated ipfw3 as of 20120610 from upstream
61
62 * Mon Oct 24 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-23
63 - for building against k32 on f8
64
65 * Sun Oct 02 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-22
66 - rpm version number has the kernel taglevel embedded
67
68 * Fri Jun 10 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-21
69 - build tweaks for gcc-4.6 on f15
70
71 * Sun Jan 23 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-20
72 - tweaks for compiling on k32/64 bits
73
74 * Wed Dec 08 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-19
75 - fix detection of kernel conventions
76
77 * Tue Dec 07 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-18
78 - guess conventions for either <=k27 or >=k32
79
80 * Tue Jun 15 2010 Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - ipfw-0.9-17
81 - testing git only module-tag
82
83 * Tue Jun 15 2010 Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - ipfw-0.9-16
84 - tagging ipfw to test module-tools on (pure) git
85
86 * Wed May 12 2010 Talip Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - ipfw-0.9-15
87 - tagging for obsoletes
88
89 * Tue Apr 27 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-13
90 - Update to the ipfw3 version of the dummynet code.
91
92 * Mon Apr 12 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-11
93 - add ipfw initialization script to chkconfig
94
95 * Wed Mar 03 2010 Talip Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - ipfw-0.9-10
96 - - Load module at installation - Marta
97
98 * Mon Jan 11 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-9
99 - consistent with vsys-scripts-0.95-13
100
101 * Sat Jan 09 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-8
102 - builds on 2.6.22 & 2.6.27 - for 32 and 64 bits
103
104 * Tue Dec 15 2009 Marta Carbone <marta.carbone@iet.unipi.it>
105 - more work on the radix code, added sysctl read/write support
106
107 * Sun Nov 29 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-7
108 - added missing qsort.c - tag 0.9-6 was broken
109
110 * Thu Nov 26 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-6
111 - root: removed goto into the main ipfw switch, enabled slice_id matching
112 - slice: completely move netconfig checks into the backend
113
114 * Mon Nov 09 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-5
115 - additional features on matching packets, including uid match
116
117 * Mon Sep 07 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-4
118 - on behalf of Marta Carbone, more options and features
119
120 * Thu Jul 23 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-3
121 - fixed memory usage issue
122
123 * Wed Jul 15 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-2
124 - patch for building on x86_64
125
126 * Thu Jun 25 2009 Marta Carbone <marta.carbone@iet.unipi.it>
127 - Initial release