1 |
Name: dehydrated |
Name: dehydrated |
2 |
%define version 0.6.2 |
%define version 0.6.2 |
3 |
%define release 13 |
%define release 14 |
4 |
Version: %{version} |
Version: %{version} |
5 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
6 |
Summary: ACME client in bash |
Summary: ACME client in bash |
11 |
Source0: dehydrated-%{version}.tar.gz |
Source0: dehydrated-%{version}.tar.gz |
12 |
Source1: integration.tgz |
Source1: integration.tgz |
13 |
|
|
14 |
|
Patch1: dehydrated-fix-missing-id.patch |
15 |
|
|
16 |
BuildArch: noarch |
BuildArch: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
|
|
44 |
# this wil unpack the integration file in the previous unpacked dehydrated folder |
# this wil unpack the integration file in the previous unpacked dehydrated folder |
45 |
%setup -T -D -a 1 |
%setup -T -D -a 1 |
46 |
|
|
47 |
|
%patch1 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
sed -i -e "s|#BASEDIR=.*|BASEDIR=%{_localstatedir}/lib/%{name}/certificates|" \ |
sed -i -e "s|#BASEDIR=.*|BASEDIR=%{_localstatedir}/lib/%{name}/certificates|" \ |
51 |
-e "s|#WELLKNOWN=.*|WELLKNOWN=%{_localstatedir}/lib/%{name}/challenges|" \ |
-e "s|#WELLKNOWN=.*|WELLKNOWN=%{_localstatedir}/lib/%{name}/challenges|" \ |
163 |
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
164 |
|
|
165 |
%changelog |
%changelog |
166 |
|
* Fri Nov 22 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.6.2-14.sme |
167 |
|
- fix Malformed account ID error [SME: 10828] |
168 |
|
|
169 |
* Thu May 03 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.2-13.sme |
* Thu May 03 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.2-13.sme |
170 |
- upgrade to upstream version [SME: 10577] |
- upgrade to upstream version [SME: 10577] |
171 |
|
|
240 |
|
|
241 |
* Mon Jan 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.0.1.git3432f60-1 |
* Mon Jan 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.0.1.git3432f60-1 |
242 |
- First package |
- First package |
243 |
|
|
244 |
|
%patch |