auto-import changelog data from net-tools-1.57-1.src.rpm
Sat Oct 07 2000 Jeff Johnson <jbj@redhat.com> - update to 1.57. - MTU (and other) option(s) not parsed correctly (#9215). - allow more granularity iwth --numeric (#9129).
This commit is contained in:
parent
a419bb4fe8
commit
7ab5248bae
@ -1 +1 @@
|
|||||||
net-tools-1.56.tar.bz2
|
net-tools-1.57.tar.bz2
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
Summary: The basic tools for setting up networking.
|
Summary: The basic tools for setting up networking.
|
||||||
Name: net-tools
|
Name: net-tools
|
||||||
Version: 1.56
|
Version: 1.57
|
||||||
Release: 2
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2
|
Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2
|
||||||
Source1: net-tools-1.54-config.h
|
Source1: net-tools-%{version}-config.h
|
||||||
Source2: net-tools-1.54-config.make
|
Source2: net-tools-%{version}-config.make
|
||||||
Patch0: net-tools-1.56-fhs.patch
|
Patch0: net-tools-1.56-fhs.patch
|
||||||
# XXX dunno minimum required kernel version
|
Patch1: net-tools-1.57-bug9215.patch
|
||||||
#BuildRequires: kernel-headers >= 2.1.100
|
Patch2: net-tools-1.57-bug9129.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,6 +19,8 @@ networking: ethers, route and others.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p 1 -b .fhs
|
%patch0 -p 1 -b .fhs
|
||||||
|
%patch1 -p 1 -b .bug9215
|
||||||
|
%patch2 -p 1 -b .bug9129
|
||||||
|
|
||||||
cp %SOURCE1 ./config.h
|
cp %SOURCE1 ./config.h
|
||||||
cp %SOURCE2 ./config.make
|
cp %SOURCE2 ./config.make
|
||||||
@ -28,34 +30,16 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/{bin,sbin}
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,5,8}
|
|
||||||
|
|
||||||
make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||||
|
|
||||||
{ cd $RPM_BUILD_ROOT
|
|
||||||
strip ./sbin/* ./bin/* || :
|
|
||||||
}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/bin/dnsdomainname
|
/bin/*
|
||||||
/bin/domainname
|
/sbin/*
|
||||||
/bin/hostname
|
|
||||||
/bin/netstat
|
|
||||||
/bin/nisdomainname
|
|
||||||
/bin/ypdomainname
|
|
||||||
/sbin/arp
|
|
||||||
/sbin/ifconfig
|
|
||||||
/sbin/ipmaddr
|
|
||||||
/sbin/iptunnel
|
|
||||||
/sbin/plipconfig
|
|
||||||
/sbin/rarp
|
|
||||||
/sbin/route
|
|
||||||
/sbin/slattach
|
|
||||||
%{_mandir}/man[158]/*
|
%{_mandir}/man[158]/*
|
||||||
%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/net-tools.mo
|
%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/net-tools.mo
|
||||||
%lang(de) %{_mandir}/de_DE/man[158]/*
|
%lang(de) %{_mandir}/de_DE/man[158]/*
|
||||||
@ -63,10 +47,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(et) %{_datadir}/locale/et_EE/LC_MESSAGES/net-tools.mo
|
%lang(et) %{_datadir}/locale/et_EE/LC_MESSAGES/net-tools.mo
|
||||||
%lang(fr) %{_mandir}/fr_FR/man[158]/*
|
%lang(fr) %{_mandir}/fr_FR/man[158]/*
|
||||||
%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/net-tools.mo
|
%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/net-tools.mo
|
||||||
%lang(pt_BR) %{_mandir}/pt_BR/man[18]/*
|
%lang(pt_BR) %{_mandir}/pt_BR/man[158]/*
|
||||||
%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/net-tools.mo
|
%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/net-tools.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 7 2000 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- update to 1.57.
|
||||||
|
- MTU (and other) option(s) not parsed correctly (#9215).
|
||||||
|
- allow more granularity iwth --numeric (#9129).
|
||||||
|
|
||||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||||
- automatic rebuild
|
- automatic rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user