public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/exim] epel10: New version
Date: Thu, 23 Jul 2026 16:34:41 GMT	[thread overview]
Message-ID: <178482448113.1.17168767316039157728.rpms-exim-c2a328ca8e7c@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/exim
          Branch : epel10
          Commit : c2a328ca8e7cea12bcf58dd2b54cbc612fcc80d3
          Author : Jaroslav Škarvada <jskarvad@redhat.com>
          Date   : 2026-07-23T18:34:32+02:00
          Stats  : +15/-9 in 3 file(s)
          URL    : https://src.fedoraproject.org/rpms/exim/c/c2a328ca8e7cea12bcf58dd2b54cbc612fcc80d3?branch=epel10

          Log:
          New version

Resolves: rhbz#2506152

---
diff --git a/exim.spec b/exim.spec
index d3dc720..2f9c2f3 100644
--- a/exim.spec
+++ b/exim.spec
@@ -11,7 +11,7 @@
 
 Summary: The exim mail transfer agent
 Name: exim
-Version: 4.99.4
+Version: 4.99.5
 Release: 1%{?dist}
 # Automatically converted from old format: GPLv2+ - review is highly recommended.
 License: GPL-2.0-or-later
@@ -21,6 +21,7 @@ Provides: MTA smtpd smtpdaemon server(smtp)
 Requires(post): %{_sbindir}/restorecon %{_sbindir}/alternatives systemd
 Requires(preun): %{_sbindir}/alternatives systemd
 Requires(postun): %{_sbindir}/alternatives systemd
+%{?sysusers_requires_compat}
 %if %{with clamav}
 BuildRequires: clamd
 %endif
@@ -41,6 +42,7 @@ Source23: trusted-configs
 Source24: exim.service
 Source25: exim-gen-cert
 Source26: clamd.exim.service
+Source30: exim.sysusers.conf
 
 Patch: exim-4.99-config.patch
 Patch: exim-4.94-libdir.patch
@@ -81,6 +83,7 @@ BuildRequires: libSM-devel
 BuildRequires: libICE-devel
 BuildRequires: libXpm-devel
 BuildRequires: libXt-devel
+BuildRequires: systemd-rpm-macros
 BuildRequires: systemd-units
 BuildRequires: libgsasl-devel
 # Workaround for NIS removal from glibc, bug 1534920
@@ -198,11 +201,7 @@ for f in $(ls -dp cve-* | grep -v '/\|\(\.txt\)$'); do
 done
 popd
 
-# Create a sysusers.d config file
-cat >exim.sysusers.conf <<EOF
-u exim 93 - %{_var}/spool/exim -
-m exim mail
-EOF
+# exim.sysusers.conf is now a static Source file (Source30)
 
 %build
 # https://bugs.exim.org/show_bug.cgi?id=3135
@@ -338,12 +337,13 @@ install -m755 %{SOURCE22} $RPM_BUILD_ROOT/%_sysconfdir/cron.daily/greylist-tidy.
 install -m644 %{SOURCE23} $RPM_BUILD_ROOT/%_sysconfdir/exim/trusted-configs
 touch $RPM_BUILD_ROOT/%_var/spool/exim/db/greylist.db
 
-install -m0644 -D exim.sysusers.conf %{buildroot}%{_sysusersdir}/exim.conf
+install -m0644 -D %{SOURCE30} %{buildroot}%{_sysusersdir}/exim.conf
 
 %check
 build-`scripts/os-type`-`scripts/arch-type`/exim -C src/configure.default -bV
 
 %pre
+%sysusers_create_compat %{SOURCE30}
 # Copy TLS certs from old location to new -- don't move them, because the
 # config file may be modified and may be pointing to the old location.
 if [ ! -f /etc/pki/tls/certs/exim.pem -a -f %{_datadir}/ssl/certs/exim.pem ] ; then
@@ -509,6 +509,10 @@ fi
 %{_sysconfdir}/cron.daily/greylist-tidy.sh
 
 %changelog
+* Thu Jul 23 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.99.5-1
+- New version
+  Resolves: rhbz#2506152
+
 * Mon Jun 01 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.99.4-1
 - New version
   Resolves: rhbz#2483300

diff --git a/exim.sysusers.conf b/exim.sysusers.conf
new file mode 100644
index 0000000..97fe307
--- /dev/null
+++ b/exim.sysusers.conf
@@ -0,0 +1,2 @@
+u exim 93 - /var/spool/exim -
+m exim mail

diff --git a/sources b/sources
index 9ab3fe1..ff62b34 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (exim-4.99.4.tar.xz) = 30fa01a301f8f4fe0c069f3da9e5247f0e22b19f64119cb8cccaf10aada8280ce02061a4671d110ad29b08af9e23ba3c3e8c7483874c7b1c992d90b51681ca9a
-SHA512 (exim-4.99.4.tar.xz.asc) = f872dbbe0adfdbcbfb6d1764394647e2927a0670f41410f66d6f1c0baa1a5956ffd2a51efad7eafc938cbb840b533b8dc6ef453098d854213c16465d868c7a68
+SHA512 (exim-4.99.5.tar.xz) = 28fd15d0d4e0114129fd42140fb5d5920fcd5cbfb6ac816197e3567c3d2ece6ec73367b43bd8d47d2b543adb89ad28a5e4c58a23210887f867a5c41c24e181b5
+SHA512 (exim-4.99.5.tar.xz.asc) = c88e2cf0a4bb4d611b3cb8a13eac8083e80d5d511fcdaa19e04352970c2453aa1068377ac554ad1ffb63fdb28ca2cec1376988ea558294bc782073c18dfbd6f2

             reply	other threads:[~2026-07-23 16:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-23 16:34  [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-01 14:50 [rpms/exim] epel10: New version 

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=178482448113.1.17168767316039157728.rpms-exim-c2a328ca8e7c@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