From b056947f5df5850187f0385c3c8cb7602a3eddce82f865d2f53b73bb7f737bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 13:11:14 +0000 Subject: [PATCH] Accepting request 718240 from home:rfrohl:branches:devel:languages:python:certbot fixed install checker error: python2-certbot would conflict with the old certbot package(for /usr/bin/certbot). Found with Leap 15 OBS-URL: https://build.opensuse.org/request/show/718240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=36 --- python-certbot.changes | 5 +++++ python-certbot.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-certbot.changes b/python-certbot.changes index be20604..0f9b729 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 24 12:27:15 UTC 2019 - Robert Frohl + +- Updated Provides and Obsoletes on certbot to include the python2-certbot package + ------------------------------------------------------------------- Wed Jul 17 13:35:22 UTC 2019 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 06ac874..55bd01a 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -60,10 +60,9 @@ Requires(postun): update-alternatives BuildArch: noarch %ifpython2 Requires: python-typing -%else +%endif Provides: certbot = %{version} Obsoletes: certbot < %{version} -%endif %python_subpackages %description