summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--freeipa.spec.in4
-rw-r--r--init/systemd/ipa.service4
2 files changed, 5 insertions, 3 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index cb1980a3..665a6d72 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -120,7 +120,7 @@ Requires: acl
Requires: python-pyasn1
Requires: memcached
Requires: python-memcached
-Requires: systemd-units >= 36-3
+Requires: systemd-units >= 38
Requires(pre): systemd-units
Requires(post): systemd-units
Requires: selinux-policy >= 3.11.1-86
@@ -786,6 +786,8 @@ fi
- Remove conflict with krb5-server > 1.11 as ipa-kdb is compatible
- ipa-ldap-updater show produce errors only
- update policycoreutils version to 2.1.12-5 to match Requires in Fedora
+- require at least systemd 38 which provides the journal (we no longer
+ need to require syslog.target)
* Thu Mar 21 2013 Martin Kosek <mkosek@redhat.com> - 3.1.99-1
- Require selinux-policy 3.11.1-86 to fix Fedora 17 to 18 upgrade issue
diff --git a/init/systemd/ipa.service b/init/systemd/ipa.service
index ba27d1df..8cfcf7c5 100644
--- a/init/systemd/ipa.service
+++ b/init/systemd/ipa.service
@@ -1,7 +1,7 @@
[Unit]
Description=Identity, Policy, Audit
-Requires=syslog.target network.target
-After=syslog.target network.target
+Requires=network.target
+After=network.target
[Service]
Type=oneshot