SHA256
1
0
forked from pool/wine

- 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
This commit is contained in:
Marcus Meissner 2012-01-31 16:56:53 +00:00 committed by Git OBS Bridge
parent 5a3f1b428e
commit 8d40fe9d4f
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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