- added libhbalinux to Requires (#497605)
- correction of spec file (_initddir -> initrddir)
This commit is contained in:
parent
21b88dff0e
commit
47a58f52c0
@ -1,6 +1,6 @@
|
|||||||
Name: fcoe-utils
|
Name: fcoe-utils
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Fibre Channel over Ethernet utilities
|
Summary: Fibre Channel over Ethernet utilities
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -11,7 +11,7 @@ Patch0: fcoe-utils-1.0.7-init.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libhbaapi-devel dcbd-devel
|
BuildRequires: libhbaapi-devel dcbd-devel
|
||||||
Requires: dcbd
|
Requires: dcbd libhbalinux
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(preun): chkconfig initscripts
|
Requires(preun): chkconfig initscripts
|
||||||
Requires(postun): initscripts
|
Requires(postun): initscripts
|
||||||
@ -34,8 +34,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_initddir}
|
mkdir -p $RPM_BUILD_ROOT%{_initrddir}
|
||||||
mv $RPM_BUILD_ROOT/etc/init.d/fcoe $RPM_BUILD_ROOT%{_initddir}/fcoe-utils
|
mv $RPM_BUILD_ROOT/etc/init.d/fcoe $RPM_BUILD_ROOT%{_initrddir}/fcoe-utils
|
||||||
rm -rf $RPM_BUILD_ROOT/etc/init.d
|
rm -rf $RPM_BUILD_ROOT/etc/init.d
|
||||||
|
|
||||||
|
|
||||||
@ -72,6 +72,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 27 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.7-4
|
||||||
|
- added libhbalinux to Requires (#497605)
|
||||||
|
- correction of spec file (_initddir -> _initrddir)
|
||||||
|
|
||||||
* Wed Apr 8 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.7-3
|
* Wed Apr 8 2009 Jan Zeleny <jzeleny@redhat.com> - 1.0.7-3
|
||||||
- more minor corrections in spec file
|
- more minor corrections in spec file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user