rebase to latest version

This commit is contained in:
Jan Zeleny 2009-12-04 08:53:05 +00:00
parent 6e0eb6ced8
commit dfe27bebfb
4 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
fcoe-utils-1.0.8.tar.gz
fcoe-utils-1.0.9.tar.gz

View File

@ -4,8 +4,8 @@
endif
## all targets should look for headers in the include directory
-AM_CPPFLAGS = -I${srcdir}/include
+AM_CPPFLAGS = -I${srcdir}/include -I/lib/modules/`rpm -q --list kernel | grep "^/lib/modules/.*/build$$" | cut -f4 -d"/" | sort -r | head -1`/build/include
-AM_CPPFLAGS = -Wall -I${srcdir}/include
+AM_CPPFLAGS = -Wall -I${srcdir}/include -I/lib/modules/`rpm -q --list kernel | grep "^/lib/modules/.*/build$$" | cut -f4 -d"/" | sort -r | head -1`/build/include
## pass the sysconfdir into the C proprocessor
AM_CFLAGS = -DSYSCONFDIR="\"${sysconfdir}\""

View File

@ -1,6 +1,6 @@
Name: fcoe-utils
Version: 1.0.8
Release: 3%{?dist}
Version: 1.0.9
Release: 1.20091204git%{?dist}
Summary: Fibre Channel over Ethernet utilities
Group: Applications/System
@ -17,7 +17,7 @@ Patch0: fcoe-utils-1.0.7-init.patch
Patch1: fcoe-utils-1.0.7-init-condrestart.patch
Patch2: fcoe-utils-1.0.8-includes.patch
Patch3: fcoe-utils-1.0.8-init-LSB.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: 1{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libhbaapi-devel dcbd-devel libtool automake kernel-devel
Requires: dcbd libhbalinux >= 1.0.8
@ -98,6 +98,9 @@ fi
%changelog
* Fri Dec 04 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.9-1.20091204git
- rebase to latest version of fcoe-utils
* Mon Sep 14 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.8-3
- update of init script to be LSB-compliant

View File

@ -1 +1 @@
0f8ddd3e4a5d75dc9568fe7141364894 fcoe-utils-1.0.8.tar.gz
7a60e3063c3888cabcb40421a4525100 fcoe-utils-1.0.9.tar.gz