forked from pool/pam_kwallet
Accepting request 918511 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/918511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_kwallet?expand=0&rev=92
This commit is contained in:
commit
a17d090e85
@ -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>
|
Tue Aug 31 19:08:46 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -39,6 +39,11 @@ BuildRequires: socat
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(KF5Wallet) >= 5.58.0
|
BuildRequires: cmake(KF5Wallet) >= 5.58.0
|
||||||
Requires: %{name}-common = %{version}
|
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
|
%if 0%{?suse_version} >= 1330
|
||||||
Requires(post): coreutils pam pam-config
|
Requires(post): coreutils pam pam-config
|
||||||
Requires(postun):coreutils pam pam-config
|
Requires(postun):coreutils pam pam-config
|
||||||
|
Loading…
Reference in New Issue
Block a user