new upstream version, some bugfixes, new FCoE related scripts

This commit is contained in:
Jan Zeleny 2010-04-12 12:26:23 +00:00
parent a66b07f99e
commit 80a8eaad40
4 changed files with 20 additions and 9 deletions

View File

@ -1 +1 @@
fcoe-utils-1.0.12.tar.gz
fcoe-utils-1.0.13.tar.gz

View File

@ -30,11 +30,11 @@
echo
}
@@ -80,6 +86,7 @@ service_stop()
@@ -89,6 +95,7 @@ service_stop()
rm -f /var/run/fcoemon.*
rm -f /tmp/fcoemon.dcbd.*
+ rm -f /var/lock/subsys/fcoe
echo
}
status()

View File

@ -1,6 +1,6 @@
Name: fcoe-utils
Version: 1.0.12
Release: 2.20100323git%{?dist}
Version: 1.0.13
Release: 1%{?dist}
Summary: Fibre Channel over Ethernet utilities
Group: Applications/System
@ -13,7 +13,6 @@ URL: http://www.open-fcoe.org
# cd .. && gzip fcoe-utils-%{version}
Source0: %{name}-%{version}.tar.gz
Source1: quickstart.txt
Source2: fcoe_edd.sh
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
@ -57,7 +56,12 @@ install -m 644 %SOURCE1 quickstart.txt
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/fcoe/
cp etc/config $RPM_BUILD_ROOT%{_sysconfdir}/fcoe/config
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
@ -102,9 +106,16 @@ fi
%config(noreplace) %{_sysconfdir}/fcoe/cfg-ethx
%{_initrddir}/fcoe
%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
* 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
- some upstream updates
- better fipvlan support

View File

@ -1 +1 @@
a1a195ff5178175c84ebe6e3a9e97e7b fcoe-utils-1.0.12.tar.gz
ccb0dc1d3f7cc612cae5eb2ed4fbd941 fcoe-utils-1.0.13.tar.gz