diff --git a/.cvsignore b/.cvsignore index 31cb11a..c7b9bfa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mtr-0.49.tar.gz +mtr-0.52.tar.gz diff --git a/mtr.spec b/mtr.spec index 273a643..7b536cb 100644 --- a/mtr.spec +++ b/mtr.spec @@ -1,18 +1,16 @@ Summary: A network diagnostic tool. Name: mtr -Version: 0.49 -Release: 7 -Serial: 2 +Version: 0.52 +Release: 2 +Epoch: 2 Group: Applications/Internet License: GPL URL: http://www.BitWizard.nl/mtr Source: ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz Source1: xmtr.consolehelper Source2: xmtr.pam -Patch0: %{name}-0.41-dest.patch -Patch1: %{name}-0.44-nogtk.patch +Patch0: mtr-0.49-s390x.patch Buildroot: %{_tmppath}/%{name}-%{version}-root -Icon: %{name}.gif %description 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 Summary: The GTK+ interface for mtr. -Serial: %{serial} +Epoch: %{epoch} Group: Applications/Internet Requires: mtr, usermode >= 1.37 @@ -32,8 +30,7 @@ diagnostic tool. %prep %setup -q -%patch0 -p1 -b .dest -#%patch1 -p1 -b .nogtk +%patch0 -p1 -b .s390x aclocal automake -a autoconf @@ -97,6 +94,20 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi %{_datadir}/pixmaps/mtr_icon.xpm %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Nov 29 2002 Phil Knirsch 0.52-1 +- Update to latest upstream version (0.52). + +* Tue Nov 12 2002 Nalin Dahyabhai 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 0.49-7a +- Fix build on s390x + * Mon Aug 19 2002 Phil Knirsch 0.49-7 - Fixed consolehelper support. diff --git a/sources b/sources index f27039d..1c83867 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22963e1b9ca0da3b3e1ddb1810353d36 mtr-0.49.tar.gz +b0b4f8b9bbb946c5e19429aa4b62bb2f mtr-0.52.tar.gz diff --git a/xmtr.pam b/xmtr.pam index ee24553..b8509ef 100644 --- a/xmtr.pam +++ b/xmtr.pam @@ -1,6 +1,6 @@ #%PAM-1.0 -auth sufficient /lib/security/pam_rootok.so -auth required /lib/security/pam_stack.so service=system-auth -session required /lib/security/pam_permit.so -session optional /lib/security/pam_xauth.so -account required /lib/security/pam_permit.so +auth sufficient pam_rootok.so +auth required pam_stack.so service=system-auth +session required pam_permit.so +session optional pam_xauth.so +account required pam_permit.so