From fc48f6ba1732390852b1c14476a50576b0f5abd9f47befe053d561bf6270e363 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 21 Nov 2017 09:43:45 +0000 Subject: [PATCH] Accepting request 543879 from home:pluskalm:branches:network - Use python3 by default (fate#323526) OBS-URL: https://build.opensuse.org/request/show/543879 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=221 --- bind.changes | 5 +++++ bind.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bind.changes b/bind.changes index 9b717e7..11d4992 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 13 14:20:43 UTC 2017 - mpluskal@suse.com + +- Use python3 by default (fate#323526) + ------------------------------------------------------------------- Mon Sep 11 15:43:38 UTC 2017 - meissner@suse.com diff --git a/bind.spec b/bind.spec index adc9a2e..0467926 100644 --- a/bind.spec +++ b/bind.spec @@ -60,7 +60,7 @@ BuildRequires: libxml2-devel BuildRequires: openldap2-devel BuildRequires: openssl BuildRequires: openssl-devel -BuildRequires: python-base +BuildRequires: python3-base %if %{with_systemd} BuildRequires: systemd-rpm-macros %else