forked from pool/systemd
Accepting request 201904 from home:sumski:hazard:to:your:stereo
Explicitly require pam-config for %post of the main package, fixes build Also cleaned up whitespaces in spec and changelog OBS-URL: https://build.opensuse.org/request/show/201904 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=449
This commit is contained in:
parent
6c8c5c286e
commit
3cb30e5b65
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 14:10:41 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Explicitly require pam-config for %post of the main package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 08:03:30 UTC 2013 - fcrozat@suse.com
|
Wed Oct 2 08:03:30 UTC 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -98,6 +98,9 @@ Requires: util-linux >= 2.21
|
|||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): findutils
|
Requires(post): findutils
|
||||||
%endif
|
%endif
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
|
Requires(post): pam-config
|
||||||
|
%endif
|
||||||
Conflicts: filesystem < 11.5
|
Conflicts: filesystem < 11.5
|
||||||
Conflicts: mkinitrd < 2.7.0
|
Conflicts: mkinitrd < 2.7.0
|
||||||
Obsoletes: systemd-analyze < 201
|
Obsoletes: systemd-analyze < 201
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 14:10:41 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Explicitly require pam-config for %post of the main package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 08:03:30 UTC 2013 - fcrozat@suse.com
|
Wed Oct 2 08:03:30 UTC 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -93,6 +93,9 @@ Requires: util-linux >= 2.21
|
|||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): findutils
|
Requires(post): findutils
|
||||||
%endif
|
%endif
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
|
Requires(post): pam-config
|
||||||
|
%endif
|
||||||
Conflicts: filesystem < 11.5
|
Conflicts: filesystem < 11.5
|
||||||
Conflicts: mkinitrd < 2.7.0
|
Conflicts: mkinitrd < 2.7.0
|
||||||
Obsoletes: systemd-analyze < 201
|
Obsoletes: systemd-analyze < 201
|
||||||
|
Loading…
Reference in New Issue
Block a user