1 |
slords |
1.1 |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
2 |
|
|
%define name e-smith-radiusd |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 1.0.0 |
5 |
snetram |
1.3 |
%define release 18 |
6 |
slords |
1.1 |
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
License: GPL |
9 |
|
|
Group: Networking/Daemons |
10 |
|
|
Source: %{name}-%{version}.tar.gz |
11 |
|
|
Patch0: e-smith-radiusd-1.0.0-2.mitel_patch |
12 |
|
|
Patch1: e-smith-radiusd-1.0.0-3.mitel_patch |
13 |
|
|
Patch2: e-smith-radiusd-1.0.0-4.mitel_patch |
14 |
|
|
Patch3: e-smith-radiusd-1.0.0-5.mitel_patch |
15 |
|
|
Patch4: e-smith-radiusd-1.0.0-6.mitel_patch |
16 |
|
|
Patch5: e-smith-radiusd-1.0.0-7.mitel_patch |
17 |
|
|
Patch6: e-smith-radiusd-1.0.0-9.mitel_patch |
18 |
|
|
Patch7: e-smith-radiusd-1.0.0-11.mitel_patch |
19 |
|
|
Patch8: e-smith-radiusd-1.0.0-TemplateSplit.patch |
20 |
|
|
Patch9: e-smith-radiusd-1.0.0-clients.conf_perms.patch |
21 |
|
|
Patch10: e-smith-radiusd-1.0.0-servers_perm.patch |
22 |
|
|
Patch11: e-smith-radiusd-1.0.0-FixedIp.patch |
23 |
snetram |
1.3 |
Patch12: e-smith-radiusd-1.0.0-allowForMoreAuthModules.patch |
24 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
|
|
Requires: e-smith-base >= 4.13.16-27 |
26 |
|
|
Requires: e-smith-lib >= 1.15.1-16 |
27 |
|
|
Requires: freeradius >= 1.0.1 |
28 |
|
|
Requires: radiusclient >= 0.3.2 |
29 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
30 |
|
|
BuildArchitectures: noarch |
31 |
|
|
%define stunnelid 451 |
32 |
|
|
|
33 |
|
|
%description |
34 |
|
|
e-smith server and gateway - configure radius server |
35 |
|
|
|
36 |
|
|
%changelog |
37 |
snetram |
1.3 |
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-18 |
38 |
|
|
- Allow for multiple auth modules in radiusd.conf [SME: 4166] |
39 |
|
|
|
40 |
bytegw |
1.2 |
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.0.0-17 |
41 |
|
|
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
42 |
|
|
|
43 |
slords |
1.1 |
* Fri May 18 2007 Federico Simoncelli <federico.simoncelli@gmail.com> |
44 |
|
|
- Added support for fixed ip addresses in the pptp vpn [SME: 1230] |
45 |
|
|
|
46 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
47 |
|
|
- Clean up spec so package can be built by koji/plague |
48 |
|
|
|
49 |
|
|
* Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.0.0-14 |
50 |
|
|
- Fix perms on servers file [SME: 2720] |
51 |
|
|
|
52 |
|
|
* Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.0.0-14 |
53 |
|
|
- Fix perms on client.conf file [SME: 2708] |
54 |
|
|
|
55 |
|
|
* Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.0.0-13 |
56 |
|
|
- Break up auth template to allow customization [SME: 2565] |
57 |
|
|
|
58 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
59 |
|
|
- Update to new release naming. No functional changes. |
60 |
|
|
- Make Packager generic |
61 |
|
|
|
62 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-12 |
63 |
|
|
- Bump release number only |
64 |
|
|
|
65 |
|
|
* Tue Sep 27 2005 Charlie Brady <charlieb@e-smith.com> |
66 |
|
|
- [1.0.0-11] |
67 |
|
|
- Fix run script so that output actually goes to the logger. [SF: 1280982] |
68 |
|
|
|
69 |
|
|
* Mon Sep 26 2005 Charlie Brady <charlieb@e-smith.com> |
70 |
|
|
- [1.0.0-10] |
71 |
|
|
- Make sure that the log/run script is executable, and that |
72 |
|
|
the log directory exists. [SF: 1280982] |
73 |
|
|
- Make sure that stunnel user exists, by making sure that |
74 |
|
|
%pre script works :-) (%stunnelid was not defined). |
75 |
|
|
|
76 |
|
|
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
77 |
|
|
- [1.0.0-9] |
78 |
|
|
- Add a log/run script [SF: 1280982] |
79 |
|
|
|
80 |
|
|
* Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com> |
81 |
|
|
- [1.0.0-8] |
82 |
|
|
- Make sure that stunnel user exists, by %pre script. |
83 |
|
|
|
84 |
|
|
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
85 |
|
|
- [1.0.0-7] |
86 |
|
|
- [More updates from Shad.] |
87 |
|
|
- Add accounting into radiusd |
88 |
|
|
- Let radius do its own normal logging |
89 |
|
|
|
90 |
|
|
* Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com> |
91 |
|
|
- [1.0.0-6] |
92 |
|
|
- Expand /etc/raddb/users in user-lock [SF: 1225995] |
93 |
|
|
- Expand sigterm in password-modify, ldap-update [SF: 1225995] |
94 |
|
|
|
95 |
|
|
* Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com> |
96 |
|
|
- [1.0.0-5] |
97 |
|
|
- Expand /etc/raddb/users in password-modify event [SF: 1215401] |
98 |
|
|
|
99 |
|
|
* Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com> |
100 |
|
|
- [1.0.0-4] |
101 |
|
|
- Add missing patch to allow local hosts to be radius clients. [SF: 1215401] |
102 |
|
|
|
103 |
|
|
* Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com> |
104 |
|
|
- [1.0.0-3] |
105 |
|
|
- Use e-smith-services startup symlink for radiusd, so that 'status' |
106 |
|
|
property is honoured. [SF: 1215401] |
107 |
|
|
|
108 |
|
|
* Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com> |
109 |
|
|
- [1.0.0-2] |
110 |
|
|
- Patches from Shad to automate radiusd startup, and to allow local hosts to |
111 |
|
|
be radius clients. [SF: 1215401] |
112 |
|
|
|
113 |
|
|
* Mon Jun 13 2005 Shad L. Lords <slords@mail.com> |
114 |
|
|
- [1.0.0-1] |
115 |
|
|
- initial |
116 |
|
|
|
117 |
|
|
%prep |
118 |
|
|
%setup |
119 |
|
|
%patch0 -p1 |
120 |
|
|
%patch1 -p1 |
121 |
|
|
%patch2 -p1 |
122 |
|
|
%patch3 -p1 |
123 |
|
|
%patch4 -p1 |
124 |
|
|
%patch5 -p1 |
125 |
|
|
%patch6 -p1 |
126 |
|
|
%patch7 -p1 |
127 |
|
|
%patch8 -p1 |
128 |
|
|
%patch9 -p1 |
129 |
|
|
%patch10 -p1 |
130 |
|
|
%patch11 -p1 |
131 |
snetram |
1.3 |
%patch12 -p1 |
132 |
slords |
1.1 |
|
133 |
|
|
%build |
134 |
|
|
perl createlinks |
135 |
|
|
# Manage supervise and multilog. |
136 |
|
|
mkdir -p root/service |
137 |
|
|
ln -s ../var/service/radiusd root/service/radiusd |
138 |
|
|
mkdir -p root/var/service/radiusd/supervise |
139 |
|
|
touch root/var/service/radiusd/down |
140 |
|
|
mkdir -p root/var/log/radiusd |
141 |
|
|
|
142 |
|
|
%install |
143 |
|
|
rm -rf $RPM_BUILD_ROOT |
144 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
145 |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
146 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
147 |
|
|
--dir /var/service/radiusd 'attr(01755,root,root)' \ |
148 |
|
|
--file /var/service/radiusd/down 'attr(0644,root,root)' \ |
149 |
|
|
--file /var/service/radiusd/run 'attr(0755,root,root)' \ |
150 |
|
|
--file /var/service/radiusd/log/run 'attr(0755,root,root)' \ |
151 |
|
|
--dir /var/service/radiusd/supervise 'attr(0700,root,root)' \ |
152 |
|
|
--dir /var/log/radiusd 'attr(0755,smelog,smelog)' \ |
153 |
|
|
> %{name}-%{version}-%{release}-filelist |
154 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
155 |
|
|
|
156 |
|
|
%postun |
157 |
|
|
|
158 |
|
|
%pre |
159 |
|
|
/sbin/e-smith/create-system-user stunnel %{stunnelid} \ |
160 |
|
|
'chrooted stunnel user user' /var/log/imap/ssl /bin/false |
161 |
|
|
|
162 |
|
|
%clean |
163 |
|
|
rm -rf $RPM_BUILD_ROOT |
164 |
|
|
|
165 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
166 |
|
|
%defattr(-,root,root) |