Accepting request 1187482 from network
OBS-URL: https://build.opensuse.org/request/show/1187482 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ppp?expand=0&rev=53
This commit is contained in:
commit
ef0b5f708f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 10:10:49 UTC 2024 - Jiri Bohac <jbohac@suse.com>
|
||||
|
||||
- drop support for PPPoATM and the dependency on linux-atm-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:39:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
9
ppp.spec
9
ppp.spec
@ -38,7 +38,6 @@ Source6: filters
|
||||
Source7: modem-peers
|
||||
Source8: pppoe-peers
|
||||
Source9: pppoe-rp-peers
|
||||
Source10: pppoatm-peers
|
||||
Source11: ppp-peers
|
||||
Source12: pptp-peers
|
||||
# modem files
|
||||
@ -63,7 +62,6 @@ Patch8: ppp-pidfiles.patch
|
||||
# Of cause any other compatible libc would work, like musl, but 2.24 required for SOL_NETLINK
|
||||
BuildRequires: glibc-devel >= 2.24
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: linux-atm-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
@ -112,10 +110,6 @@ sed -i -e '1s/local\///' scripts/secure-card
|
||||
find scripts -type f | xargs chmod a-x
|
||||
find -type f -name '*.orig' | xargs rm -f
|
||||
|
||||
# Have to patch this in the Makefile, because setting it on the make
|
||||
# command line only is not enough.
|
||||
#sed -i '/#HAVE_LIBATM/s/#//' pppd/plugins/pppoatm/Makefile.linux
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-runtime-dir=%_rundir/ppp/ \
|
||||
@ -138,9 +132,6 @@ install -d 755 %{buildroot}%{_sysconfdir}/ppp/peers
|
||||
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/ppp/peers/modem
|
||||
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/ppp/peers/pppoe
|
||||
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/ppp/peers/pppoe-rp
|
||||
%ifnarch mips s390 s390x
|
||||
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/ppp/peers/pppoatm
|
||||
%endif
|
||||
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/ppp/peers/ppp
|
||||
install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/ppp/peers/pptp
|
||||
%if 0%{?suse_version} > 1500
|
||||
|
@ -1,11 +0,0 @@
|
||||
#
|
||||
# PPP over ATM options
|
||||
#
|
||||
plugin pppoatm.so
|
||||
#
|
||||
# Plugin passwordfd enables us to pipe the password to pppd, thus we
|
||||
# don't have to put it into pap-secrets and chap-secrets.
|
||||
#
|
||||
plugin passwordfd.so
|
||||
#
|
||||
noauth
|
Loading…
x
Reference in New Issue
Block a user