Spec file update

tags/smeserver-letsencrypt-client-0.2.4-1
Daniel Berteaud 8 years ago
parent bae34ca9f1
commit 0540516807
  1. 16
      smeserver-letsencrypt-client.spec

@ -1,4 +1,4 @@
%define version 0.1.0
%define version 0.1.4
%define release 1
%define name smeserver-letsencrypt-client
@ -22,6 +22,18 @@ Automatically get certificates from letsencrypt
Using https://github.com/lukas2511/letsencrypt.sh
%changelog
* Fri Jan 29 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.4-1.sme
- Better AltName selection and dedup
* Fri Jan 29 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.3-1.sme
- Rename le-update event to letsencrypt-update
* Fri Jan 29 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.2-1.sme
- Add an Uri prop to choose between production and staging CA
* Mon Jan 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme
- Change the way hooks are called to make it more flexible
* Fri Jan 22 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme
- Initial release
@ -38,6 +50,8 @@ perl createlinks
/bin/rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
--dir /home/e-smith/db/letsencrypt.sh 'attr(0750,root,root)' \
--file /etc/letsencrypt.sh/hooks_deploy_cert.d/10smeserver.sh 'attr(0755,root,root)' \
--file /etc/letsencrypt.sh/hooks_clean_challenge.d/10smeserver.sh 'attr(0755,root,root)' \
> %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist

Loading…
Cancel
Save