From 8d40fe9d4f274fdb909288e9c7949b014611f3aa045799e8ce65df35437aef7f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 31 Jan 2012 16:56:53 +0000 Subject: [PATCH] - disable fdupes as then install on btrfs will not work. bnc#723402 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=126 --- wine.changes | 5 +++++ wine.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wine.changes b/wine.changes index a5a7d79..f8b7ba3 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 31 17:56:28 CET 2012 - meissner@suse.de + +- disable fdupes as then install on btrfs will not work. bnc#723402 + ------------------------------------------------------------------- Fri Jan 27 20:23:03 UTC 2012 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 167ae40..a98f5df 100644 --- a/wine.spec +++ b/wine.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_with hal Name: wine @@ -193,7 +194,8 @@ cd ubuntuwine install -c -m 644 *.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ cd .. -%fdupes -s %{buildroot} +# breaks btrfs installation, see bnc#723402 +# %fdupes -s %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig