]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- mv /sbin/fuser /bin/fuser (because KDE and users want it in PATH) auto/ti/Firebird-1_5_4_4910-2
authorarvenil <arvenil@pld-linux.org>
Tue, 15 May 2007 15:02:29 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird.spec -> 1.51

Firebird.spec

index a2c5e6e35b429a3108021e364090fda266d1c912..eaadd638be7fb25a76029ff6020209a3b4f64ee1 100644 (file)
@@ -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
This page took 0.039277 seconds and 4 git commands to generate.