Temporarily disable running tests when building in the module build service
This commit is contained in:
parent
9c949c17eb
commit
90107469a7
@ -30,7 +30,7 @@
|
||||
|
||||
Name: sssd
|
||||
Version: 1.15.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Group: Applications/System
|
||||
Summary: System Security Services Daemon
|
||||
License: GPLv3+
|
||||
@ -598,9 +598,12 @@ autoreconf -ivf
|
||||
make %{?_smp_mflags} all docs
|
||||
|
||||
%check
|
||||
|
||||
%if ! 0%{?_module_build}
|
||||
export CK_TIMEOUT_MULTIPLIER=10
|
||||
make %{?_smp_mflags} check VERBOSE=yes
|
||||
unset CK_TIMEOUT_MULTIPLIER
|
||||
%endif # module_build
|
||||
|
||||
%install
|
||||
|
||||
@ -1169,6 +1172,9 @@ fi
|
||||
%{_libdir}/%{name}/modules/libwbclient.so
|
||||
|
||||
%changelog
|
||||
* Sun May 14 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.15.2-4
|
||||
- Temporarily disable running tests when building in the module build service
|
||||
|
||||
* Sat Apr 29 2017 Lukas Slebodnik <lslebodn@redhat.com> - 1.15.2-3
|
||||
- Resolves: rhbz#1445680 - Properly fall back to local Smartcard authentication
|
||||
- Resolves: rhbz#1437199 - sssd-nfs-idmap-1.15.2-1.fc25.x86_64 conflicts with
|
||||
|
Loading…
Reference in New Issue
Block a user