new upstream version, some bugfixes, new FCoE related scripts
This commit is contained in:
parent
a66b07f99e
commit
80a8eaad40
@ -1 +1 @@
|
|||||||
fcoe-utils-1.0.12.tar.gz
|
fcoe-utils-1.0.13.tar.gz
|
||||||
|
@ -30,11 +30,11 @@
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,6 +86,7 @@ service_stop()
|
@@ -89,6 +95,7 @@ service_stop()
|
||||||
|
|
||||||
rm -f /var/run/fcoemon.*
|
rm -f /var/run/fcoemon.*
|
||||||
rm -f /tmp/fcoemon.dcbd.*
|
rm -f /tmp/fcoemon.dcbd.*
|
||||||
+ rm -f /var/lock/subsys/fcoe
|
+ rm -f /var/lock/subsys/fcoe
|
||||||
|
|
||||||
echo
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
status()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: fcoe-utils
|
Name: fcoe-utils
|
||||||
Version: 1.0.12
|
Version: 1.0.13
|
||||||
Release: 2.20100323git%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fibre Channel over Ethernet utilities
|
Summary: Fibre Channel over Ethernet utilities
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -13,7 +13,6 @@ URL: http://www.open-fcoe.org
|
|||||||
# cd .. && gzip fcoe-utils-%{version}
|
# cd .. && gzip fcoe-utils-%{version}
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: quickstart.txt
|
Source1: quickstart.txt
|
||||||
Source2: fcoe_edd.sh
|
|
||||||
Patch0: fcoe-utils-1.0.7-init.patch
|
Patch0: fcoe-utils-1.0.7-init.patch
|
||||||
Patch1: fcoe-utils-1.0.7-init-condrestart.patch
|
Patch1: fcoe-utils-1.0.7-init-condrestart.patch
|
||||||
Patch2: fcoe-utils-1.0.8-includes.patch
|
Patch2: fcoe-utils-1.0.8-includes.patch
|
||||||
@ -57,7 +56,12 @@ install -m 644 %SOURCE1 quickstart.txt
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/fcoe/
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/fcoe/
|
||||||
cp etc/config $RPM_BUILD_ROOT%{_sysconfdir}/fcoe/config
|
cp etc/config $RPM_BUILD_ROOT%{_sysconfdir}/fcoe/config
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/fcoe
|
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/fcoe
|
||||||
install -m 755 %SOURCE2 $RPM_BUILD_ROOT%{_libexecdir}/fcoe/fcoe_edd.sh
|
|
||||||
|
install -m 755 contrib/fcc.sh $RPM_BUILD_ROOT%{_libexecdir}/fcoe/fcc.sh
|
||||||
|
install -m 755 contrib/fcoe_edd.sh $RPM_BUILD_ROOT%{_libexecdir}/fcoe/fcoe_edd.sh
|
||||||
|
install -m 755 contrib/fcoe-setup.sh $RPM_BUILD_ROOT%{_libexecdir}/fcoe/fcoe-setup.sh
|
||||||
|
install -m 755 debug/fcoedump.sh $RPM_BUILD_ROOT%{_libexecdir}/fcoe/fcoedump.sh
|
||||||
|
install -m 755 debug/dcbcheck.sh $RPM_BUILD_ROOT%{_libexecdir}/fcoe/dcbcheck.sh
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -102,9 +106,16 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/fcoe/cfg-ethx
|
%config(noreplace) %{_sysconfdir}/fcoe/cfg-ethx
|
||||||
%{_initrddir}/fcoe
|
%{_initrddir}/fcoe
|
||||||
%attr(0755,root,root) %{_libexecdir}/fcoe/fcoe_edd.sh
|
%attr(0755,root,root) %{_libexecdir}/fcoe/fcoe_edd.sh
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/fcoe/fcoe-setup.sh
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/fcoe/fcc.sh
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/fcoe/fcoedump.sh
|
||||||
|
%attr(0755,root,root) %{_libexecdir}/fcoe/dcbcheck.sh
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 12 2010 Jan Zeleny <jzeleny@redhat.com> - 1.0.13-1
|
||||||
|
- rebased to v1.0.13, some bugfixes, new fcoe related scripts
|
||||||
|
|
||||||
* Tue Mar 30 2010 Jan Zeleny <jzeleny@redhat.com> - 1.0.12-2.20100323git
|
* Tue Mar 30 2010 Jan Zeleny <jzeleny@redhat.com> - 1.0.12-2.20100323git
|
||||||
- some upstream updates
|
- some upstream updates
|
||||||
- better fipvlan support
|
- better fipvlan support
|
||||||
|
Loading…
Reference in New Issue
Block a user