Accepting request 702612 from Base:System
Do not forcibly require systemd OBS-URL: https://build.opensuse.org/request/show/702612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=66
This commit is contained in:
commit
3aadbf5b3f
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 14:44:20 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use systemd_ordering instead of systemd_requires: strictly
|
||||
speaking, polkit does not require systemd to be present. Just
|
||||
that when we install on a system with systemd (e.g outside
|
||||
containers) we would want systemd to be present before
|
||||
installing polkit. Help also reduce a cycle without special hacks
|
||||
in systemd.spec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 11:06:05 UTC 2019 - mvetter@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Requires: dbus-1
|
||||
Requires: libpolkit0 = %{version}-%{release}
|
||||
Requires(pre): shadow
|
||||
Requires(post): permissions
|
||||
%systemd_requires
|
||||
%systemd_ordering
|
||||
|
||||
# Upstream First - Policy:
|
||||
# Never add any patches to this package without the upstream commit id
|
||||
|
Loading…
Reference in New Issue
Block a user