Accepting request 674515 from home:vitezslav_cizek:branches:devel:libraries:c_c++

- Don't ignore %check test result, the testsuite now successfully
  passes

OBS-URL: https://build.opensuse.org/request/show/674515
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=78
This commit is contained in:
Tomáš Chvátal 2019-02-13 11:56:27 +00:00 committed by Git OBS Bridge
parent a3edb22113
commit 6c05b1c731
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 12 15:01:42 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
- Don't ignore %check test result, the testsuite now successfully
passes
-------------------------------------------------------------------
Mon Dec 24 08:24:19 UTC 2018 - ecsos@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package augeas
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -111,8 +111,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
%check
# Fails 2 thread based tests
make check %{?_smp_mflags} || :
make check %{?_smp_mflags}
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig