From ea3df6e0176cf6c2fa520d2a408b7e2f7df99d4f Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 9 Oct 2023 07:44:29 +0000 Subject: [PATCH] Require a smtp daemon to have a /var/mail/ directoy around OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=267 --- mutt.changes | 6 ++++++ mutt.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/mutt.changes b/mutt.changes index d917ed4..c905208 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 9 07:41:57 UTC 2023 - Dr. Werner Fink + +- Require a smtp daemon at build and runtime to work around + missing system /var/mail/ directory (boo#1216035) + ------------------------------------------------------------------- Wed Sep 27 13:42:36 UTC 2023 - Dr. Werner Fink diff --git a/mutt.spec b/mutt.spec index 9eb46aa..f7ca2a5 100644 --- a/mutt.spec +++ b/mutt.spec @@ -79,8 +79,10 @@ BuildRequires: pkgconfig(libsasl2) BuildRequires: python3-base BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: smtp_daemon %endif Requires: glibc-locale +Requires: smtp_daemon Requires(post): %{_bindir}/cat Requires(post): %{_bindir}/mkdir Requires(postun):%{_bindir}/rm