ethtool: version bump
Change-Id: I87cf6346d066709f9fdba629466fbb3d920a8d20 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19037 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Susant Sahani <ssahani@vmware.com>
This commit is contained in:
parent
095fa33db1
commit
db33caa03b
|
@ -1,6 +1,6 @@
|
|||
Summary: Standard Linux utility for controlling network drivers and hardware
|
||||
Name: ethtool
|
||||
Version: 6.0
|
||||
Version: 6.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://www.kernel.org/pub/software/network/ethtool
|
||||
|
@ -9,7 +9,7 @@ Vendor: VMware, Inc.
|
|||
Distribution: Photon
|
||||
|
||||
Source0: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.xz
|
||||
%define sha512 %{name}=4a8b17ab71aaae3a74e2a82eab19e4ce147fda01af618aa1baaf4c337df22f968ab1f90569118c83ce0405bf0950cdab08212977e43dc0293239bb8e2ceb868a
|
||||
%define sha512 %{name}=6ca478ec75dae7cc347b859802e1965e6c78310ec4b276dec29bdf76d3464e4186c6e5ed0cb8f013171d6c0562c1156cb0442419f5b947c314e8b91ad9fd2d93
|
||||
|
||||
BuildRequires: libmnl-devel
|
||||
|
||||
|
@ -25,7 +25,6 @@ particularly for wired Ethernet devices
|
|||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
@ -47,6 +46,8 @@ rm -rf %{buildroot}/*
|
|||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 21 2022 Susant Sahani <ssahani@vmware.com> 6.1-1
|
||||
- Version bump
|
||||
* Fri Oct 28 2022 Gerrit Photon <photon-checkins@vmware.com> 6.0-1
|
||||
- Automatic Version Bump
|
||||
* Wed Sep 28 2022 Shreenidhi Shedi <sshedi@vmware.com> 5.19-1
|
||||
|
|
Loading…
Reference in New Issue