From edcea5f2c8040ba6e4e1d4d0c1d4ac108b1c17235d0b6db6817d83b4bc8fa1c6 Mon Sep 17 00:00:00 2001 From: David Haller Date: Sat, 11 Jan 2014 03:22:13 +0000 Subject: [PATCH] Accepting request 213547 from home:dnh:branches:Base:System - disable the ssh/fish vfs due to http://www.midnight-commander.org/ticket/3128 and https://bugzilla.novell.com/show_bug.cgi?id=856501 - remove unneccessary build-dep on recode OBS-URL: https://build.opensuse.org/request/show/213547 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=84 --- mc.changes | 8 ++++++++ mc.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mc.changes b/mc.changes index 7edfb0b..4aee5af 100644 --- a/mc.changes +++ b/mc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 10 20:51:29 UTC 2014 - dnh@opensuse.org + +- disable the ssh/fish vfs due to + http://www.midnight-commander.org/ticket/3128 and + https://bugzilla.novell.com/show_bug.cgi?id=856501 +- remove unneccessary build-dep on recode + ------------------------------------------------------------------- Wed Jan 1 19:48:54 UTC 2014 - andreas.stieger@gmx.de diff --git a/mc.spec b/mc.spec index f3d994b..7c93fc6 100644 --- a/mc.spec +++ b/mc.spec @@ -78,7 +78,6 @@ BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libssh2-devel BuildRequires: readline-devel -BuildRequires: recode BuildRequires: slang-devel BuildRequires: update-desktop-files BuildRequires: xdg-utils @@ -136,6 +135,7 @@ export X11_WWW="%{_datadir}/mc/x11_browser" --localstatedir=/var/lib \ --enable-charset \ --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba \ + --disable-vfs-fish make %{?jobs:-j%{jobs}} V=1