auto-import changelog data from ethtool-1.8-4.src.rpm

Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
This commit is contained in:
cvsdist 2004-09-09 04:37:03 +00:00
parent 03524993e9
commit 18207a440a

View File

@ -1,7 +1,7 @@
Summary: Ethernet settings tool for PCI ethernet cards Summary: Ethernet settings tool for PCI ethernet cards
Name: ethtool Name: ethtool
Version: 1.8 Version: 1.8
Release: 3.1 Release: 4
Copyright: GPL Copyright: GPL
Group: Applications/System Group: Applications/System
URL: http://sourceforge.net/projects/gkernel/ URL: http://sourceforge.net/projects/gkernel/
@ -27,6 +27,8 @@ make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
mkdir -p $RPM_BUILD_ROOT/usr/sbin
ln -s /sbin/ethtool $RPM_BUILD_ROOT/usr/sbin
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -35,9 +37,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
/sbin/ethtool /sbin/ethtool
/usr/sbin/ethtool
%{_mandir}/man8/ethtool.* %{_mandir}/man8/ethtool.*
%changelog %changelog
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt