OBS User unknown 2007-07-27 13:07:24 +00:00 committed by Git OBS Bridge
parent e9f7cc13ec
commit 6f1489d66a
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:514d81bc167282a1e5c63f04d04f55e8be0d2ed8f271a1ce3671f2cf085e4c55
size 103917

3
ethtool-6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f189674d49acd82ee329520a62de360805332daa424c69fce0a0fa08c31f17d
size 108984

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 27 13:05:12 CEST 2007 - mskibbe@suse.de
- update to version 6 which includes:
o updates for a lot of NICs
o preparing for 10G NICs
o a log Bugfixes
-------------------------------------------------------------------
Thu Apr 12 09:38:24 CEST 2007 - lnussel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package ethtool (Version 5)
# spec file for package ethtool (Version 6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: ethtool
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Productivity/Networking/Diagnostic
Autoreqprov: on
Summary: Examine and Tune Ethernet-Based Network Interfaces
Version: 5
Release: 30
Version: 6
Release: 1
URL: http://sourceforge.net/projects/gkernel
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -62,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING INSTALL NEWS README ChangeLog
%changelog
* Fri Jul 27 2007 - mskibbe@suse.de
- update to version 6 which includes:
o updates for a lot of NICs
o preparing for 10G NICs
o a log Bugfixes
* Thu Apr 12 2007 - lnussel@suse.de
- remove superfluous buffer overflow check patch
* Wed Sep 06 2006 - mskibbe@suse.de