auto-import changelog data from mtr-0.54-7.src.rpm
Thu Jul 01 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-7 - Fixed broken behaviour with resolver SERVFAIL results (#125392) - Added ncurses-devel libtermcap-devel as BuildPreReq (#124553) - Added gtk+ Requires for mtr-gtk package (#121705)
This commit is contained in:
parent
848a3fe233
commit
62e480027b
12
mtr.spec
12
mtr.spec
@ -1,7 +1,7 @@
|
||||
Summary: A network diagnostic tool.
|
||||
Name: mtr
|
||||
Version: 0.54
|
||||
Release: 6
|
||||
Release: 7
|
||||
Epoch: 2
|
||||
Group: Applications/Internet
|
||||
License: GPL
|
||||
@ -13,6 +13,8 @@ Patch0: mtr-0.49-s390x.patch
|
||||
Patch1: mtr-0.54-ipv6-kame.patch
|
||||
Patch2: mtr-0.48-nogtk.patch
|
||||
Patch3: mtr-0.52-SA_LEN.patch
|
||||
Patch4: mtr-0.54-servfail.patch
|
||||
BuildPreReq: ncurses-devel libtermcap-devel
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -26,7 +28,7 @@ useful for using Mtr from a telnet session; and a GTK+ interface for X
|
||||
Summary: The GTK+ interface for mtr.
|
||||
Epoch: %{epoch}
|
||||
Group: Applications/Internet
|
||||
Requires: mtr, usermode >= 1.37
|
||||
Requires: mtr, usermode >= 1.37, gtk+
|
||||
|
||||
%description gtk
|
||||
The mtr-gtk package provides the GTK+ interface for the mtr network
|
||||
@ -38,6 +40,7 @@ diagnostic tool.
|
||||
%patch1 -p1 -b .ipv6-kame
|
||||
%patch2 -p1 -b .nogtk
|
||||
%patch3 -p1 -b .SA_LEN
|
||||
%patch4 -p1 -b .servfail
|
||||
aclocal
|
||||
automake -a
|
||||
autoconf
|
||||
@ -98,6 +101,11 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
|
||||
%{_datadir}/pixmaps/mtr_icon.xpm
|
||||
|
||||
%changelog
|
||||
* Thu Jul 01 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-7
|
||||
- Fixed broken behaviour with resolver SERVFAIL results (#125392)
|
||||
- Added ncurses-devel libtermcap-devel as BuildPreReq (#124553)
|
||||
- Added gtk+ Requires for mtr-gtk package (#121705)
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user