1 |
Name: dehydrated |
Name: dehydrated |
2 |
%define version 0.5.0 |
%define version 0.6.2 |
3 |
%define release 1 |
%define release 13 |
4 |
Version: %{version} |
Version: %{version} |
5 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
6 |
Summary: ACME client in bash |
Summary: ACME client in bash |
8 |
Group: Application/System |
Group: Application/System |
9 |
License: MIT |
License: MIT |
10 |
URL: https://github.com/lukas2511/dehydrated |
URL: https://github.com/lukas2511/dehydrated |
11 |
Source0: dehydrated-v%{version}.tar.gz |
Source0: dehydrated-%{version}.tar.gz |
12 |
Source1: integration.tgz |
Source1: integration.tgz |
13 |
|
|
14 |
BuildArch: noarch |
BuildArch: noarch |
38 |
%prep |
%prep |
39 |
#unpack source 1 |
#unpack source 1 |
40 |
%setup -n dehydrated-%{version} |
%setup -n dehydrated-%{version} |
|
%patch0 -p1 |
|
41 |
# unpack integration package aka source 1; do not delete previous -D, and disable default unpacking -T |
# unpack integration package aka source 1; do not delete previous -D, and disable default unpacking -T |
42 |
# this wil unpack the integration file in the previous unpacked dehydrated folder |
# this wil unpack the integration file in the previous unpacked dehydrated folder |
43 |
%setup -T -D -a 1 |
%setup -T -D -a 1 |
53 |
install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}/challenges |
install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}/challenges |
54 |
install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}/certificates |
install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}/certificates |
55 |
install -D dehydrated $RPM_BUILD_ROOT/%{_bindir}/%{name} |
install -D dehydrated $RPM_BUILD_ROOT/%{_bindir}/%{name} |
56 |
install %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/dehydrated_hooks |
install integration/dehydrated_hooks $RPM_BUILD_ROOT/%{_bindir}/dehydrated_hooks |
57 |
install %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/dehydrated_revoke |
install integration/dehydrated_revoke $RPM_BUILD_ROOT/%{_bindir}/dehydrated_revoke |
58 |
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/hooks_deploy_cert.d |
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/hooks_deploy_cert.d |
59 |
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/hooks_clean_challenge.d |
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/hooks_clean_challenge.d |
60 |
install -D -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/hooks_deploy_cert.d/10httpd.sh.sample |
install -D -m 0644 integration/httpd.sh.sample $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/hooks_deploy_cert.d/10httpd.sh.sample |
61 |
install -D -m 0644 docs/examples/config $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/config |
install -D -m 0644 docs/examples/config $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/config |
62 |
install -D -m 0644 docs/examples/domains.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/domains.txt |
install -D -m 0644 docs/examples/domains.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/domains.txt |
63 |
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/ |
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/ |
64 |
cat <<"_EOF" > $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/%{name} |
cat <<"_EOF" > $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/%{name} |
65 |
|
|
66 |
#!/bin/sh |
#!/bin/sh |
67 |
# Uncomment to enable auto-renewal |
# Uncomment to enable auto-renewal |
68 |
# %{_bindir}/%{name} -c 2>&1 | awk '{ print strftime(), $0; fflush(); }' >> %{_localstatedir}/log/%{name}.log |
# %{_bindir}/%{name} -c 2>&1 | awk '{ print strftime(), $0; fflush(); }' >> %{_localstatedir}/log/%{name}.log |
159 |
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
160 |
|
|
161 |
%changelog |
%changelog |
162 |
|
* Thu May 03 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.2-13.sme |
163 |
|
- upgrade to upstream version [SME: 10577] |
164 |
|
|
165 |
|
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.1-12.sme |
166 |
|
- upgrade to upstream version [SME: 10565] |
167 |
|
|
168 |
|
* Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.5.0-3.sme |
169 |
|
- fix Dehydrated caused rate limits to be reached [SME: 10521] patch0 |
170 |
|
|
171 |
* Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.5.0-1.sme |
* Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.5.0-1.sme |
172 |
- upgrade to upstream version [SME: 10521] |
- upgrade to upstream version [SME: 10521] |
173 |
|
- update architecture of sources and release/version number |
174 |
|
according to Charlie Brady recomendations see [SME 9901] |
175 |
|
|
176 |
* Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> - 0.4.0.20170205.git1163864.sme |
* Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> - 0.4.0.20170205.git1163864.sme |
177 |
- update dehydrated to 0.4 [SME: 10080] |
- update dehydrated to 0.4 [SME: 10080] |