mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
@@ -7,6 +7,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Support for Python 3.8 was added to Certbot and all of its components.
|
* Support for Python 3.8 was added to Certbot and all of its components.
|
||||||
|
* Support for CentOS 8 was added to certbot-auto.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -775,6 +775,8 @@ elif [ -f /etc/redhat-release ]; then
|
|||||||
RPM_USE_PYTHON_3=1
|
RPM_USE_PYTHON_3=1
|
||||||
elif [ "$RPM_DIST_NAME" = "rhel" -a "$RPM_DIST_VERSION" -ge 8 ]; then
|
elif [ "$RPM_DIST_NAME" = "rhel" -a "$RPM_DIST_VERSION" -ge 8 ]; then
|
||||||
RPM_USE_PYTHON_3=1
|
RPM_USE_PYTHON_3=1
|
||||||
|
elif [ "$RPM_DIST_NAME" = "centos" -a "$RPM_DIST_VERSION" -ge 8 ]; then
|
||||||
|
RPM_USE_PYTHON_3=1
|
||||||
else
|
else
|
||||||
RPM_USE_PYTHON_3=0
|
RPM_USE_PYTHON_3=0
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -350,6 +350,8 @@ elif [ -f /etc/redhat-release ]; then
|
|||||||
RPM_USE_PYTHON_3=1
|
RPM_USE_PYTHON_3=1
|
||||||
elif [ "$RPM_DIST_NAME" = "rhel" -a "$RPM_DIST_VERSION" -ge 8 ]; then
|
elif [ "$RPM_DIST_NAME" = "rhel" -a "$RPM_DIST_VERSION" -ge 8 ]; then
|
||||||
RPM_USE_PYTHON_3=1
|
RPM_USE_PYTHON_3=1
|
||||||
|
elif [ "$RPM_DIST_NAME" = "centos" -a "$RPM_DIST_VERSION" -ge 8 ]; then
|
||||||
|
RPM_USE_PYTHON_3=1
|
||||||
else
|
else
|
||||||
RPM_USE_PYTHON_3=0
|
RPM_USE_PYTHON_3=0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user