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

View File

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