forked from pool/kinit
This commit is contained in:
parent
a75abe92d4
commit
8f4eec6ea7
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 15 17:13:24 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Comment out start_kdeinit permissions checks/permissions until
|
||||||
|
review is done (the helper is anyway only started when called from
|
||||||
|
startkde, but we don't have it ready for packaging yet)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 4 16:39:47 UTC 2014 - hrvoje.senjan@gmail.com
|
Tue Mar 4 16:39:47 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
13
kinit.spec
13
kinit.spec
@ -34,7 +34,7 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
PreReq: permissions
|
#PreReq: permissions
|
||||||
Summary: Helper library to speed up start of applications on KDE workspaces
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -68,18 +68,18 @@ booting UNIX. Development files.
|
|||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
# Under security review -- bnc#862953
|
# Under security review -- bnc#862953
|
||||||
echo "setBadness('permissions-file-setuid-bit', 998)" > $RPM_SOURCE_DIR/%name-rpmlintrc
|
# echo "setBadness('permissions-file-setuid-bit', 998)" > $RPM_SOURCE_DIR/%name-rpmlintrc
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%set_permissions %{_kf5_libexecdir}/start_kdeinit
|
#set_permissions %{_kf5_libexecdir}/start_kdeinit
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%verifyscript
|
#verifyscript
|
||||||
%verify_permissions -e %{_kf5_libexecdir}/start_kdeinit
|
#verify_permissions -e %{_kf5_libexecdir}/start_kdeinit
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -91,7 +91,8 @@ echo "setBadness('permissions-file-setuid-bit', 998)" > $RPM_SOURCE_DIR/%name-rp
|
|||||||
%{_kf5_libdir}/libkdeinit5_klauncher.so
|
%{_kf5_libdir}/libkdeinit5_klauncher.so
|
||||||
%{_kf5_libexecdir}/klauncher
|
%{_kf5_libexecdir}/klauncher
|
||||||
%{_kf5_bindir}/kshell5
|
%{_kf5_bindir}/kshell5
|
||||||
%verify(not mode caps) %attr(4755,root,root) %{_kf5_libexecdir}/start_kdeinit
|
#verify(not mode caps) %attr(4755,root,root) %{_kf5_libexecdir}/start_kdeinit
|
||||||
|
%{_kf5_libexecdir}/start_kdeinit
|
||||||
%{_kf5_libexecdir}/start_kdeinit_wrapper
|
%{_kf5_libexecdir}/start_kdeinit_wrapper
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user