SHA256
1
0
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:
Dominique Leuenberger 2020-05-20 16:46:47 +00:00 committed by Git OBS Bridge
commit 1cf7590336
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -118,6 +118,10 @@ the header files for libpamtest
%install
%cmake_install
%if %{without python2}
rm -rf %{python2_sitearch}/pypamtest.so
%endif
%check
%ctest