summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-09-30 02:21:24 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-09-30 02:21:24 +0000
commitfd7054f21a2c119e8604201e92e98a203fcdf74c (patch)
treea030ae140d46a5a18650965b2a64386b7bfd9c67
parent6bd7b8996bd3d72831fe410b59cbd197361fea91 (diff)
downloadpki-fd7054f21a2c119e8604201e92e98a203fcdf74c.tar.gz
pki-fd7054f21a2c119e8604201e92e98a203fcdf74c.tar.xz
pki-fd7054f21a2c119e8604201e92e98a203fcdf74c.zip
SPEC FILE CHANGE: Specify '_unitdir' macro for F15 platforms, also.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2239 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/specs/pki-core.spec2
-rw-r--r--pki/specs/pki-kra.spec2
-rw-r--r--pki/specs/pki-ocsp.spec2
-rw-r--r--pki/specs/pki-tks.spec2
4 files changed, 4 insertions, 4 deletions
diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec
index 750f6104..2655279f 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -9,7 +9,7 @@ Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# specify '_unitdir' macro for platforms that don't use 'systemd'
-%if 0%{?rhel} || 0%{?fedora} < 15
+%if 0%{?rhel} || 0%{?fedora} < 16
%define _unitdir /lib/systemd/system
%endif
diff --git a/pki/specs/pki-kra.spec b/pki/specs/pki-kra.spec
index 77d17fc6..bb0cde30 100644
--- a/pki/specs/pki-kra.spec
+++ b/pki/specs/pki-kra.spec
@@ -11,7 +11,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# specify '_unitdir' macro for platforms that don't use 'systemd'
-%if 0%{?rhel} || 0%{?fedora} < 15
+%if 0%{?rhel} || 0%{?fedora} < 16
%define _unitdir /lib/systemd/system
%endif
diff --git a/pki/specs/pki-ocsp.spec b/pki/specs/pki-ocsp.spec
index 87612784..7d7e07bd 100644
--- a/pki/specs/pki-ocsp.spec
+++ b/pki/specs/pki-ocsp.spec
@@ -11,7 +11,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# specify '_unitdir' macro for platforms that don't use 'systemd'
-%if 0%{?rhel} || 0%{?fedora} < 15
+%if 0%{?rhel} || 0%{?fedora} < 16
%define _unitdir /lib/systemd/system
%endif
diff --git a/pki/specs/pki-tks.spec b/pki/specs/pki-tks.spec
index 56642e48..e03c31bb 100644
--- a/pki/specs/pki-tks.spec
+++ b/pki/specs/pki-tks.spec
@@ -11,7 +11,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# specify '_unitdir' macro for platforms that don't use 'systemd'
-%if 0%{?rhel} || 0%{?fedora} < 15
+%if 0%{?rhel} || 0%{?fedora} < 16
%define _unitdir /lib/systemd/system
%endif