forked from pool/rp-pppoe
Accepting request 1090454 from home:mgerstner:branches:network
- remove remains of permissions setting for the pppoe-wrapper setuid binary. The major update to 4.0 dropped this. OBS-URL: https://build.opensuse.org/request/show/1090454 OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=41
This commit is contained in:
parent
544cad0d02
commit
af77f10982
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 08:58:55 UTC 2023 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- remove remains of permissions setting for the pppoe-wrapper setuid binary.
|
||||
The major update to 4.0 dropped this.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 07:18:40 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package rp-pppoe
|
||||
# spec file
|
||||
#
|
||||
# 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})
|
||||
|
||||
@ -84,15 +84,11 @@ rm -r %{buildroot}%{_sysconfdir}/ppp/plugins \
|
||||
%post
|
||||
%service_add_post %{_name}.service
|
||||
%service_add_post %{_name}-server.service
|
||||
%set_permissions %{_sbindir}/%{_name}-wrapper
|
||||
|
||||
%postun
|
||||
%service_del_postun %{_name}.service
|
||||
%service_del_postun %{_name}-server.service
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %{_sbindir}/%{_name}-wrapper
|
||||
|
||||
%files
|
||||
%license doc/LICENSE
|
||||
%dir %{_defaultdocdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user