auto-import changelog data from mtr-0.52-2.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 0.52-1
- Update to latest upstream version (0.52).
Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49-9
- Remove absolute paths from the PAM configuration, ensuring that the
    modules for the right arch get used on multilib systems.
- Remove Icon:.
Tue Sep 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.49-7a
- Fix build on s390x
This commit is contained in:
cvsdist 2004-09-09 08:52:17 +00:00
parent 2e55c55600
commit 1df2851cfc
4 changed files with 27 additions and 16 deletions

View File

@ -1 +1 @@
mtr-0.49.tar.gz mtr-0.52.tar.gz

View File

@ -1,18 +1,16 @@
Summary: A network diagnostic tool. Summary: A network diagnostic tool.
Name: mtr Name: mtr
Version: 0.49 Version: 0.52
Release: 7 Release: 2
Serial: 2 Epoch: 2
Group: Applications/Internet Group: Applications/Internet
License: GPL License: GPL
URL: http://www.BitWizard.nl/mtr URL: http://www.BitWizard.nl/mtr
Source: ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz Source: ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
Source1: xmtr.consolehelper Source1: xmtr.consolehelper
Source2: xmtr.pam Source2: xmtr.pam
Patch0: %{name}-0.41-dest.patch Patch0: mtr-0.49-s390x.patch
Patch1: %{name}-0.44-nogtk.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
Icon: %{name}.gif
%description %description
Mtr is a network diagnostic tool that combines ping and traceroute Mtr is a network diagnostic tool that combines ping and traceroute
@ -22,7 +20,7 @@ useful for using Mtr from a telnet session; and a GTK+ interface for X
%package gtk %package gtk
Summary: The GTK+ interface for mtr. Summary: The GTK+ interface for mtr.
Serial: %{serial} Epoch: %{epoch}
Group: Applications/Internet Group: Applications/Internet
Requires: mtr, usermode >= 1.37 Requires: mtr, usermode >= 1.37
@ -32,8 +30,7 @@ diagnostic tool.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .dest %patch0 -p1 -b .s390x
#%patch1 -p1 -b .nogtk
aclocal aclocal
automake -a automake -a
autoconf autoconf
@ -97,6 +94,20 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
%{_datadir}/pixmaps/mtr_icon.xpm %{_datadir}/pixmaps/mtr_icon.xpm
%changelog %changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 0.52-1
- Update to latest upstream version (0.52).
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49-9
- Remove absolute paths from the PAM configuration, ensuring that the modules
for the right arch get used on multilib systems.
- Remove Icon:.
* Tue Sep 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.49-7a
- Fix build on s390x
* Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7 * Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7
- Fixed consolehelper support. - Fixed consolehelper support.

View File

@ -1 +1 @@
22963e1b9ca0da3b3e1ddb1810353d36 mtr-0.49.tar.gz b0b4f8b9bbb946c5e19429aa4b62bb2f mtr-0.52.tar.gz

View File

@ -1,6 +1,6 @@
#%PAM-1.0 #%PAM-1.0
auth sufficient /lib/security/pam_rootok.so auth sufficient pam_rootok.so
auth required /lib/security/pam_stack.so service=system-auth auth required pam_stack.so service=system-auth
session required /lib/security/pam_permit.so session required pam_permit.so
session optional /lib/security/pam_xauth.so session optional pam_xauth.so
account required /lib/security/pam_permit.so account required pam_permit.so