2024-01-05 21:10:17 +01:00
Name : certbot
2024-01-05 21:10:28 +01:00
Version : 2.7.3
2024-01-05 21:10:26 +01:00
Release : 1mamba
2024-01-05 21:10:17 +01:00
Summary : A fully-featured, extensible client for the Let's Encrypt CA
Group : System/Libraries
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
URL : https://letsencrypt.org
Source : https://github.com/certbot/certbot.git/v%{version} /certbot-%{version} .tar.bz2
2024-01-05 21:10:25 +01:00
Source1 : certbot-renew.service
Source2 : certbot-renew.timer
2024-01-05 21:10:17 +01:00
Patch0 : python-letsencrypt-0.1.0-use-configargparse.patch
Patch1 : letsencrypt-0.1.1-acme-0.1.1.patch
License : Apache License 2.0
## AUTOBUILDREQ-BEGIN
2024-01-05 21:10:25 +01:00
BuildRequires : (python3.10dist(pyopenssl) < 23.1 or python3.10dist(pyopenssl) > 23.1)
2024-01-05 21:10:25 +01:00
BuildRequires : libpython310-devel
BuildRequires : python3.10dist(acme)
BuildRequires : python3.10dist(configargparse)
BuildRequires : python3.10dist(configobj)
BuildRequires : python3.10dist(cryptography)
BuildRequires : python3.10dist(distro)
BuildRequires : python3.10dist(josepy)
BuildRequires : python3.10dist(parsedatetime)
2024-01-05 21:10:25 +01:00
BuildRequires : python3.10dist(pyopenssl)
BuildRequires : python3.10dist(pyparsing)
2024-01-05 21:10:25 +01:00
BuildRequires : python3.10dist(pyrfc3339)
2024-01-05 21:10:25 +01:00
BuildRequires : python3.10dist(python-augeas)
2024-01-05 21:10:25 +01:00
BuildRequires : python3.10dist(pytz)
BuildRequires : python3.10dist(setuptools)
2024-01-05 21:10:17 +01:00
## AUTOBUILDREQ-END
2024-01-05 21:10:25 +01:00
Requires : python-augeas-py310
#Requires: python-mock-py3
Requires : python-psutil-py310
Requires : python-requests-py310
Requires : python-six-py310
#Requires: python-zope-component-py3
#Requires: python-zope-interface-py3
2024-01-05 21:10:17 +01:00
Provides : letsencrypt
2024-01-05 21:10:21 +01:00
Obsoletes : letsencrypt < 1.31.0
2024-01-05 21:10:17 +01:00
%description
The Let's Encrypt Client is a fully-featured, extensible client for the Let' s Encrypt CA (or any other CA that speaks the ACME protocol) that can automate the tasks of obtaining certificates and configuring webservers to use them.
2024-01-05 21:10:18 +01:00
%package apache
Group : System/Libraries
Summary : Apache plugin for %{name}
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
Requires : apache
%description apache
The Let's Encrypt Client is a fully-featured, extensible client for the Let' s Encrypt CA (or any other CA that speaks the ACME protocol) that can automate the tasks of obtaining certificates and configuring webservers to use them.
2024-01-05 21:10:25 +01:00
This package provides the Apache plugin.
2024-01-05 21:10:18 +01:00
2024-01-05 21:10:25 +01:00
%package nginx
2024-01-05 21:10:18 +01:00
Group : System/Libraries
2024-01-05 21:10:25 +01:00
Summary : Nginx plugin for %{name}
2024-01-05 21:10:18 +01:00
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-05 21:10:25 +01:00
Requires : nginx
2024-01-05 21:10:18 +01:00
2024-01-05 21:10:25 +01:00
%description nginx
2024-01-05 21:10:18 +01:00
The Let's Encrypt Client is a fully-featured, extensible client for the Let' s Encrypt CA (or any other CA that speaks the ACME protocol) that can automate the tasks of obtaining certificates and configuring webservers to use them.
2024-01-05 21:10:25 +01:00
This package provides the Nginx plugin.
2024-01-05 21:10:18 +01:00
2024-01-05 21:10:17 +01:00
%prep
%setup -q
#% patch0 -p1
#%patch1 -p1
%build
2024-01-05 21:10:25 +01:00
for d in certbot certbot-{apache,nginx}; do
cd $d
CFLAGS=" %{optflags} " %{__python 310} -m build --no-isolation --wheel
2024-01-05 21:10:18 +01:00
cd ..
done
2024-01-05 21:10:17 +01:00
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
2024-01-05 21:10:25 +01:00
for d in certbot certbot-{apache,nginx}; do
cd $d
%{__python 310} -m installer --destdir=%{buildroot} dist/*.whl
2024-01-05 21:10:18 +01:00
cd ..
done
2024-01-05 21:10:17 +01:00
install -d -m0755 %{buildroot} %{_sysconfdir} /letsencrypt
install -d -m0755 %{buildroot} %{_localstatedir} /log/letsencrypt
install -d -m0755 %{buildroot} %{_sysconfdir} /cron.weekly
cat > %{buildroot} %{_sysconfdir} /cron.weekly/certbot << _EOF
#!/bin/bash
certbot renew
2024-01-05 21:10:21 +01:00
systemctl -q is-enabled httpd >/dev/null && systemctl reload httpd
systemctl -q is-enabled nginx >/dev/null && systemctl reload nginx
2024-01-05 21:10:17 +01:00
_EOF
2024-01-05 21:10:25 +01:00
install -D -m0644 %{SOURCE1} %{buildroot} %{_unitdir} /certbot-renew.service
install -D -m0644 %{SOURCE2} %{buildroot} %{_unitdir} /certbot-renew.timer
ln -s %{python310_sitelib} /certbot_apache/_
%files
2024-01-05 21:10:17 +01:00
%defattr (-,root,root)
%dir %{_sysconfdir} /letsencrypt
%attr (0755,root,root) %{_sysconfdir} /cron.weekly/certbot
2024-01-05 21:10:25 +01:00
%{_bindir} /certbot
%attr (0700,root,root) %dir %{_localstatedir} /log/letsencrypt
%{_unitdir} /certbot-renew.service
%{_unitdir} /certbot-renew.timer
%dir %{python310_sitelib} /certbot-%{version} .dist-info
%{python310_sitelib} /certbot-%{version} .dist-info/*
%dir %{python310_sitelib} /certbot
%{python310_sitelib} /certbot/*
%doc LICENSE.txt
%files apache
2024-01-05 21:10:18 +01:00
%defattr (-,root,root)
2024-01-05 21:10:25 +01:00
%dir %{python310_sitelib} /certbot_apache-%{version} .dist-info
%{python310_sitelib} /certbot_apache-%{version} .dist-info/*
%dir %{python310_sitelib} /certbot_apache
%{python310_sitelib} /certbot_apache/*
2024-01-05 21:10:20 +01:00
2024-01-05 21:10:25 +01:00
%files nginx
%defattr (-,root,root)
%dir %{python310_sitelib} /certbot_nginx-%{version} .dist-info
%{python310_sitelib} /certbot_nginx-%{version} .dist-info/*
%dir %{python310_sitelib} /certbot_nginx
%{python310_sitelib} /certbot_nginx/*
2024-01-05 21:10:18 +01:00
2024-01-05 21:10:17 +01:00
%changelog
2024-01-05 21:10:28 +01:00
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
- automatic version update by autodist
2024-01-05 21:10:28 +01:00
* Fri Oct 20 2023 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
- automatic version update by autodist
2024-01-05 21:10:26 +01:00
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:26 +01:00
* Wed Oct 04 2023 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:25 +01:00
* Tue Sep 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-4mamba
- added nginx plugin
2024-01-05 21:10:25 +01:00
* Tue Aug 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-3mamba
- update requirements with python 3.10
* Tue Jul 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-2mamba
- rebuilt with python 3.10
* Wed May 10 2023 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:24 +01:00
* Tue Apr 04 2023 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:24 +01:00
* Wed Mar 08 2023 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:23 +01:00
* Wed Feb 15 2023 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:22 +01:00
* Thu Jan 12 2023 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
- automatic version update by autodist
* Fri Dec 16 2022 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Wed Dec 07 2022 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Tue Nov 22 2022 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
- automatic version update by autodist
* Tue Oct 04 2022 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Thu Jul 07 2022 Automatic Build System <autodist@mambasoft.it> 1.29.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Wed Jun 08 2022 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
- automatic version update by autodist
* Sat Jun 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.27.0-2mamba
- update croon.weekly with support for reloading nginx and/or httpd if enabled
2024-01-05 21:10:21 +01:00
* Wed May 04 2022 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:21 +01:00
* Wed Apr 06 2022 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.25.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Mar 02 2022 Automatic Build System <autodist@mambasoft.it> 1.24.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Feb 09 2022 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Dec 08 2021 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 1.21.0-1mamba
- automatic version update by autodist
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
2024-01-05 21:10:20 +01:00
* Wed Sep 08 2021 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Jul 07 2021 Automatic Build System <autodist@mambasoft.it> 1.17.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Jun 02 2021 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 1.15.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic version update by autodist
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Feb 03 2021 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Jan 06 2021 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Fri Dec 04 2020 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
- automatic version update by autodist
* Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-2mamba
- remove old egg-info dirs causing errors to launch
* Wed Aug 05 2020 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Jul 08 2020 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:20 +01:00
* Wed Jun 03 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Thu May 07 2020 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Fri May 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-3mamba
- added certbot py3 requirements
2024-01-05 21:10:19 +01:00
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
- rebuilt with python3
* Wed Mar 04 2020 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Wed Feb 05 2020 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Wed Jan 22 2020 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Sun Dec 08 2019 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Wed Nov 20 2019 Automatic Build System <autodist@mambasoft.it> 0.40.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Wed Oct 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.39.0-2mamba
- require python-distro
2024-01-05 21:10:19 +01:00
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 0.39.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 0.38.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Thu Aug 22 2019 Automatic Build System <autodist@mambasoft.it> 0.37.2-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Fri Aug 09 2019 Automatic Build System <autodist@mambasoft.it> 0.37.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 0.36.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 0.35.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Thu Jun 06 2019 Automatic Build System <autodist@mambasoft.it> 0.35.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Wed May 08 2019 Automatic Build System <autodist@mambasoft.it> 0.34.2-1mamba
- automatic version update by autodist
* Tue May 07 2019 Automatic Build System <autodist@mambasoft.it> 0.34.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Fri May 03 2019 Automatic Build System <autodist@mambasoft.it> 0.34.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Sun Apr 07 2019 Automatic Build System <autodist@mambasoft.it> 0.33.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Thu Apr 04 2019 Automatic Build System <autodist@mambasoft.it> 0.33.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Fri Mar 08 2019 Automatic Build System <autodist@mambasoft.it> 0.32.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:19 +01:00
* Sat Feb 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.31.0-2mamba
- require python-augeas
* Fri Feb 08 2019 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 0.30.2-1mamba
- automatic version update by autodist
* Fri Jan 04 2019 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
- automatic version update by autodist
* Thu Dec 06 2018 Automatic Build System <autodist@mambasoft.it> 0.29.1-1mamba
- automatic version update by autodist
* Thu Dec 06 2018 Automatic Build System <autodist@mambasoft.it> 0.29.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 0.28.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Sat Oct 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.1-2mamba
- install apache plugin
2024-01-05 21:10:18 +01:00
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 0.27.1-1mamba
- automatic version update by autodist
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 0.26.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Sun Jul 01 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.25.1-2mamba
- require python-requests-toolbelt
2024-01-05 21:10:18 +01:00
* Thu Jun 14 2018 Automatic Build System <autodist@mambasoft.it> 0.25.1-1mamba
- automatic version update by autodist
* Thu Jun 07 2018 Automatic Build System <autodist@mambasoft.it> 0.25.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 0.24.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Mon Apr 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.23.0-2mamba
- require python-josepy
* Thu Apr 05 2018 Automatic Build System <autodist@mambasoft.it> 0.23.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Tue Mar 20 2018 Automatic Build System <autodist@mambasoft.it> 0.22.2-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Sun Jan 28 2018 Automatic Build System <autodist@mambasoft.it> 0.21.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Thu Jan 18 2018 Automatic Build System <autodist@mambasoft.it> 0.21.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 0.20.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Thu Oct 05 2017 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
- automatic version update by autodist
* Thu Sep 21 2017 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
- automatic version update by autodist
* Wed Sep 13 2017 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Thu Aug 03 2017 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
- automatic version update by autodist
* Fri Jul 07 2017 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
- automatic version update by autodist
* Fri Jun 09 2017 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Fri May 26 2017 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
- automatic version update by autodist
* Thu May 18 2017 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
- automatic version update by autodist
* Fri May 05 2017 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:18 +01:00
* Thu Apr 13 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.0-2mamba
- require python-argparse
2024-01-05 21:10:18 +01:00
* Fri Apr 07 2017 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:17 +01:00
* Sat Mar 04 2017 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:17 +01:00
* Sat Feb 04 2017 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
- automatic version update by autodist
2024-01-05 21:10:17 +01:00
* Sun Jan 29 2017 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
- automatic version update by autodist
2024-01-05 21:10:17 +01:00
* Sun Jan 15 2017 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
- automatic version update by autodist
* Thu Jan 12 2017 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
- automatic version update by autodist
2024-01-05 21:10:17 +01:00
* Mon Oct 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-2mamba
- remove %{_bindir} /letsencrypt symlink
* Mon Oct 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-1mamba
- update to 0.9.3
* Mon Aug 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
- update to 0.8.1
* Wed Apr 06 2016 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
- automatic version update by autodist
* Fri Mar 04 2016 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
- automatic version update by autodist
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
- automatic version update by autodist
* Sun Feb 14 2016 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
- automatic version update by autodist
* Thu Jan 28 2016 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
- automatic version update by autodist
* Sat Jan 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
- update to 0.2.0
* Sat Dec 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-2mamba
- upstream patch to fix version check for python-acme
* Wed Dec 16 2015 Automatic Build System <autodist@mambasoft.it> 0.1.1-1mamba
- automatic version update by autodist
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-4mamba
- require python-setuptools, not python-setuptool
* Tue Dec 08 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-3mamba
- require python-setuptool
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-2mamba
- added some missing python requires
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-1mamba
- package created using the webbuild interface