From 47a58f52c03a074d5a76332afc1849c93d8b105b Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Apr 27 2009 11:24:53 +0000 Subject: - added libhbalinux to Requires (#497605) - correction of spec file (_initddir -> initrddir) --- diff --git a/fcoe-utils.spec b/fcoe-utils.spec index 39d85f5..596bcde 100644 --- a/fcoe-utils.spec +++ b/fcoe-utils.spec @@ -1,6 +1,6 @@ Name: fcoe-utils Version: 1.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fibre Channel over Ethernet utilities Group: Applications/System @@ -11,7 +11,7 @@ Patch0: fcoe-utils-1.0.7-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libhbaapi-devel dcbd-devel -Requires: dcbd +Requires: dcbd libhbalinux Requires(post): chkconfig Requires(preun): chkconfig initscripts Requires(postun): initscripts @@ -34,8 +34,8 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_initddir} -mv $RPM_BUILD_ROOT/etc/init.d/fcoe $RPM_BUILD_ROOT%{_initddir}/fcoe-utils +mkdir -p $RPM_BUILD_ROOT%{_initrddir} +mv $RPM_BUILD_ROOT/etc/init.d/fcoe $RPM_BUILD_ROOT%{_initrddir}/fcoe-utils rm -rf $RPM_BUILD_ROOT/etc/init.d @@ -72,6 +72,10 @@ fi %changelog +* Wed Apr 27 2009 Jan Zeleny - 1.0.7-4 +- added libhbalinux to Requires (#497605) +- correction of spec file (_initddir -> _initrddir) + * Wed Apr 8 2009 Jan Zeleny - 1.0.7-3 - more minor corrections in spec file