SHA256
1
0
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:
Frederic Crozat 2013-10-02 14:37:41 +00:00 committed by Git OBS Bridge
parent 6c8c5c286e
commit 3cb30e5b65
4 changed files with 106 additions and 90 deletions

View File

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

View File

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

View File

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

View File

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