From 544cad0d022328c55d0cfcfc51946fb815a9478d633a5082b597b932a3f0ba1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Mon, 15 May 2023 09:13:07 +0000 Subject: [PATCH] Accepting request 1087185 from home:13ilya:branches:network - Updated to 4.0: * SPDX-License-Identifier: tags added to most source files * rp-pppoe.so plugin: Modified to compile against both pppd >= 2.5.0 and pppd < 2.5.0. * pppoe-server: If -L or -R option is specified as 0.0.0.0, then IP allocation is delegated to pppd. * pppoe-server: New -g option specifies the path of the rp-pppoe.so plugin to use with pppd in kernel-mode PPPoE. * pppoe-server: New -U option specifies a UNIX-domain control socket. This lets you send control commands to the server while it is running; see the pppoe-server man page for details. * All source code: Many cleanups and use of standard types like uint16_t rather than ones we define. * All source code: Support for OSes other than Linux has been dropped. * Documentation: Updated from modern Linux systems. * Cleanup: The following old and obsolete files have been removed: - Old connection scripts scripts/pppoe-connect.in, scripts/pppoe-start.in, scripts/pppoe-init-suse.in, scripts/pppoe-setup.in, scripts/pppoe-status, scripts/pppoe-init.in, and scripts/pppoe-stop.in * Obsolete firewall scripts configs/firewall-standalone and configs/firewall-masq - Obsolete configuration files configs/pppoe.conf and configs/pap-secrets - The Tcl/Tk gui script gui/tkpppoe.in and supporting files - The RPM spec file rp-pppoe.spec - Drop rp-pppoe-3.14-nonrfc-modems.patch, rp-pppoe-3.14-resolve-conf.patch, rp-pppoe-3.14-config.patch, rp-pppoe-3.14-init.patch, patched scripts no longer exists. - Drop rp-pppoe-3.14-release-buildsystem.patch, rp-pppoe-3.14-pie.patch rp-pppoe-3.14-strip.patch, no longer needed. OBS-URL: https://build.opensuse.org/request/show/1087185 OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=39 --- rp-pppoe.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rp-pppoe.spec b/rp-pppoe.spec index 6d15212..b1ac3f5 100644 --- a/rp-pppoe.spec +++ b/rp-pppoe.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package rp-pppoe # # Copyright (c) 2023 SUSE LLC # @@ -36,9 +36,9 @@ Patch0: %{name}-3.14-docdir.patch BuildRequires: pkgconfig BuildRequires: ppp BuildRequires: pkgconfig(systemd) +Requires: group(%{_group}) Requires: iproute2 Requires: ppp -Requires: group(%{_group}) Requires(post): permissions Requires(pre): group(%{_group})