Call make check during check phase

This commit is contained in:
David King 2015-04-23 09:45:15 +01:00
parent d448ae8857
commit 8683217bc8
1 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Summary: Disk Manager
Name: udisks2
Version: 2.1.5
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.freedesktop.org/wiki/Software/udisks
@ -118,6 +118,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_prefix}/lib/udisks2/udisksd
%find_lang %{name}
%check
make check
%post
%systemd_post udisks2.service
@ -176,6 +180,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_prefix}/lib/udisks2/udisksd
%{_libdir}/pkgconfig/udisks2.pc
%changelog
* Thu Apr 23 2015 David King <amigadave@amigadave.com> - 2.1.5-3
- Call make check during check phase
* Wed Apr 22 2015 David King <amigadave@amigadave.com> - 2.1.5-2
- Use systemd scriptlet snippets (#857409)