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/package/show/Base:System/systemd?expand=0&rev=449
This commit is contained in:
parent
3951a5faf1
commit
738975749a
@ -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
|
||||
|
||||
|
@ -98,6 +98,9 @@ Requires: util-linux >= 2.21
|
||||
Requires(post): coreutils
|
||||
Requires(post): findutils
|
||||
%endif
|
||||
%if ! 0%{?bootstrap}
|
||||
Requires(post): pam-config
|
||||
%endif
|
||||
Conflicts: filesystem < 11.5
|
||||
Conflicts: mkinitrd < 2.7.0
|
||||
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
|
||||
|
||||
|
@ -93,6 +93,9 @@ Requires: util-linux >= 2.21
|
||||
Requires(post): coreutils
|
||||
Requires(post): findutils
|
||||
%endif
|
||||
%if ! 0%{?bootstrap}
|
||||
Requires(post): pam-config
|
||||
%endif
|
||||
Conflicts: filesystem < 11.5
|
||||
Conflicts: mkinitrd < 2.7.0
|
||||
Obsoletes: systemd-analyze < 201
|
||||
|
Loading…
Reference in New Issue
Block a user