1 |
Name: dehydrated |
Name: dehydrated |
2 |
Version: 0.4.0 |
%define version 0.6.1 |
3 |
%define release 1 |
%define release 12 |
4 |
|
Version: %{version} |
5 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
6 |
Summary: ACME client in bash |
Summary: ACME client in bash |
7 |
|
|
9 |
License: MIT |
License: MIT |
10 |
URL: https://github.com/lukas2511/dehydrated |
URL: https://github.com/lukas2511/dehydrated |
11 |
#download released zip and prepend dehydrated- to name |
#download released zip and prepend dehydrated- to name |
12 |
Source0: dehydrated-v0.4.0.zip |
Source0: dehydrated-%{version}.tar.gz |
13 |
Source1: integration.tgz |
Source1: integration.tgz |
14 |
|
|
15 |
BuildArch: noarch |
BuildArch: noarch |
159 |
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
160 |
|
|
161 |
%changelog |
%changelog |
162 |
|
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.1-12.sme |
163 |
|
- upgrade to upstream version [SME: 10565] |
164 |
|
|
165 |
|
* Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> Version: 0.5.0-3.sme |
166 |
|
- fix Dehydrated caused rate limits to be reached [SME: 10521] |
167 |
|
|
168 |
|
* Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.5.0-1.sme |
169 |
|
- upgrade to upstream version [SME: 10521] |
170 |
|
|
171 |
* Fri Feb 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> - 0.4.0-1.sme |
* Fri Feb 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> - 0.4.0-1.sme |
172 |
- update architecture of sources and release/version number |
- update architecture of sources and release/version number |
173 |
- according to Charlie Brady recomendations |
- according to Charlie Brady recomendations |