certbot/letsencrypt-auto-source/pieces/bootstrappers
Adrien Ferrand 6ff101dcbb Cover case of OpenSUSE Leap 15+ in certbot-auto (#6794)
Fixes #6228.

Since OpenSUSE Leap 15, python-virtualenv became a source package, breaking certbot-auto bootstrap on this version. Then python2-virtualenv must be used to create Python 2.x virtual environments.

This PR makes certbot-auto compatible to prior and after Leap 15, by testing the existence of python-virtualenv on current OpenSUSE system, and then use appropriate packages.

* Cover case of OpenSUSE Leap 15+ in certbot-auto

* Revert increment on bootstrap for OpenSUSE

* Fix configuration for Leap15+

* Add comment about explicit installation of python2-setuptools

* Update letsencrypt-auto-source/pieces/bootstrappers/suse_common.sh

Co-Authored-By: adferrand <adferrand@users.noreply.github.com>

* Update letsencrypt-auto
2019-03-01 18:07:07 -08:00
..
arch_common.sh Don't mention _venv_common.sh in certbot-auto. 2018-11-16 14:28:29 -08:00
deb_common.sh Remove certbot-auto code for Wheezy and Precise (#6672) 2019-01-18 15:27:31 +02:00
free_bsd.sh certbot-auto OS dependency update system (#4971) 2017-08-23 11:01:20 -07:00
gentoo_common.sh certbot-auto OS dependency update system (#4971) 2017-08-23 11:01:20 -07:00
mac.sh certbot-auto OS dependency update system (#4971) 2017-08-23 11:01:20 -07:00
mageia_common.sh certbot-auto OS dependency update system (#4971) 2017-08-23 11:01:20 -07:00
rpm_common.sh Deprecate Python2.6 by using Python3 on CentOS/RHEL 6 (#5329) 2018-01-08 13:57:04 -08:00
rpm_common_base.sh Address erikrose's comments on #5329 (#5400) 2018-01-09 16:48:16 -08:00
rpm_python3.sh Deprecate Python2.6 by using Python3 on CentOS/RHEL 6 (#5329) 2018-01-08 13:57:04 -08:00
smartos.sh certbot-auto OS dependency update system (#4971) 2017-08-23 11:01:20 -07:00
suse_common.sh Cover case of OpenSUSE Leap 15+ in certbot-auto (#6794) 2019-03-01 18:07:07 -08:00