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