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:
parent
2e55c55600
commit
1df2851cfc
@ -1 +1 @@
|
||||
mtr-0.49.tar.gz
|
||||
mtr-0.52.tar.gz
|
||||
|
29
mtr.spec
29
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 <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
|
||||
- Fixed consolehelper support.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
22963e1b9ca0da3b3e1ddb1810353d36 mtr-0.49.tar.gz
|
||||
b0b4f8b9bbb946c5e19429aa4b62bb2f mtr-0.52.tar.gz
|
||||
|
10
xmtr.pam
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user