[spamass-milter/f14] Require systemd-units for ownership of /etc/tmpfiles.d directory

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 24 19:12:54 UTC 2011


commit 16946abb36b83e0b9114af75072cd2bc635d2dfa
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Nov 30 15:03:05 2010 +0000

    Require systemd-units for ownership of /etc/tmpfiles.d directory

 spamass-milter.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/spamass-milter.spec b/spamass-milter.spec
index 07c9c0d..f03130f 100644
--- a/spamass-milter.spec
+++ b/spamass-milter.spec
@@ -1,7 +1,7 @@
 Summary:	Milter (mail filter) for spamassassin
 Name:		spamass-milter
 Version:	0.3.1
-Release:	23%{?dist}
+Release:	24%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 URL:		http://savannah.nongnu.org/projects/spamass-milt/
@@ -27,6 +27,9 @@ Patch10:	spamass-milter-0.3.1-pathnames.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	spamassassin, sendmail-devel
 Requires:	spamassassin, /usr/sbin/sendmail
+%if 0%{?fedora} > 14
+Requires:	systemd-units
+%endif
 
 Requires(pre): /usr/bin/getent, /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/usermod
 Requires(post): /sbin/chkconfig
@@ -168,6 +171,9 @@ fi
 %dir %attr(-,sa-milt,postfix) %{_localstatedir}/run/spamass-milter/postfix/
 
 %changelog
+* Tue Nov 30 2010 Paul Howarth <paul at city-fan.org> 0.3.1-24
+- Require systemd-units for ownership of /etc/tmpfiles.d directory
+
 * Fri Nov 26 2010 Paul Howarth <paul at city-fan.org> 0.3.1-23
 - Make sure /var/run/spamass-milter and /var/run/spamass-milter/postfix exist
   at boot time for systems with /var/run on tmpfs (#656692)


More information about the scm-commits mailing list