SHA256
1
0
forked from pool/dconf

Accepting request 420585 from home:zhangxiaofei:branches:GNOME:Factory

- Add 0001-gvdb-Restore-permissions-on-changed-files.patch:
  'dconf update' writes new contents into temporary file and
  renames it to the original one, resulting permission
  inconsistencies if umask has been changed before that. The patch
  restores the changed permissions (bsc#971074, bgo#758066).

OBS-URL: https://build.opensuse.org/request/show/420585
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=91
This commit is contained in:
Bjørn Lie
2016-08-22 13:05:01 +00:00
committed by Git OBS Bridge
parent 64887db45d
commit c187a1fb73
3 changed files with 61 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 19 18:10:24 UTC 2016 - fezhang@suse.com
- Add 0001-gvdb-Restore-permissions-on-changed-files.patch:
'dconf update' writes new contents into temporary file and
renames it to the original one, resulting permission
inconsistencies if umask has been changed before that. The patch
restores the changed permissions (bsc#971074, bgo#758066).
-------------------------------------------------------------------
Wed Apr 13 09:51:11 UTC 2016 - fezhang@suse.com