[scsi-target-utils/f16] Add missing requires. 1.0.18-3

Andy Grover grover at fedoraproject.org
Tue Dec 20 01:06:49 UTC 2011


commit 655df049c94aa58a96cfb46a6a7634573a243d08
Author: Andy Grover <agrover at redhat.com>
Date:   Mon Dec 19 16:52:16 2011 -0800

    Add missing requires. 1.0.18-3
    
    tgt-admin expects to be able to use sg_inq and lsof, so make sure they're
    installed.
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 scsi-target-utils.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index daf12b9..7471aef 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -1,6 +1,6 @@
 Name:           scsi-target-utils
 Version:        1.0.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
@@ -24,6 +24,7 @@ BuildRequires:  libibverbs-devel librdmacm-devel
 Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
+Requires: lsof sg3_utils
 
 %description
 The SCSI target package contains the daemon and tools to setup a SCSI targets.
@@ -99,6 +100,9 @@ fi
 
 
 %changelog
+* Mon Dec 19 2011 Andy Grover <agrover at redhat.com> - 1.0.18-3
+- Add missing lsof and sg3_utils requires
+
 * Thu Sep 29 2011 Andy Grover <agrover at redhat.com> - 1.0.18-2
 - Add patch
   * scsi-target-utils-fix-segfault-on-exit.patch


More information about the scm-commits mailing list