/[smeserver]/rpms/e-smith-radiusd/sme10/e-smith-radiusd.spec
ViewVC logotype

Contents of /rpms/e-smith-radiusd/sme10/e-smith-radiusd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (show annotations) (download)
Sun Jan 3 06:47:48 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-radiusd-2_6_0-13_el7_sme
Changes since 1.15: +7 -2 lines
* Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
- radiusd needs ldap started before [SME: 11302]

1 # $Id: e-smith-radiusd.spec,v 1.15 2021/01/02 05:36:25 jpp Exp $
2
3 Summary: e-smith server and gateway - configure PPTP inbound VPN
4 %define name e-smith-radiusd
5 Name: %{name}
6 %define version 2.6.0
7 %define release 13
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-radiusd-2.6.0-freeradius3.patch
14 Patch1: e-smith-radiusd-2.6.0-freeradius3bis.patch
15 Patch2: e-smith-radiusd-2.6.0-freeradius3ter.patch
16 Patch3: e-smith-radiusd-2.6.0-bz10853.patch
17 Patch4: e-smith-radiusd-2.6.0-bz11113-bz11155-systemd-update.patch
18 Patch5: e-smith-radiusd-2.6.0-bz11302.patch
19
20 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21 Requires: e-smith-base >= 4.13.16-27
22 Requires: e-smith-lib >= 1.15.1-16
23 Requires: freeradius >= 2.1.12
24 Requires: freeradius-ldap >= 2.1.12
25 Requires: radiusclient-ng >= 0.5.6
26 Obsoletes: radiusclient <= 0.3.2
27 BuildRequires: e-smith-devtools >= 1.13.1-03
28 BuildArchitectures: noarch
29 %define stunnelid 451
30
31 %description
32 e-smith server and gateway - configure radius server
33
34 %changelog
35 * Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
36 - radiusd needs ldap started before [SME: 11302]
37
38 * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
39 - add Restart=always [SME: 11113]
40 change group of pem file to radiusd
41
42 * Tue Dec 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
43 - create -update event [SME: 11155]
44 - move radiusd to systemd {SME: 11113]
45 remove noise from spec file
46
47 * Thu Dec 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
48 - fix server restartting with virtual_server error [SME: 10853]
49
50 * Tue Apr 12 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
51 - escaped {} characters in ldap template [SME: 9434]
52
53 * Sun Apr 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
54 - fix typo [SME: 9434]
55
56 * Wed Apr 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
57 - more adjustements regarding [SME: 9434]
58 - e-smith-radiusd-2.6.0-freeradius3bis.patch
59 - e-smith-radiusd-2.6.0-freeradius3ter.patch
60
61 * Fri Apr 01 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
62 - fix directorie rpm ownership [SME: 9425]
63
64 * Fri Apr 01 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
65 - updated syntax and conf files for freeradius3 server [SME: 9409]
66
67 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
68 - Initial release to sme10
69
70 * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-10.sme
71 - the config file is radiusclient.conf, not radiusclient-ng.conf [SME: 7546]
72
73 * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-9.sme
74 - Add templates for radiusclient-ng.conf file to remove binaddr
75 directive [SME: 7546]
76
77 * Sun Apr 14 2013 Charlie Brady <charlie_brady@mitel.com> 2.4.0-8.sme
78 - Add directive to options.pptpd so that radius plugin can find the
79 radiusclient configuration file. [SME: 7546]
80
81 * Sat Apr 13 2013 Charlie Brady <charlie_brady@mitel.com> 2.4.0-7.sme
82 - Fix permissions of /etc/radiusclient-ng/servers. [SME: 7548]
83
84 * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
85 - Obsolete el5 version of radiusclient [SME: 7273]
86
87 * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
88 - Use the new listen directive instead of bind_address which is deprecated [SME: 7377]
89
90 * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
91 - Send log to stdout [SME: 7251]
92
93 * Thu Feb 14 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
94 - Add requires for freeradius-ldap module [SME: 7252]
95
96 * Thu Feb 14 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
97 - Update radiusclient to radiusclient-ng
98
99 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
100 - Roll new stream for sme9
101
102 * Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
103 - Auth against ldap if it is master [SME: 6323]
104
105 * Tue Oct 27 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
106 - Add ldap as an auth type to radius [SME: 6313]
107
108 * Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
109 - Fix owner/perms for radius files [SME: 5317]
110
111 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
112 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
113
114 * Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-18
115 - Allow for multiple auth modules in radiusd.conf [SME: 4166]
116
117 * Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.0.0-17
118 - Remove the Requires kernel =>2.4 line. [SME: 4483]
119
120 * Fri May 18 2007 Federico Simoncelli <federico.simoncelli@gmail.com> 1.0.0-16
121 - Added support for fixed ip addresses in the pptp vpn [SME: 1230]
122
123 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
124 - Clean up spec so package can be built by koji/plague
125
126 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.0.0-14
127 - Fix perms on servers file [SME: 2720]
128
129 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.0.0-14
130 - Fix perms on client.conf file [SME: 2708]
131
132 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.0.0-13
133 - Break up auth template to allow customization [SME: 2565]
134
135 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
136 - Update to new release naming. No functional changes.
137 - Make Packager generic
138
139 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-12
140 - Bump release number only
141
142 * Tue Sep 27 2005 Charlie Brady <charlieb@e-smith.com>
143 - [1.0.0-11]
144 - Fix run script so that output actually goes to the logger. [SF: 1280982]
145
146 * Mon Sep 26 2005 Charlie Brady <charlieb@e-smith.com>
147 - [1.0.0-10]
148 - Make sure that the log/run script is executable, and that
149 the log directory exists. [SF: 1280982]
150 - Make sure that stunnel user exists, by making sure that
151 %pre script works :-) (%stunnelid was not defined).
152
153 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
154 - [1.0.0-9]
155 - Add a log/run script [SF: 1280982]
156
157 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
158 - [1.0.0-8]
159 - Make sure that stunnel user exists, by %pre script.
160
161 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
162 - [1.0.0-7]
163 - [More updates from Shad.]
164 - Add accounting into radiusd
165 - Let radius do its own normal logging
166
167 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
168 - [1.0.0-6]
169 - Expand /etc/raddb/users in user-lock [SF: 1225995]
170 - Expand sigterm in password-modify, ldap-update [SF: 1225995]
171
172 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
173 - [1.0.0-5]
174 - Expand /etc/raddb/users in password-modify event [SF: 1215401]
175
176 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
177 - [1.0.0-4]
178 - Add missing patch to allow local hosts to be radius clients. [SF: 1215401]
179
180 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
181 - [1.0.0-3]
182 - Use e-smith-services startup symlink for radiusd, so that 'status'
183 property is honoured. [SF: 1215401]
184
185 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
186 - [1.0.0-2]
187 - Patches from Shad to automate radiusd startup, and to allow local hosts to
188 be radius clients. [SF: 1215401]
189
190 * Mon Jun 13 2005 Shad L. Lords <slords@mail.com>
191 - [1.0.0-1]
192 - initial
193
194 %prep
195 %setup
196 %patch0 -p1
197 %patch1 -p1
198 %patch2 -p1
199 %patch3 -p1
200 %patch4 -p1
201 rm -rf root/service root/var/service root/var/log/radiusd
202 mkdir -p root/var/log/stunnel/ssl
203 %patch5 -p1
204
205 %build
206 perl createlinks
207
208 %install
209 rm -rf $RPM_BUILD_ROOT
210 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
211 rm -f %{name}-%{version}-%{release}-filelist
212 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
213 --file /sbin/e-smith/systemd/radiusd-configure 'attr(0554,root,root)' \
214 --file /sbin/e-smith/systemd/radiusd-certificate 'attr(0554,root,root)' \
215 --dir /var/service/radiusd 'attr(01755,root,root)' \
216 --dir /var/log/stunnel 'attr(0755,stunnel,stunnel)' \
217 --dir /var/log/stunnel/ssl 'attr(0755,stunnel,stunnel)' \
218 |sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \
219 |sed -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \
220 > %{name}-%{version}-%{release}-filelist
221 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
222
223 %pre
224 /sbin/e-smith/create-system-user stunnel %{stunnelid} \
225 'chrooted stunnel user user' /var/log/stunnel/ssl /bin/false
226 if [ $1 -gt 1 ] ; then
227 if [ -e /var/service/radiusd/run ] ; then
228 /usr/bin/sv d radiusd
229 /usr/bin/sv d radiusd/log
230 fi
231 fi
232
233
234 %clean
235 rm -rf $RPM_BUILD_ROOT
236
237 %files -f %{name}-%{version}-%{release}-filelist
238 %defattr(-,root,root)
239
240

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed