From 6f50770ca445bfb98acd4f166d5c0428a6fbfb74 Mon Sep 17 00:00:00 2001 From: arvenil Date: Tue, 15 May 2007 15:02:29 +0000 Subject: [PATCH] - mv /sbin/fuser /bin/fuser (because KDE and users want it in PATH) Changed files: Firebird.spec -> 1.51 --- Firebird.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Firebird.spec b/Firebird.spec index a2c5e6e..eaadd63 100644 --- a/Firebird.spec +++ b/Firebird.spec @@ -44,6 +44,7 @@ BuildRequires: bison BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: ncurses-devel +BuildRequires: psmisc >= 22.5-2 BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: unzip Requires: %{name}-lib = %{version}-%{release} @@ -203,7 +204,7 @@ DARCH="-DPPC" LIB_CLIENT_LINK_OPTIONS="-lpthread" # fb_lock_mgr is started during build - try to stop it (if /proc is mounted...) -/sbin/fuser -k gen/firebird/bin/fb_lock_mgr 2>/dev/null || : +fuser -k gen/firebird/bin/fb_lock_mgr 2>/dev/null || : %install rm -rf $RPM_BUILD_ROOT -- 2.44.0