rpms/libcxgb3/devel libcxgb3-modprobe.conf, NONE, 1.1 libcxgb3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Doug Ledford (dledford) fedora-extras-commits at redhat.com
Mon Jun 30 19:38:57 UTC 2008


Author: dledford

Update of /cvs/extras/rpms/libcxgb3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14904

Modified Files:
	.cvsignore sources 
Added Files:
	libcxgb3-modprobe.conf libcxgb3.spec 
Log Message:
* Thu Jun 12 2008 Doug Ledford <dledford at redhat.com> - 1.2.1-1
- Update to latest upstream version
- Submit package to Fedora review process



--- NEW FILE libcxgb3-modprobe.conf ---
install cxgb3 /sbin/modprobe --ignore-install cxgb3 && /sbin/modprobe iw_cxgb3


--- NEW FILE libcxgb3.spec ---
Name: libcxgb3
Version: 1.2.1
Release: 1%{?dist}
Summary: Chelsio T3 iWARP HCA Userspace Driver
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://www.openfabrics.org/
Source: http://www.openfabrics.org/downloads/cxgb3/%{name}-%{version}.tar.gz
Source1: libcxgb3-modprobe.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libibverbs-devel >= 1.1, libtool
Obsoletes: %{name}-devel
%description
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs
library.  This driver enables Chelsio iWARP capable ethernet devices.

%package static
Summary: Static version of the libcxgb3 driver
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
%description static
Static version of libcxgb3 that may be linked directly to an application.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT
install -p -m 644 -D %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/libcxgb3.conf
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/*.so*
%{_sysconfdir}/libibverbs.d/*.driver
%{_sysconfdir}/modprobe.d/libcxgb3.conf
%doc AUTHORS COPYING README

%files static
%defattr(-,root,root,-)
%{_libdir}/*.a

%changelog
* Thu Jun 12 2008 Doug Ledford <dledford at redhat.com> - 1.2.1-1
- Update to latest upstream version
- Submit package to Fedora review process

* Tue Apr 01 2008 Doug Ledford <dledford at redhat.com> - 1.1.4-1
- Update to 1.1.4 to match OFED 1.3
- Add a modprobe conf file in /etc/modprobe.d so that the iw_cxgb3 module
  will always be loaded after the cxgb3 net module
- Related: bz428197

* Thu Feb 14 2008 Doug Ledford <dledford at redhat.com> - 1.1.2-2
- Obsolete the old -devel package (which really was just a static
  lib, no real devel environment, hence the name change to -static)
- Resolves: bz432769

* Fri Jan 25 2008 Doug Ledford <dledford at redhat.com> - 1.1.2-1
- Build against latest libibverbs
- Related: bz428197

* Tue Jan 15 2008 Doug Ledford <dledford at redhat.com> - 1.1.2-0.1
- Initial driver import



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libcxgb3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jun 2008 04:22:06 -0000	1.1
+++ .cvsignore	30 Jun 2008 19:37:59 -0000	1.2
@@ -0,0 +1 @@
+libcxgb3-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libcxgb3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jun 2008 04:22:06 -0000	1.1
+++ sources	30 Jun 2008 19:37:59 -0000	1.2
@@ -0,0 +1 @@
+4e74c2961cde0d58b49acf5c9f797d86  libcxgb3-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list