forked from pool/pam_kwallet
Accepting request 918503 from home:Vogtinator:plasma5.22
- Add a hard dependency for the 32bit libs to provide a safeguard for the most common case, when the soft dependency in baselibs.conf is not enough. OBS-URL: https://build.opensuse.org/request/show/918503 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/pam_kwallet?expand=0&rev=210
This commit is contained in:
parent
a167839c64
commit
f9eb895467
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 12 09:46:53 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Add a hard dependency for the 32bit libs to provide a safeguard
|
||||
for the most common case, when the soft dependency in baselibs.conf
|
||||
is not enough.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 19:08:46 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -39,6 +39,11 @@ BuildRequires: socat
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Wallet) >= 5.58.0
|
||||
Requires: %{name}-common = %{version}
|
||||
# PAM modules need to be available for all archs of PAM on the system, otherwise pam-config
|
||||
# will not enable it.
|
||||
# Technically there can be different suffixes than just -32bit, but that's the most common.
|
||||
# Expressing a hard dependency the other way around in baselibs.conf is not possible.
|
||||
Requires: (%{name}-32bit if pam-32bit)
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires(post): coreutils pam pam-config
|
||||
Requires(postun):coreutils pam pam-config
|
||||
|
Loading…
Reference in New Issue
Block a user