[ewg] [PATCH 3/3 VNIC] Change qlvnictools.spec to support renaming of ql_vnic and vnic_parser.pl
Ramachandra K
ramachandra.kuchimanchi at qlogic.com
Thu Sep 6 09:25:11 PDT 2007
Rename ql_vnic to qlgc_vnic and vnic_parser.pl to qlgc_vnic_parser.pl
From: Poornima Kamath <poornima.kamath at qlogic.com>
Signed-off-by: Ramachandra K <ramachandra.kuchimanchi at qlogic.
---
qlvnictools.spec | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/qlvnictools.spec b/qlvnictools.spec
index d70f706..232314e 100644
--- a/qlvnictools.spec
+++ b/qlvnictools.spec
@@ -12,7 +12,7 @@
Name: qlvnictools
Version: 0.0.1
Release: 2.1
-Summary: VNIC ULP service
+Summary: QLogic VNIC ULP service
Group: System/Console
License: GPL v2 only
URL: http://www.openfabrics.org
@@ -21,14 +21,14 @@ BuildRoot: %{_tmppath}/%{name}-%{ve
Requires: ibvexdmtools
%description
-VNIC ULP service
+QLogic VNIC ULP service
%package -n ibvexdmtools
Group: System/Console
-Summary: Tools for VNIC/IB
+Summary: Tools for QLogic_VNIC/IB
%description -n ibvexdmtools
-In conjunction with the kernel ib_vnic driver, ibvexdmtools allows you
+In conjunction with the kernel qlgc_vnic driver, ibvexdmtools allows you
to discover and use QLogic Virtual NIC devices via the VNIC protocol
over InfiniBand.
@@ -42,8 +42,8 @@ make
popd
%install
-install -D ql_vnic $RPM_BUILD_ROOT/%_sysconfdir/init.d/ql_vnic
-install -D vnic_parser.pl $RPM_BUILD_ROOT/%_sbindir/vnic_parser.pl
+install -D qlgc_vnic $RPM_BUILD_ROOT/%_sysconfdir/init.d/qlgc_vnic
+install -D qlgc_vnic_parser.pl $RPM_BUILD_ROOT/%_sbindir/qlgc_vnic_parser.pl
install -D qlogic_vnic.cfg.sample $RPM_BUILD_ROOT/%_sysconfdir/infiniband/qlogic_vnic.cfg
pushd ibvexdmtools
%makeinstall
@@ -56,9 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc README
-%_sysconfdir/init.d/ql_vnic
+%_sysconfdir/init.d/qlgc_vnic
-%_sbindir/vnic_parser.pl
+%_sbindir/qlgc_vnic_parser.pl
%_sysconfdir/infiniband
More information about the ewg
mailing list