public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sendmail] rawhide: Fixed post scriptlet not to output error about nonexistent clientmqueue
@ 2026-07-29 9:43
0 siblings, 0 replies; only message in thread
From: @ 2026-07-29 9:43 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 9:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 9:43 [rpms/sendmail] rawhide: Fixed post scriptlet not to output error about nonexistent clientmqueue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox