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

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

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

Revision 1.3 by unnilennium, Fri Apr 1 20:06:39 2016 UTC Revision 1.16 by jpp, Sun Jan 3 06:47:48 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-radiusd.spec,v 1.2 2016/04/01 16:51:57 unnilennium Exp $  # $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  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 3  %define release 13
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch0: e-smith-radiusd-2.6.0-freeradius3.patch  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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  Requires: e-smith-base >= 4.13.16-27  Requires: e-smith-base >= 4.13.16-27
22  Requires: e-smith-lib >= 1.15.1-16  Requires: e-smith-lib >= 1.15.1-16
# Line 26  BuildArchitectures: noarch Line 32  BuildArchitectures: noarch
32  e-smith server and gateway - configure radius server  e-smith server and gateway - configure radius server
33    
34  %changelog  %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  * Fri Apr 01 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
62  - fix directorie rpm ownership [SME: 9425]  - fix directorie rpm ownership [SME: 9425]
63    
# Line 162  e-smith server and gateway - configure r Line 194  e-smith server and gateway - configure r
194  %prep  %prep
195  %setup  %setup
196  %patch0 -p1  %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  %build
206  perl createlinks  perl createlinks
# Line 172  rm -rf $RPM_BUILD_ROOT Line 210  rm -rf $RPM_BUILD_ROOT
210  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
211  rm -f %{name}-%{version}-%{release}-filelist  rm -f %{name}-%{version}-%{release}-filelist
212  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /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)' \      --dir /var/service/radiusd 'attr(01755,root,root)' \
216      --file /var/service/radiusd/down 'attr(0644,root,root)' \      --dir /var/log/stunnel 'attr(0755,stunnel,stunnel)' \
217      --file /var/service/radiusd/run 'attr(0755,root,root)' \      --dir /var/log/stunnel/ssl 'attr(0755,stunnel,stunnel)' \
     --file /var/service/radiusd/log/run 'attr(0755,root,root)' \  
     --dir /var/service/radiusd/supervise 'attr(0700,root,root)' \  
     --dir /var/log/radiusd 'attr(0755,smelog,smelog)' \  
218   |sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \   |sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \
219   |sed  -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \   |sed  -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \
220      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
# Line 185  echo "%doc COPYING" >> %{name}-%{version Line 222  echo "%doc COPYING" >> %{name}-%{version
222    
223  %pre  %pre
224  /sbin/e-smith/create-system-user stunnel %{stunnelid} \  /sbin/e-smith/create-system-user stunnel %{stunnelid} \
225      'chrooted stunnel user user' /var/log/imap/ssl /bin/false      '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  %clean
235  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
236    
237  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
238  %defattr(-,root,root)  %defattr(-,root,root)
239    
240    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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