Accepting request 1116386 from server:mail
- Require a smtp daemon at build and runtime to work around missing system /var/mail/ directory (boo#1216035) OBS-URL: https://build.opensuse.org/request/show/1116386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=116
This commit is contained in:
commit
7773609311
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 9 07:41:57 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- 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 <werner@suse.de>
|
Wed Sep 27 13:42:36 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -79,8 +79,10 @@ BuildRequires: pkgconfig(libsasl2)
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: smtp_daemon
|
||||||
%endif
|
%endif
|
||||||
Requires: glibc-locale
|
Requires: glibc-locale
|
||||||
|
Requires: smtp_daemon
|
||||||
Requires(post): %{_bindir}/cat
|
Requires(post): %{_bindir}/cat
|
||||||
Requires(post): %{_bindir}/mkdir
|
Requires(post): %{_bindir}/mkdir
|
||||||
Requires(postun):%{_bindir}/rm
|
Requires(postun):%{_bindir}/rm
|
||||||
|
Loading…
Reference in New Issue
Block a user