rebase to latest version
This commit is contained in:
parent
6e0eb6ced8
commit
dfe27bebfb
@ -1 +1 @@
|
||||
fcoe-utils-1.0.8.tar.gz
|
||||
fcoe-utils-1.0.9.tar.gz
|
||||
|
@ -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}\""
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user