OBS User unknown
2008-09-15 10:22:18 +00:00
committed by Git OBS Bridge
parent 80322fa51e
commit 66ae7d4bf1
11 changed files with 240 additions and 173 deletions

View File

@@ -1,10 +1,17 @@
#
# spec file for package ppp (Version 2.4.4)
# spec file for package ppp (Version 2.4.5.git)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -14,8 +21,8 @@
Name: ppp
BuildRequires: libpcap-devel linux-atm-devel pam-devel
Url: http://www.samba.org/ppp/
Version: 2.4.4
Release: 110
Version: 2.4.5.git
Release: 1
License: BSD 3-Clause; LGPL v2.1 or later
Group: Productivity/Networking/PPP
AutoReqProv: on
@@ -60,13 +67,11 @@ Patch11: ppp-makedevice.patch
Patch12: ppp-2.4.2-pie.patch
Patch13: ppp-2.4.3-demand-fix.diff
Patch14: ppp-2.4.3-fork-fix.diff
Patch15: ppp-2.4.3-optflags.patch
Patch16: ppp-2.4.3-no-strict-aliasing.patch
Patch17: ppp-2.4.3-strip.diff
Patch18: ppp-2.4.3-winbind-setuidfix.patch
Patch19: ppp-2.4.4-strncatfix.patch
Patch20: ppp-2.4.2-pppoatm-mtu.patch
Patch21: ppp-2.4.4-lib64.patch
Patch22: ppp-2.4.4-var_run_resolv_conf.patch
%description
The ppp package contains the PPP (Point-to-Point Protocol) daemon,
@@ -110,7 +115,7 @@ Authors:
%prep
%setup -q
%patch0 -p1
%patch0
%patch1
%patch2
%patch3
@@ -120,19 +125,17 @@ Authors:
%patch8
%patch9
%patch10 -p1
%patch11
# %patch11
%patch12 -p1
%patch13
%patch14 -p1
%patch15
%patch16
%patch14
%patch17
%patch18
%patch19 -p1
%patch20 -p1
%if %_lib == lib64
%patch21
%endif
%patch22
%build
export MY_CFLAGS="$RPM_OPT_FLAGS -fPIC $SP"
@@ -184,6 +187,16 @@ rm -rf %{buildroot}
/usr/include/pppd
%changelog
* Fri Sep 12 2008 hvogel@suse.de
- update to 2.4.5 (git:07bcc935f7a10bc5d78325fc53a6ac9bdf2aad6a)
* pppd can now operate in a mode where it doesn't request
the peer's IP address, as some peers refuse to supply an IP
address.
* included PPP over L2TP plugin
* Add L2TP support
* Various bug fixes
* Tue Jul 22 2008 hvogel@suse.de
- move the resolv.conf written by pppd to /var/run [bnc#401648]
* Wed May 21 2008 hvogel@suse.de
- add man page of pppoe-discovery [bnc#392784]
* Thu Apr 03 2008 hvogel@suse.de