From 35eb53621aa9759a42631bca9f51cc67ac47d703 Mon Sep 17 00:00:00 2001 From: wangli Date: Wed, 11 Mar 2020 14:24:41 +0800 Subject: [PATCH] enable developer use cases --- ethtool.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ethtool.spec b/ethtool.spec index 5549a0c..ba28707 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -1,7 +1,7 @@ Name: ethtool Epoch: 2 Version: 5.3 -Release: 1 +Release: 2 Summary: Settings tool for Ethernet NICs License: GPLv2 URL: https://www.kernel.org/pub/software/network/ethtool @@ -34,6 +34,9 @@ hardware, particularly for wired Ethernet devices. It can be used to: %install %make_install +%check +make check + %files %defattr(-,root,root) %doc AUTHORS @@ -49,6 +52,12 @@ hardware, particularly for wired Ethernet devices. It can be used to: %{_mandir}/man8/%{name}.8* %changelog +* Wed Mar 11 2020 openEuler Buildteam - 2:5.3-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:enable developer use cases + * Thu Oct 31 2019 openEuler Buildteam - 2:5.3-1 - Type:bugfix - Id:NA