public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/sendmail] rawhide: Fixed post scriptlet not to output error about nonexistent clientmqueue
Date: Wed, 29 Jul 2026 09:43:16 GMT [thread overview]
Message-ID: <178531819650.1.13403120754520523230.rpms-sendmail-f6633889d0b7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/sendmail
Branch : rawhide
Commit : f6633889d0b7e726a61de030897a235c59d97786
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-07-29T11:43:05+02:00
Stats : +4/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sendmail/c/f6633889d0b7e726a61de030897a235c59d97786?branch=rawhide
Log:
Fixed post scriptlet not to output error about nonexistent clientmqueue
---
diff --git a/sendmail.spec b/sendmail.spec
index 900c8ba..2bfe77f 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -42,7 +42,7 @@
Summary: A widely used Mail Transport Agent (MTA)
Name: sendmail
Version: 8.18.2
-Release: 7%{?dist}
+Release: 8%{?dist}
License: sendmail-8.23 AND MIT AND MIT-CMU AND BSD-3-Clause AND CDDL-1.0 AND BSD-4-Clause AND BSD-4-Clause-UC AND PostgreSQL AND ISC AND HPND-sell-variant AND mailprio
URL: http://www.sendmail.org/
@@ -600,13 +600,6 @@ test -h /usr/sbin || ln -s ../bin/editmap /usr/sbin/editmap 2>/dev/null || :
%{_sysconfdir}/sasl2 2>/dev/null || :
%endif
-# Create sm-client.st if it doesn't exist
-if [ ! -f %{spooldir}/clientmqueue/sm-client.st ]; then
- touch %{spooldir}/clientmqueue/sm-client.st
- chown smmsp:smmsp %{spooldir}/clientmqueue/sm-client.st
- chmod 0660 %{spooldir}/clientmqueue/sm-client.st
-fi
-
# Create self-signed SSL certificate
if [ ! -f %{sslkey} ]; then
umask 077
@@ -771,6 +764,9 @@ exit 0
%changelog
+* Wed Jul 29 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 8.18.2-8
+- Fixed post scriptlet not to output error about nonexistent clientmqueue
+
* Wed Jul 29 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 8.18.2-7
- Used workaround for /var/mqueue to support Image mode
reply other threads:[~2026-07-29 9:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178531819650.1.13403120754520523230.rpms-sendmail-f6633889d0b7@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox