/[smecontribs]/rpms/smeserver-bridge-interface/contribs10/smeserver-bridge-interface.spec
ViewVC logotype

Diff of /rpms/smeserver-bridge-interface/contribs10/smeserver-bridge-interface.spec

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

Revision 1.2 by brianr, Thu Jan 14 20:20:40 2021 UTC Revision 1.3 by brianr, Wed Jan 20 15:45:26 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-bridge-interface.spec,v 1.1 2021/01/14 20:08:15 brianr Exp $  # $Id: smeserver-bridge-interface.spec,v 1.2 2021/01/14 20:20:40 brianr Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 27  Conflicts:     smeserver-openvpn-bridge.fws Line 27  Conflicts:     smeserver-openvpn-bridge.fws
27  Conflicts:      smeserver-openvpn-bridge-fws  Conflicts:      smeserver-openvpn-bridge-fws
28  AutoReqProv:    no  AutoReqProv:    no
29    
30    Patch0:smeserver-bridge-interface-0.2-Update-Createlinks-for-systemd.patch
31    
32  %description  %description
33  This package allows you to replace the internal interface with a bridge  This package allows you to replace the internal interface with a bridge
34  interface (and the original internal interface enslaved to it).  interface (and the original internal interface enslaved to it).
# Line 36  configuration Line 38  configuration
38  %changelog  %changelog
39  * Thu Jan 14 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-2.sme  * Thu Jan 14 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-2.sme
40  - Initial Import to SME10 [SME: 11324]  - Initial Import to SME10 [SME: 11324]
41    - Update-Createlinks-for-systemd.patch
42    
43  * Mon Nov 11 2013 Daniel B. <daniel@firewall-services.com> - 0.2-1.sme  * Mon Nov 11 2013 Daniel B. <daniel@firewall-services.com> - 0.2-1.sme
44  - Rebuild for SME9  - Rebuild for SME9
# Line 70  configuration Line 73  configuration
73  %prep  %prep
74    
75  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
76    %patch0 -p1
77    
78  %build  %build
79  # Build symlinks  # Build symlinks
# Line 91  rm -rf $RPM_BUILD_ROOT Line 95  rm -rf $RPM_BUILD_ROOT
95  %post  %post
96    
97  %preun  %preun
98  if [ $1 = 0 ] ; then  #if [ $1 = 0 ] ; then
99    /etc/rc.d/init.d/bridge stop >& /dev/null || :  #  /etc/rc.d/init.d/bridge stop >& /dev/null || :
100  fi  #fi
101    
102  true  true
103    


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