Remove syslog.target from ipa.server

This required target is no longer needed as systemd from version 38
has its own journal which is also in the basic set of service unit
requirementes.

https://fedorahosted.org/freeipa/ticket/3511
This commit is contained in:
Martin Kosek
2013-03-27 14:58:16 +01:00
parent 13b1028ac8
commit d8f75e9e0c
2 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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