Change-Id: I970da48488dcecb31b3c13f6f838cc19f0e1ac0e
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3162
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Robert Qi <qij@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: command line utility to set and view hardware parameters |
| 2 | 2 |
Name: hdparm |
| 3 | 3 |
Version: 9.51 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: BSD |
| 6 | 6 |
URL: http://sourceforge.net/projects/%{name}/
|
| 7 | 7 |
Source0: http://downloads.sourceforge.net/hdparm/%{name}-%{version}.tar.gz
|
| ... | ... |
@@ -23,14 +23,13 @@ make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="" STRIP="/bin/true"
|
| 23 | 23 |
%install |
| 24 | 24 |
make DESTDIR=%{buildroot} binprefix=%{_prefix} install
|
| 25 | 25 |
|
| 26 |
-%check |
|
| 27 |
-make %{?_smp_mflags} check
|
|
| 28 |
- |
|
| 29 | 26 |
%files |
| 30 | 27 |
%defattr(-,root,root) |
| 31 | 28 |
%{_sbindir}/hdparm
|
| 32 | 29 |
%{_mandir}/man8/hdparm.8*
|
| 33 | 30 |
%changelog |
| 31 |
+* Wed Jul 05 2017 Chang Lee <changlee@vmware.com> 9.51-3 |
|
| 32 |
+- Removed %check |
|
| 34 | 33 |
* Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 9.51-2 |
| 35 | 34 |
- Ensure non empty debuginfo |
| 36 | 35 |
* Wed Jan 25 2017 Dheeraj Shetty <dheerajs@vmware.com> 9.51-1 |