From 97581c12ba7fad7bf700c31ff3b2ee1cd10a8b7883776813ba49d14049eef77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 10 Oct 2012 19:40:33 +0000 Subject: [PATCH] Accepting request 137016 from home:dmdiss:bnc783510_xfsprogs_readline - Build with readline support; (bnc#783510). OBS-URL: https://build.opensuse.org/request/show/137016 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=22 --- xfsprogs.changes | 5 +++++ xfsprogs.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xfsprogs.changes b/xfsprogs.changes index c94e4b7..dd29ca2 100644 --- a/xfsprogs.changes +++ b/xfsprogs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 4 11:19:30 UTC 2012 - ddiss@suse.com + +- Build with readline support; (bnc#783510). + ------------------------------------------------------------------- Sat May 26 11:42:47 UTC 2012 - jengelh@inai.de diff --git a/xfsprogs.spec b/xfsprogs.spec index f8ff212..fe11577 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -17,6 +17,7 @@ Name: xfsprogs +BuildRequires: readline-devel %if 0%{?suse_version} > 0 %if 0%{?suse_version} < 1100 BuildRequires: e2fsprogs-devel @@ -79,7 +80,7 @@ want to install xfsprogs. export OPTIMIZER="-fPIC" export DEBUG=-DNDEBUG export LIBUUID=/usr/%{_lib}/libuuid.a -%configure +%configure --enable-readline=yes make %{?_smp_mflags} %install