[x509watch] Added versioned requirement to systemd

Robert Scheck robert at fedoraproject.org
Fri Nov 29 07:53:35 UTC 2013


commit 43c50673ba93da4103cb8845577f557ee342db9b
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Fri Nov 29 08:53:12 2013 +0100

    Added versioned requirement to systemd

 x509watch.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/x509watch.spec b/x509watch.spec
index 9e6e742..6b19058 100644
--- a/x509watch.spec
+++ b/x509watch.spec
@@ -8,10 +8,10 @@ URL:              http://ftp.robert-scheck.de/linux/%{name}/
 Source:           http://ftp.robert-scheck.de/linux/%{name}/%{name}-%{version}.tar.gz
 Requires:         %{_bindir}/openssl, %{_sbindir}/sendmail
 %if 0%{?rhel} > 6 || 0%{?fedora} > 17
-Requires(post):   systemd
-Requires(preun):  systemd
-Requires(postun): systemd
-BuildRequires:    systemd
+Requires(post):   systemd >= 197
+Requires(preun):  systemd >= 197
+Requires(postun): systemd >= 197
+BuildRequires:    systemd >= 197
 %endif
 BuildArch:        noarch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


More information about the scm-commits mailing list