rebase to upstream v1.0.30-2-g91c0c8c

This commit is contained in:
Chris Leech 2015-06-16 17:24:41 -07:00
parent d188efb2e8
commit 1447cbc1c8
2 changed files with 12 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags
%global _hardened_build 1
%global checkout 9267509
%global checkout 91c0c8c
Name: fcoe-utils
Version: 1.0.29
Release: 7.git%{checkout}%{?dist}
Version: 1.0.30
Release: 1.git%{checkout}%{?dist}
Summary: Fibre Channel over Ethernet utilities
Group: Applications/System
License: GPLv2
@ -16,12 +16,13 @@ Source1: quickstart.txt
Source2: fcoe.service
Source3: fcoe.config
ExcludeArch: ppc s390 s390x
Patch1: fcoe-utils-1.0.29-29-g9267509.patch
Patch2: fcoe-utils-1.0.29-pass-flags-to-fcoemon-to-enable-vn2vn-mode.patch
Patch1: fcoe-utils-v1.0.30-1-fcoemon-Rework-daemonizing-and-error-handling.patch
Patch2: fcoe-utils-v1.0.30-2-fcoemon-fix-IEEE-state-machine.patch
Patch3: fcoe-utils-v1.0.30-3-sanmac-isn-t-required.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libhbaapi-devel >= 2.2.9-6
BuildRequires: libhbalinux-devel >= 1.0.16-5
BuildRequires: libhbalinux-devel >= 1.0.17-1
BuildRequires: libtool
BuildRequires: lldpad-devel >= 0.9.43
BuildRequires: systemd
@ -39,10 +40,8 @@ fcoeadm - command line tool for configuring FCoE interfaces
fcoemon - service to configure DCB Ethernet QOS filters, works with lldpad
%prep
%setup -q
%autosetup -p1
cp -v %{SOURCE1} quickstart.txt
%patch1 -p1 -b .v1_0_29-29
%patch2 -p1 -b .vn2vn
%build
./bootstrap.sh
@ -86,6 +85,9 @@ rm -f %{buildroot}/%{_sysconfdir}/fcoe/config
%{_libexecdir}/fcoe/
%changelog
* Tue Jun 16 2015 Chris Leech <cleech@redhat.com> - 1.0.30-1
- rebase to upstream v1.0.30-2-g91c0c8c
* Fri Oct 24 2014 Chris Leech <cleech@redhat.com> - 1.0.29-7
- enable vn2vn mode in fcoeadm

View File

@ -1 +1 @@
473f7dc7ba6a7bbbb2515f6a08573869 fcoe-utils-1.0.29.tar.gz
6fcbb0e06a2af0bc1f2f5453d1042eaf fcoe-utils-1.0.30.tar.gz