1 |
# $Id: e-smith-radiusd.spec,v 1.10 2020/12/09 02:33:21 jpp Exp $ |
# $Id: e-smith-radiusd.spec,v 1.13 2020/12/09 02:51:41 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
4 |
%define name e-smith-radiusd |
%define name e-smith-radiusd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 10 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
31 |
e-smith server and gateway - configure radius server |
e-smith server and gateway - configure radius server |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
* Tue Dec 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
* Tue Dec 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
35 |
- create -update event [SME: 11155] |
- create -update event [SME: 11155] |
36 |
- move radiusd to systemd {SME: 11113] |
- move radiusd to systemd {SME: 11113] |
37 |
|
remove noise from spec file |
38 |
|
|
39 |
* Thu Dec 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
* Thu Dec 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
40 |
- fix server restartting with virtual_server error [SME: 10853] |
- fix server restartting with virtual_server error [SME: 10853] |
190 |
%patch2 -p1 |
%patch2 -p1 |
191 |
%patch3 -p1 |
%patch3 -p1 |
192 |
%patch4 -p1 |
%patch4 -p1 |
193 |
rm -rf root/service root/var/service |
rm -rf root/service root/var/service root/var/log/radiusd |
194 |
|
mkdir -p root/var/log/stunnel/ssl |
195 |
|
|
196 |
%build |
%build |
197 |
perl createlinks |
perl createlinks |
206 |
--dir /var/service/radiusd 'attr(01755,root,root)' \ |
--dir /var/service/radiusd 'attr(01755,root,root)' \ |
207 |
--dir /var/log/stunnel 'attr(0755,stunnel,stunnel)' \ |
--dir /var/log/stunnel 'attr(0755,stunnel,stunnel)' \ |
208 |
--dir /var/log/stunnel/ssl 'attr(0755,stunnel,stunnel)' \ |
--dir /var/log/stunnel/ssl 'attr(0755,stunnel,stunnel)' \ |
|
--dir /var/log/radiusd 'attr(0755,smelog,smelog)' \ |
|
209 |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \ |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \ |
210 |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \ |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \ |
211 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
219 |
/usr/bin/sv d radiusd |
/usr/bin/sv d radiusd |
220 |
/usr/bin/sv d radiusd/log |
/usr/bin/sv d radiusd/log |
221 |
fi |
fi |
|
if [ -e /var/service/radiusd ] ; then |
|
|
rm -rf /var/service/radiusd |
|
|
fi |
|
|
|
|
222 |
fi |
fi |
223 |
|
|
224 |
|
|