Accepting request 702025 from home:dimstar:Factory

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

OBS-URL: https://build.opensuse.org/request/show/702025
OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=131
This commit is contained in:
Marcus Meissner 2019-05-10 14:54:03 +00:00 committed by Git OBS Bridge
parent 1d920613ed
commit edb824684c
2 changed files with 11 additions and 1 deletions

View File

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

View File

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