- 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:
parent
5a3f1b428e
commit
8d40fe9d4f
@ -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
|
Fri Jan 27 20:23:03 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with hal
|
%bcond_with hal
|
||||||
|
|
||||||
Name: wine
|
Name: wine
|
||||||
@ -193,7 +194,8 @@ cd ubuntuwine
|
|||||||
install -c -m 644 *.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
install -c -m 644 *.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%fdupes -s %{buildroot}
|
# breaks btrfs installation, see bnc#723402
|
||||||
|
# %fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user