forked from pool/pam_wrapper
Accepting request 807457 from devel:tools
- Fix the build (remove py2 lib if built without py2 support) OBS-URL: https://build.opensuse.org/request/show/807457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_wrapper?expand=0&rev=13
This commit is contained in:
commit
1cf7590336
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 07:02:41 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Fix the build (remove py2 lib if built without py2 support)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 13:36:14 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -118,6 +118,10 @@ the header files for libpamtest
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%if %{without python2}
|
||||
rm -rf %{python2_sitearch}/pypamtest.so
|
||||
%endif
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user