/[smecontribs]/rpms/smeserver-letsencrypt/contribs9/smeserver-letsencrypt.spec
ViewVC logotype

Diff of /rpms/smeserver-letsencrypt/contribs9/smeserver-letsencrypt.spec

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

Revision 1.5 by jcrisp, Thu May 31 21:19:32 2018 UTC Revision 1.16 by jcrisp, Fri Jan 17 12:35:05 2020 UTC
# Line 1  Line 1 
1  %define name smeserver-letsencrypt  %define name smeserver-letsencrypt
2  %define version 0.4  %define version 0.5
3  %define release 5  %define release 10
4  Summary: Plugin to enable letsencrypt certificates  Summary: Plugin to enable letsencrypt certificates
5  Name: %{name}  Name: %{name}
6  Version: %{version}  Version: %{version}
# Line 9  License: GNU GPL version 2 Line 9  License: GNU GPL version 2
9  URL: https://letsencrypt.org/  URL: https://letsencrypt.org/
10  Group: SMEserver/addon  Group: SMEserver/addon
11  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
12  Patch0: smeserver-letsencrypt-0.4-bz10253.patch  Patch0: smeserver-letsencrypt-remove-debug-lines.patch
13  Patch1: smeserver-letsencrypt-events.patch  Patch1: smeserver-letsencrypt-remove-licence.patch
14    Patch2: smeserver-letsencrypt-log-to-file.patch
15    Patch3: smeserver-letsencrypt-API1-URL-change.patch
16    Patch4: smeserver-letsencrypt-fix-logging.patch
17    Patch5: smeserver-letsencrypt-fix-logging-reverse.patch
18    Patch6: smeserver-letsencrypt-fix-acme-v01-url.patch
19    Patch7: smeserver-letsencrypt-fix-hook-entry.patch
20  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
21  BuildArchitectures: noarch  BuildArchitectures: noarch
22  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
23  Requires: e-smith-release >= 9.0  Requires: e-smith-release >= 9.0
24  Requires: dehydrated >= 0.5  Requires: dehydrated >= 0.6
25  AutoReqProv: no  AutoReqProv: no
26    
27  %description  %description
# Line 24  Lets Encrypt is a free, automated, and o Line 29  Lets Encrypt is a free, automated, and o
29  https://letsencrypt.org/  https://letsencrypt.org/
30    
31  %changelog  %changelog
32    * Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-10.sme
33    - Fix incorrect HOOK entry in config [SME: 10861]
34    
35    * Fri Jan 04 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-9.sme
36    - Fix incorrect CA line in config [SME: 10688]
37    
38    * Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-8.sme
39    - Reverse my previous error [SME: 10681]
40    
41    * Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7.sme
42    - fix spec file numbering
43    
44    * Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-6.sme
45    - Fix typo error in cron.daily [SME: 10681]
46    
47    * Sun Dec 23 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5.sme
48    - Fix changed V1 staging URL [SME: 10595]
49    - Thanks Terry Fage
50    
51    * Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme
52    - log to file rather than /dev/null [SME: 10412]
53    
54    * Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme
55    - remove Licence key from config template [SME:10636]
56    
57    * Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme
58    - remove debug print lines
59    
60    * Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme
61    - Update to v2 API [SME:10595]
62    - Add key letsencrypt hostOverride to ignore 'Self' host check
63    - This requires v0.6 of dehydrated
64    
65    * Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme
66    - Fix missing event actions [SME: 10315]
67    
68  * Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme  * Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme
69  - Fix typo in Accept Terms  - Fix typo in Accept Terms
70  - add domain-delete to createlinks [SME: 10315]  - add domain-delete to createlinks [SME: 10315]
# Line 168  https://letsencrypt.org/ Line 209  https://letsencrypt.org/
209  %setup  %setup
210  %patch0 -p1  %patch0 -p1
211  %patch1 -p1  %patch1 -p1
212    %patch2 -p1
213    %patch3 -p1
214    %patch4 -p1
215    %patch5 -p1
216    %patch6 -p1
217    %patch7 -p1
218    
219  %build  %build
220  perl createlinks  perl createlinks


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