[fcoe-utils] 1.0.19 bump

Petr Sabata psabata at fedoraproject.org
Thu Jun 2 14:09:31 UTC 2011


commit 8878a3acac1e35c0a6a9af00389bd2c1325f6984
Author: Petr Sabata <contyk at redhat.com>
Date:   Thu Jun 2 16:09:20 2011 +0200

    1.0.19 bump

 .gitignore                                         |    1 +
 fcoe-utils-1.0.17-make.patch                       |   22 -
 fcoe-utils-1.0.17-manpages.patch                   |   59 -
 fcoe-utils-1.0.17-no-vconfig.patch                 |   14 -
 ...ils-Add-SUPPORTED_DRIVERS-field-to-config.patch |   76 -
 ...Add-libnl-build-dependency-for-fcoe-utils.patch |   30 -
 ...Avoid-freeing-uninitialized-pointer-in-fc.patch |   49 -
 ...Documentation-for-the-fcoeadm-Scan-option.patch |   54 -
 ...Drain-fip-socket-during-creation-to-disca.patch |   71 -
 ...Handle-more-than-128-adapters-in-fcoeadm-.patch |  463 ------
 ...fcoe-utils-Include-current-lldpad-headers.patch |   29 -
 ...s-Include-fcoe_utils.h-before-scsi-scsi.h.patch |   39 -
 ...-Remove-unused-variable-symbolic_name_len.patch |   27 -
 ...Use-iproute2-instead-of-deprecated-vconfi.patch |   33 -
 ...-1.0.18-fcoemon-Correct-wrong-error-check.patch |   32 -
 ...not-create-a-world-and-group-writable-PID.patch |   29 -
 ....0.18-fcoemon-Fix-2-file-descriptor-leaks.patch |   42 -
 ...xpected-FLOGI-after-fcoe-port-is-destroye.patch |   39 -
 ...-new-libfcoe.ko-interfaces-create-destroy.patch |   33 -
 ...ancel-vlan-discovery-timer-only-when-vali.patch |   78 -
 ...etry-vlan-discovery-forever-if-AUTO_VLAN-.patch |   40 -
 fcoe-utils-1.0.18-kernel-headers.patch             | 1494 --------------------
 fcoe-utils.spec                                    |   57 +-
 sources                                            |    2 +-
 24 files changed, 13 insertions(+), 2800 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 424588c..f24c07e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ etc/initd/fcoe
 fcoe-utils-*.tar.gz
 fcoe-utils-*.rpm
 /fcoe-utils-1.0.18.tar.bz2
+/fcoe-utils-1.0.19.tar.bz2
diff --git a/fcoe-utils.spec b/fcoe-utils.spec
index 19907df..80578e1 100644
--- a/fcoe-utils.spec
+++ b/fcoe-utils.spec
@@ -1,6 +1,6 @@
 Name:           fcoe-utils
-Version:        1.0.18
-Release:        2%{?dist}
+Version:        1.0.19
+Release:        1%{?dist}
 Summary:        Fibre Channel over Ethernet utilities
 Group:          Applications/System
 License:        GPLv2
@@ -10,29 +10,9 @@ Source0:        %{name}-%{version}.tar.bz2
 Source1:        quickstart.txt
 # Generic Fedora patches
 Patch0:         fcoe-utils-1.0.17-init.patch
-Patch1:         fcoe-utils-1.0.17-make.patch
+Patch1:         fcoe-utils-1.0.19-make.patch
 Patch2:         fcoe-utils-1.0.18-help.patch
-#Patch3:         fcoe-utils-1.0.17-manpages.patch
-Patch4:         fcoe-utils-1.0.18-config.patch
-Patch5:         fcoe-utils-1.0.18-kernel-headers.patch
-# Upstream patches
-Patch10:        fcoe-utils-1.0.18-fcoemon-Use-new-libfcoe.ko-interfaces-create-destroy.patch
-Patch11:        fcoe-utils-1.0.18-fcoe-utils-Add-SUPPORTED_DRIVERS-field-to-config.patch
-Patch12:        fcoe-utils-1.0.18-fcoe-utils-Handle-more-than-128-adapters-in-fcoeadm-.patch
-Patch13:        fcoe-utils-1.0.18-fcoeutils-Cancel-vlan-discovery-timer-only-when-vali.patch
-Patch14:        fcoe-utils-1.0.18-fcoeutils-Retry-vlan-discovery-forever-if-AUTO_VLAN-.patch
-Patch15:        fcoe-utils-1.0.18-fcoe-utils-Include-current-lldpad-headers.patch
-Patch16:        fcoe-utils-1.0.18-fcoe-utils-Add-libnl-build-dependency-for-fcoe-utils.patch
-Patch17:        fcoe-utils-1.0.18-fcoemon-Unexpected-FLOGI-after-fcoe-port-is-destroye.patch
-Patch18:        fcoe-utils-1.0.18-fcoe-utils-Drain-fip-socket-during-creation-to-disca.patch
-Patch19:        fcoe-utils-1.0.18-fcoe-utils-Include-fcoe_utils.h-before-scsi-scsi.h.patch
-Patch20:        fcoe-utils-1.0.18-fcoe-utils-Remove-unused-variable-symbolic_name_len.patch
-Patch21:        fcoe-utils-1.0.18-fcoe-utils-Use-iproute2-instead-of-deprecated-vconfi.patch
-Patch22:        fcoe-utils-1.0.18-fcoe-utils-Documentation-for-the-fcoeadm-Scan-option.patch
-Patch23:        fcoe-utils-1.0.18-fcoemon-Correct-wrong-error-check.patch
-Patch24:        fcoe-utils-1.0.18-fcoemon-Fix-2-file-descriptor-leaks.patch
-Patch25:        fcoe-utils-1.0.18-fcoe-utils-Avoid-freeing-uninitialized-pointer-in-fc.patch
-Patch26:        fcoe-utils-1.0.18-fcoemon-Do-not-create-a-world-and-group-writable-PID.patch
+Patch3:         fcoe-utils-1.0.18-config.patch
 
 BuildRequires:    libhbaapi-devel lldpad-devel libnl-devel
 BuildRequires:    libtool automake autoconf
@@ -47,32 +27,12 @@ fcoeadm - command line tool for configuring FCoE interfaces
 fcoemon - service to configure DCB Ethernet QOS filters, works with dcbd or lldpad
 
 %prep
-%setup -q -c -n %{name}-%{version}
-# Upstream first
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%patch24 -p1
-%patch25 -p1
-%patch26 -p1
+%setup -q
 # Fedora patches on top of that...
 %patch0 -p1 -b .init
 %patch1 -p1 -b .make
 %patch2 -p1 -b .help
-#%patch3 -p1 -b .manpages
-%patch4 -p1 -b .config
-%patch5 -p1 -F 2 -b .kernel-headers
+%patch3 -p1 -b .config
 
 %build
 ./bootstrap.sh
@@ -130,6 +90,8 @@ fi
 %dir %{_sysconfdir}/fcoe/
 %config(noreplace) %{_sysconfdir}/fcoe/config
 %config(noreplace) %{_sysconfdir}/fcoe/cfg-ethx
+%dir %{_sysconfdir}/bash_completion.d/
+%{_sysconfdir}/bash_completion.d/*
 %{_initrddir}/fcoe
 %attr(0755,root,root) %{_libexecdir}/fcoe/fcoe_edd.sh
 %attr(0755,root,root) %{_libexecdir}/fcoe/fcoe-setup.sh
@@ -139,6 +101,9 @@ fi
 
 
 %changelog
+* Thu Jun 02 2011 Petr Sabata <contyk at redhat.com> - 1.0.19-1
+- 1.0.19 bump
+
 * Wed May  3 2011 Petr Sabata <psabata at redhat.com> - 1.0.18-2
 - fcoemon: Do not create a world and group writable PID file
 
diff --git a/sources b/sources
index 25a46cf..fdd42ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6b3bb359aa59e0ec7eac2764aec5ba7  fcoe-utils-1.0.18.tar.bz2
+bc1cf6400e442cc906026e4dffa39e55  fcoe-utils-1.0.19.tar.bz2


More information about the scm-commits mailing list