Accepting request 1038595 from home:Vogtinator:branches:KDE:Frameworks5
- Drop setgid bit on kdesud, no longer needed since 5.99.0 OBS-URL: https://build.opensuse.org/request/show/1038595 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=264
This commit is contained in:
parent
d24cc11a4a
commit
23817b0abf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 08:53:03 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Drop setgid bit on kdesud, no longer needed since 5.99.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:35:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
13
kdesu.spec
13
kdesu.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kdesu
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -58,8 +58,6 @@ kdessh use it to interface with su and ssh respectively.
|
||||
%package -n %{lname}
|
||||
Summary: User interface for running shell commands with root privileges
|
||||
Group: System/GUI/KDE
|
||||
Requires(pre): permissions
|
||||
Requires(pre): group(nogroup)
|
||||
Obsoletes: libKF5Su4
|
||||
|
||||
%description -n %{lname}
|
||||
@ -96,13 +94,8 @@ Development files.
|
||||
|
||||
%find_lang kdesud5
|
||||
|
||||
%post -n %{lname}
|
||||
/sbin/ldconfig
|
||||
%set_permissions %{_kf5_libexecdir}/kdesud
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%verifyscript -n %{lname}
|
||||
%verify_permissions -e %{_kf5_libexecdir}/kdesud
|
||||
|
||||
%files -n %{lname}-lang -f kdesud5.lang
|
||||
|
||||
@ -112,7 +105,7 @@ Development files.
|
||||
%{_kf5_libdir}/libKF5Su.so.*
|
||||
%{_kf5_libexecdir}/kdesu_stub
|
||||
%{_kf5_debugdir}/ksu.categories
|
||||
%verify(not mode) %attr(2755,root,nogroup) %{_kf5_libexecdir}/kdesud
|
||||
%{_kf5_libexecdir}/kdesud
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/libKF5Su.so
|
||||
|
Loading…
Reference in New Issue
Block a user