/[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.21 by michel, Wed Apr 20 12:52:24 2022 UTC Revision 1.25 by brianr, Fri Mar 1 14:43:56 2024 UTC
# Line 1  Line 1 
1  %define release 15  %define release 19
2  %define version 1.0  %define version 1.0
3    
4  Name: smeserver-wireguard                Name: smeserver-wireguard              
# Line 15  Patch1: smeserver-wireguard-1.0-Fix-allo Line 15  Patch1: smeserver-wireguard-1.0-Fix-allo
15  Patch2: smeserver-wireguard-1.0-bz11771-Delete-previous-network-records-when-server-ip-updated-validate-server-ip.patch  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  Patch3: smeserver-wireguard-1.0-bz11819_smanager-bz11742_info.patch
17  Patch4: smeserver-wireguard-1.0-fix_typos.patch  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    
23  BuildRequires:  e-smith-devtools  BuildRequires:  e-smith-devtools
24  Requires: wireguard-tools  Requires: wireguard-tools
# Line 44  This package provides the Koozali SME SE Line 48  This package provides the Koozali SME SE
48  %patch2 -p1  %patch2 -p1
49  %patch3 -p1  %patch3 -p1
50  %patch4 -p1  %patch4 -p1
51    %patch5 -p1
52    %patch6 -p1
53    %patch7 -p1
54    %patch8 -p1
55    
56  %build  %build
57  perl createlink  perl createlink
# Line 62  cat %{name}-%{version}-filelist Line 70  cat %{name}-%{version}-filelist
70  %defattr(-,root,root)  %defattr(-,root,root)
71  #%doc COPYING  #%doc COPYING
72    
73    %post
74    if (systemctl list-unit-files |grep smanager) then
75      echo "Smanager restart in spec file"
76      /sbin/e-smith/signal-event smanager-refresh;
77    fi
78    
79    
80  %changelog  %changelog
81    * Fri Mar 01 2024 Brian Read <brianr@koozali.org> 1.0-19.sme
82    - Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
83    
84    * Mon Dec 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-18.sme
85    - remove masquerade and forward directive on startup [SME: 12288]
86    
87    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-17.sme
88    - apply locale 2022-11-11 patch
89    
90    * Sun May 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-16.sme
91    - improve check and tidying for non local network type [SME: 11771]
92      updated both legacy and new panel
93    
94  * Tue Apr 19 2022 Michel Begue <mab974@misouk.com> 1.0-15.sme  * Tue Apr 19 2022 Michel Begue <mab974@misouk.com> 1.0-15.sme
95  - Fix typos in templates  - Fix typos in templates
96    


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