/[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.2 - (show annotations) (download)
Fri Apr 1 16:51:57 2016 UTC (8 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-radiusd-2_6_0-2_el7_sme
Changes since 1.1: +8 -2 lines
* Fri Apr 01 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
- updated syntax and conf files for freeradius3 server [SME: 9409]

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

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