From e4640cae6534186e26c7bd26e94f75078eadc09abb8537c96a75c182b2057ee8 Mon Sep 17 00:00:00 2001 From: James McDonough Date: Wed, 1 Nov 2023 16:34:35 +0000 Subject: [PATCH] Accepting request 1120339 from home:dmulder:branches:network:samba:STABLE - packaging: samba-tool domain provision requires python3-Markdown; (bsc#1216519). OBS-URL: https://build.opensuse.org/request/show/1120339 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=687 --- samba-4.19.2+git.322.7e9201cef5.tar.bz2 | 3 --- samba-4.19.2+git.324.fa0b54b91b.tar.bz2 | 3 +++ samba.changes | 6 ++++++ samba.spec | 5 ++++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 samba-4.19.2+git.322.7e9201cef5.tar.bz2 create mode 100644 samba-4.19.2+git.324.fa0b54b91b.tar.bz2 diff --git a/samba-4.19.2+git.322.7e9201cef5.tar.bz2 b/samba-4.19.2+git.322.7e9201cef5.tar.bz2 deleted file mode 100644 index f745dcd..0000000 --- a/samba-4.19.2+git.322.7e9201cef5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:083cdcf02e8e3c10015b0f8aab9ac811d91035215ee7c1d4699c450f8f00b118 -size 44285138 diff --git a/samba-4.19.2+git.324.fa0b54b91b.tar.bz2 b/samba-4.19.2+git.324.fa0b54b91b.tar.bz2 new file mode 100644 index 0000000..0b4049c --- /dev/null +++ b/samba-4.19.2+git.324.fa0b54b91b.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c993fd93c5ce5d15f6e8d7e3aee10fd7c3b7b8a6e58f31e877f9291f90a7ee2f +size 44284467 diff --git a/samba.changes b/samba.changes index 1c6e69c..7c9c87d 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 23 18:59:15 UTC 2023 - David Mulder + +- packaging: samba-tool domain provision requires python3-Markdown; + (bsc#1216519). + ------------------------------------------------------------------- Mon Oct 16 16:04:22 UTC 2023 - Noel Power diff --git a/samba.spec b/samba.spec index 0ea3fb3..cac39fe 100644 --- a/samba.spec +++ b/samba.spec @@ -158,7 +158,7 @@ BuildRequires: liburing-devel %endif BuildRequires: sysuser-tools -Version: 4.19.2+git.322.7e9201cef5 +Version: 4.19.2+git.324.fa0b54b91b Release: 0 URL: https://www.samba.org/ Obsoletes: samba-32bit < %{version} @@ -546,6 +546,9 @@ Group: Productivity/Networking/Samba Requires: samba = %{version} Requires: samba-ldb-ldap = %{version} Requires: samba-python3 = %{version} +%if %{with_mit_dc} +Requires: python3-Markdown +%endif %description -n samba-tool The package contains samba-tool, the main tool for Samba Administration.