forked from pool/pam_kwallet
Accepting request 1055718 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1055718 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/pam_kwallet?expand=0&rev=254
This commit is contained in:
parent
28f79c0f25
commit
096375d378
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 13:13:43 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 14:47:24 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -69,7 +69,7 @@ module.
|
||||
%build
|
||||
# Before usrmerge, the PAM module goes into /lib*/security/
|
||||
%{cmake_kf5 -d build -- \
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
-DKDE_INSTALL_LIBDIR=/%{_lib}
|
||||
%endif
|
||||
}
|
||||
@ -100,7 +100,7 @@ module.
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%if 0%{?usrmerged}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%{_pam_moduledir}/pam_kwallet5.so
|
||||
%else
|
||||
/%{_lib}/security/pam_kwallet5.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user