auto-import changelog data from ppp-2.4.1-7.src.rpm
Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de> - add patch: Thu Jun 06 2002 Phil Knirsch <pknirsch@redhat.com> - Fixed varargs problem for s390/s390x.
This commit is contained in:
parent
17601526ff
commit
7656d4e8e0
11
ppp-2.4.1-varargs.patch
Normal file
11
ppp-2.4.1-varargs.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- ppp-2.4.1/pppd/utils.c.varargs Thu Jun 6 16:22:58 2002
|
||||||
|
+++ ppp-2.4.1/pppd/utils.c Thu Jun 6 16:22:00 2002
|
||||||
|
@@ -254,7 +254,7 @@
|
||||||
|
break;
|
||||||
|
case 'r':
|
||||||
|
f = va_arg(args, char *);
|
||||||
|
-#ifndef __powerpc__
|
||||||
|
+#if !defined(__powerpc__) && !defined(__s390__) && !defined(__s390x__)
|
||||||
|
n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list));
|
||||||
|
#else
|
||||||
|
/* On the powerpc, a va_list is an array of 1 structure */
|
9
ppp.spec
9
ppp.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The PPP (Point-to-Point Protocol) daemon.
|
Summary: The PPP (Point-to-Point Protocol) daemon.
|
||||||
Name: ppp
|
Name: ppp
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
Release: 6
|
Release: 7
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
|
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
|
||||||
@ -12,6 +12,7 @@ Patch2: ppp-2.3.9-wtmp.patch
|
|||||||
Patch3: ppp-2.4.0-reap.patch
|
Patch3: ppp-2.4.0-reap.patch
|
||||||
Patch4: ppp-2.3.11-pam_session.patch
|
Patch4: ppp-2.3.11-pam_session.patch
|
||||||
Patch5: ppp-2.4.1-warnings.patch
|
Patch5: ppp-2.4.1-warnings.patch
|
||||||
|
Patch6: ppp-2.4.1-varargs.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: pam-devel
|
BuildPrereq: pam-devel
|
||||||
Requires: glibc >= 2.0.6, /etc/pam.d/system-auth
|
Requires: glibc >= 2.0.6, /etc/pam.d/system-auth
|
||||||
@ -32,6 +33,7 @@ organization over a modem and phone line.
|
|||||||
%patch3 -p1 -b .reap
|
%patch3 -p1 -b .reap
|
||||||
%patch4 -p1 -b .pam_session
|
%patch4 -p1 -b .pam_session
|
||||||
%patch5 -p1 -b .warnings
|
%patch5 -p1 -b .warnings
|
||||||
|
%patch6 -p1 -b .varargs
|
||||||
find . -type f -name "*.sample" | xargs rm -f
|
find . -type f -name "*.sample" | xargs rm -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -70,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README README.linux scripts sample
|
%doc README README.linux scripts sample
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- add patch:
|
||||||
|
* Thu Jun 06 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||||
|
- Fixed varargs problem for s390/s390x.
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user