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

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

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


Revision 1.6 - (show annotations) (download)
Tue Jun 2 15:59:38 2009 UTC (15 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-radiusd-2_2_0-2_el5_sme
Changes since 1.5: +7 -2 lines
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
- Fix owner/perms for radius files [SME: 5317]

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

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