34fd11
Name:               libhbalinux
34fd11
Version:            1.0.17
34fd11
Release:            7%{?dist}
34fd11
Summary:            FC-HBAAPI implementation using scsi_transport_fc interfaces
34fd11
Group:              System Environment/Libraries
34fd11
License:            LGPLv2
34fd11
URL:                http://www.open-fcoe.org
34fd11
Source0:            %{name}-%{version}.tar.gz
34fd11
Patch0:             libhbalinux-1.0.13-conf.patch
34fd11
Patch1:             libhbalinux-fix-non-pci-netdev.patch
34fd11
BuildRequires:      libhbaapi-devel >= 2.2.9-6
34fd11
BuildRequires:      libpciaccess-devel libtool automake systemd-devel
34fd11
Requires:           libhbaapi >= 2.2.9-6
34fd11
Requires(post):     grep
34fd11
Requires(postun):   grep
34fd11
34fd11
%description
34fd11
SNIA HBAAPI vendor library built on top of the scsi_transport_fc interfaces.
34fd11
34fd11
%package devel
34fd11
Summary:            A file needed for libhbalinux application development
34fd11
Group:              Development/Libraries
34fd11
Requires:           %{name}%{?_isa} = %{version}-%{release}
34fd11
Requires:           pkgconfig
34fd11
34fd11
%description devel
34fd11
The libhbalinux-devel package contains the library pkgconfig file.
34fd11
34fd11
%prep
34fd11
%autosetup -p1
34fd11
34fd11
%build
34fd11
./bootstrap.sh
34fd11
%configure --disable-static
34fd11
make %{?_smp_mflags}
34fd11
34fd11
%install
34fd11
make install DESTDIR=%{buildroot}
34fd11
find %{buildroot} -name '*.la' -exec rm -f {} ';'
34fd11
34fd11
%post
34fd11
/sbin/ldconfig
34fd11
ORG=org.open-fcoe.libhbalinux
34fd11
LIB=%{_libdir}/libhbalinux.so.2.0.2
34fd11
STR="$ORG	$LIB"
34fd11
CONF=%{_sysconfdir}/hba.conf
34fd11
if test -f $CONF; then
34fd11
  grep -E -q ^[[:space:]]*$ORG[[:space:]]+$LIB $CONF
34fd11
  if test $? -ne 0; then
34fd11
    echo $STR >> $CONF;
34fd11
  fi
34fd11
fi
34fd11
34fd11
%postun
34fd11
/sbin/ldconfig
34fd11
ORG=org.open-fcoe.libhbalinux
34fd11
CONF=%{_sysconfdir}/hba.conf
34fd11
if test -f $CONF; then
34fd11
  grep -v $ORG $CONF > %{_sysconfdir}/hba.conf.new
34fd11
  mv %{_sysconfdir}/hba.conf.new %{_sysconfdir}/hba.conf
34fd11
fi
34fd11
34fd11
%files
34fd11
%doc README COPYING
34fd11
%{_libdir}/%{name}.so.*
34fd11
34fd11
%files devel
34fd11
%{_libdir}/pkgconfig/%{name}.pc
34fd11
%{_libdir}/%{name}.so
34fd11
34fd11
%changelog
34fd11
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-7
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
34fd11
34fd11
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-6
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
34fd11
34fd11
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-5
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
34fd11
34fd11
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-4
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
34fd11
34fd11
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-3
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
34fd11
34fd11
* Mon Jul 06 2015 Chris Leech <cleech@redhat.com> - 1.0.17-2
34fd11
- fix for non-PCI netdevs
34fd11
34fd11
* Tue Jun 16 2015 Chris Leech <cleech@redhat.com> - 1.0.17-1
34fd11
- rebase to upstream v1.0.17
34fd11
34fd11
* Tue Oct 07 2014 Chris Leech <cleech@redhat.com> - 1.0.16-5
34fd11
- sync with upstream, extends portspeed support up to 40 Gbit
34fd11
34fd11
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-4
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
34fd11
34fd11
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-3
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
34fd11
34fd11
* Fri Jul 26 2013 Petr Šabata <contyk@redhat.com> - 1.0.16-2
34fd11
- Fix a bogus date in changelog
34fd11
34fd11
* Tue Jun 04 2013 Petr Šabata <contyk@redhat.com> - 1.0.16-1
34fd11
- 1.0.16 bump
34fd11
34fd11
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-5
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
34fd11
34fd11
* Wed Oct 03 2012 Petr Šabata <contyk@redhat.com> - 1.0.14-4
34fd11
- Require grep for the post/postun scriptlets (#859397)
34fd11
34fd11
* Thu Aug 16 2012 Petr Šabata <contyk@redhat.com> - 1.0.14-3
34fd11
- Include the unversioned library in the devel subpackage.
34fd11
34fd11
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-2
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
34fd11
34fd11
* Mon Jun 25 2012 Petr Šabata <contyk@redhat.com> - 1.0.14-1
34fd11
- 1.0.14 bump (really just a version bump, removing the need for
34fd11
  the previous patch)
34fd11
34fd11
* Tue Jan 31 2012 Petr Šabata <contyk@redhat.com> - 1.0.13-3
34fd11
- Set SerialNumber to "Unknown" if not found (47d8dca41)
34fd11
34fd11
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-2
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
34fd11
34fd11
* Thu Nov 24 2011 Petr Šabata <contyk@redhat.com> - 1.0.13-1
34fd11
- 1.0.13 bump
34fd11
- Creating the devel subpackage with a pkgconfig file
34fd11
34fd11
* Thu Jul 07 2011 Petr Sabata <contyk@redhat.com> - 1.0.12-1
34fd11
- 1.0.12 bump
34fd11
- Remove now obsolete Buildroot and defattr
34fd11
34fd11
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
34fd11
34fd11
* Mon May 24 2010 Jan Zeleny <jzeleny@redhat.com> - 1.0.10-1
34fd11
- rebased to 1.0.10, bugfix release (see git changelog for more info)
34fd11
34fd11
* Fri Dec 04 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.9-20091204git
34fd11
- rebased to the latest version in upstream git
34fd11
34fd11
* Thu Jul 30 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.8-1
34fd11
- rebase of libhbalinux, spec file adjusted to match changes
34fd11
34fd11
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-4
34fd11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
34fd11
34fd11
* Wed Apr 01 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.7-3
34fd11
- replaced unofficial 1.0.7 source tarball with official one
34fd11
- update of Makefile, part of it moved to postinstall section
34fd11
  of spec file
34fd11
34fd11
* Tue Mar 31 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.7-2
34fd11
- minor changes in spec file
34fd11
34fd11
* Mon Mar 2 2009 Chris Leech <christopher.leech@intel.com> - 1.0.7-1
34fd11
- initial build
34fd11