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

Diff of /rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec

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

Revision 1.2 by jpp, Wed Oct 27 03:43:05 2021 UTC Revision 1.26 by terryfage, Fri Sep 6 11:12:29 2024 UTC
# Line 1  Line 1 
1    %define release 20
2    %define version 1.0
3    
4  Name: smeserver-wireguard                Name: smeserver-wireguard              
5  Version:  1.0    Version: %{version}    
6  Release:        1%{?dist}  Release: %{release}%{?dist}
7  Summary: wireguard SME Server configuration package      Summary: wireguard SME Server configuration package    
8    
9  Group:  VPN      Group:  VPN    
10  License: GPL      License: GPL    
11  URL: https://wiki.koozali.org/Wireguard          URL: https://wiki.koozali.org/Wireguard        
12  Source0: smeserver-wireguard-1.0.tgz      Source0: smeserver-wireguard-1.0.tgz    
13    Patch0: smeserver-wireguard-1.0-bz11721-init.patch
14    Patch1: smeserver-wireguard-1.0-Fix-allowedips-in-quick-conf-contents.patch
15    Patch2: smeserver-wireguard-1.0-bz11771-Delete-previous-network-records-when-server-ip-updated-validate-server-ip.patch
16    Patch3: smeserver-wireguard-1.0-bz11819_smanager-bz11742_info.patch
17    Patch4: smeserver-wireguard-1.0-fix_typos.patch
18    Patch5: smeserver-wireguard-1.0-bz11771-more-network-check.patch
19    Patch6: smeserver-wireguard-1.0-locale-2022-11-11.patch
20    Patch7: smeserver-wireguard-1.0-bz12288.patch
21    Patch8: smeserver-wireguard-1.0-Alter-menu-category-for-new-arrangement.patch
22    Patch9: smeserver-wireguard-1.0-locale-2024-09-06.patch
23    
24  BuildRequires:  e-smith-devtools  BuildRequires:  e-smith-devtools
25  Requires: wireguard-tools  Requires: wireguard-tools
26  Requires: kmod-wireguard  Requires: kmod-wireguard
27  Requires: smeserver-release >= 10        Requires: smeserver-release >= 10
28  Requires: qrencode  Requires: qrencode
29  Requires: perl-Net-Netmask  Requires: perl-Net-Netmask
30    Requires: e-smith-base >= 5.8.1-2
31    Requires: e-smith-lib >= 2.6.0-15
32    
33    AutoReqProv: no
34    
35  %description  %description
36  WireGuard is a novel VPN that runs inside the Linux Kernel and uses  WireGuard is a novel VPN that runs inside the Linux Kernel and uses
# Line 24  the massive headache. It intends to be c Line 40  the massive headache. It intends to be c
40  than OpenVPN. WireGuard is designed as a general purpose VPN for  than OpenVPN. WireGuard is designed as a general purpose VPN for
41  running on embedded interfaces and super computers alike, fit for  running on embedded interfaces and super computers alike, fit for
42  many different circumstances. It runs over UDP.  many different circumstances. It runs over UDP.
43  This package provides the wg binary for controlling WireGuard.  This package provides the Koozali SME SERVER configuration for controlling WireGuard.
44    
45  %prep  %prep
46  %setup -q  %setup -q
47    %patch0 -p1
48    %patch1 -p1
49    %patch2 -p1
50    %patch3 -p1
51    %patch4 -p1
52    %patch5 -p1
53    %patch6 -p1
54    %patch7 -p1
55    %patch8 -p1
56    %patch9 -p1
57    
58  %build  %build
59  perl createlink  perl createlink
# Line 46  cat %{name}-%{version}-filelist Line 72  cat %{name}-%{version}-filelist
72  %defattr(-,root,root)  %defattr(-,root,root)
73  #%doc COPYING  #%doc COPYING
74    
75    %post
76    if (systemctl list-unit-files |grep smanager) then
77      echo "Smanager restart in spec file"
78      /sbin/e-smith/signal-event smanager-refresh;
79    fi
80    
81    
82    %changelog
83    * Fri Sep 06 2024 Terry Fage <terry@fage.id.au> 1.0-20.sme
84    - apply locale 2024-09-06.patch
85    
86    * Fri Mar 01 2024 Brian Read <brianr@koozali.org> 1.0-19.sme
87    - Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
88    
89  %changelog  * Mon Dec 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-18.sme
90  * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme  - remove masquerade and forward directive on startup [SME: 12288]
91  - first release for Koozali SME Server  
92    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-17.sme
93    - apply locale 2022-11-11 patch
94    
95    * Sun May 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-16.sme
96    - improve check and tidying for non local network type [SME: 11771]
97      updated both legacy and new panel
98    
99    * Tue Apr 19 2022 Michel Begue <mab974@misouk.com> 1.0-15.sme
100    - Fix typos in templates
101    
102    * Fri Apr 15 2022 Michel Begue <mab974@misouk.com> 1.0-14.sme
103    - Integrate wireguard with smeserver-manager (manager2) [SME: 11819]
104    - Accept spaces in 'info' attribute [SME: 11742]
105    
106    * Thu Nov 25 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-13.sme
107    - Delete old networkdb records when server ip updated [SME: 11771]
108    - Validate Server Ip range to be private in SM panel
109    
110    * Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme
111    - Fix-allowedips-in-quick-conf-contents [SME: 11756]
112    
113    * Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme
114    - fix tainted string from dns query [SME: 11721]
115    
116    * Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-10.sme
117    - fix wrong delete event [SME: 11721]
118      fix ip not shown if server only
119      improved config display
120    
121    * Mon Nov 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-9.sme
122    - fix  migrate fragment [SME: 11721]
123    
124    * Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme
125    - set DNS if allowedips 0.0.0.0/0 [SME: 11721]
126      allowedips displayed as it has been set.
127    
128    * Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme
129    - fix wrong ip [SME: 11721]
130    - updated templates fragments
131    - fix panel link ; fix private/public key creation; fix preset path
132    - requires e-smith-base >= 5.8.1-2
133    
134    * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
135    - first release for Koozali SME Server


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