changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=109
This commit is contained in:
parent
dd7e6123eb
commit
c577f1963d
@ -2,8 +2,10 @@
|
||||
Sun Dec 4 01:58:05 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.29.0
|
||||
* Unsets XDG_RUNTIME_DIR in processes run with kdesu
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
|
||||
- Drop upstreamed unset-xdg-runtime-dir.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 12:55:50 UTC 2016 - alarrosa@suse.com
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: kdesu-5.26.0/src/kdesu_stub.c
|
||||
===================================================================
|
||||
--- kdesu-5.26.0.orig/src/kdesu_stub.c
|
||||
+++ kdesu-5.26.0/src/kdesu_stub.c
|
||||
@@ -258,6 +258,8 @@ int main()
|
||||
unsetenv("LC_ALL");
|
||||
}
|
||||
|
||||
+ unsetenv("XDG_RUNTIME_DIR");
|
||||
+
|
||||
/* Do we need to change uid? */
|
||||
|
||||
pw = getpwnam(params[P_USER].value);
|
Loading…
x
Reference in New Issue
Block a user