From 04906e3c378fe07f1888f28249930dd8f4ae7243e54303e6a22f4e614192b122 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 2 Nov 2012 16:33:04 +0000 Subject: [PATCH] Accepting request 139971 from GNOME:Apps tweak (forwarded request 139970 from dimstar) OBS-URL: https://build.opensuse.org/request/show/139971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-help?expand=0&rev=21 --- gimp-help.changes | 8 ++++++++ gimp-help.spec | 3 +++ 2 files changed, 11 insertions(+) diff --git a/gimp-help.changes b/gimp-help.changes index d8a2bb2..c44f41a 100644 --- a/gimp-help.changes +++ b/gimp-help.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 31 11:13:55 UTC 2012 - mvyskocil@suse.com + +- Since recent changes, fdupes can only link files of same + owner/permissions (bnc#784670). As we still want to make use + of fdupes, we adjust the permissions of the images folder's + content. + ------------------------------------------------------------------- Mon Jun 11 08:12:01 UTC 2012 - dimstar@opensuse.org diff --git a/gimp-help.spec b/gimp-help.spec index d1ccf73..2d81520 100644 --- a/gimp-help.spec +++ b/gimp-help.spec @@ -214,6 +214,9 @@ cp %{S:2} . # Parallel build is broken make -f Makefile.GNU +# unify the permissions of images, to make fdupes working again (bnc#784670) +find images/ -type f -exec chmod 0644 {} + + %install #FIXME: we can't use the usual macro since we don't use the standard Makefile #%make_install