/[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.17 - (show annotations) (download)
Mon May 31 04:12:24 2021 UTC (3 years ago) by jpp
Branch: MAIN
CVS Tags: e-smith-radiusd-2_6_0-14_el7_sme
Changes since 1.16: +7 -2 lines
* Mon May 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme
- ssl pem using template in place of copy [SME: 11602]

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

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