auto-import changelog data from ethtool-1.2-1.src.rpm

Fri Aug 03 2001 Bill Nottingham <notting@redhat.com
- return of ethtool! (#50475)
This commit is contained in:
cvsdist 2004-09-09 04:34:32 +00:00
parent 99157aaa61
commit c79aac4b2d
3 changed files with 14 additions and 13 deletions

View File

@ -1 +1 @@
ethtool-1.0.tgz
ethtool-1.2.tar.gz

View File

@ -1,40 +1,41 @@
Summary: Ethernet settings tool for SPARC HME cards
Summary: Ethernet settings tool for PCI ethernet cards
Name: ethtool
Version: 1.0
Release: 5
ExclusiveArch: sparc
Version: 1.2
Release: 1
Copyright: GPL
Group: Applications/System
Source: ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/ethtool/ethtool-1.0.tgz
Patch0: ethtool-1.0-mandir.patch
Source: http://download.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
BuildRoot: /var/tmp/ethtool-root
%description
This utility allows querying and changing of ethernet
card settings, such as speed, port, and autonegotiation.
ethtool currently supports SPARC Happy Meal Ethernet
cards (both SBUS and PCI).
card settings, such as speed, port, autonegotiation,
and PCI locations.
%prep
%setup -q
%patch0 -p1 -b .mandir
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make INSTALLPREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
/usr/sbin/ethtool
/%{_mandir}/man8/ethtool.*
%changelog
* Fri Aug 3 2001 Bill Nottingham <notting@redhat.com
- return of ethtool! (#50475)
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild

View File

@ -1 +1 @@
9c9cd55f9fbbb4e899763bd8421fb106 ethtool-1.0.tgz
8ef5c4d9494a1758b5f256fac8d52079 ethtool-1.2.tar.gz