1.0.23 bump, reintroduce ExcludeArch
This commit is contained in:
parent
4455b38866
commit
6b6962aec5
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ fcoe-utils-*.rpm
|
||||
/fcoe-utils-1.0.20.tar.bz2
|
||||
/fcoe-utils-1.0.21.tar.bz2
|
||||
/fcoe-utils-1.0.22.tar.bz2
|
||||
/fcoe-utils-1.0.23.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
%define _hardened_build 1
|
||||
|
||||
Name: fcoe-utils
|
||||
Version: 1.0.22
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Fibre Channel over Ethernet utilities
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
@ -13,6 +13,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: quickstart.txt
|
||||
Source2: fcoe.service
|
||||
Source3: fcoe.config
|
||||
ExcludeArch: ppc s390 s390x
|
||||
# Generic Fedora patches
|
||||
Patch1: fcoe-utils-1.0.19-make.patch
|
||||
Patch2: fcoe-utils-1.0.18-help.patch
|
||||
@ -95,6 +96,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 25 2012 Petr Šabata <contyk@redhat.com> - 1.0.23-1
|
||||
- Update to 1.0.23
|
||||
- Re-introduce ExcludeArch to be in line with EL.
|
||||
|
||||
* Thu Feb 16 2012 Petr Šabata <contyk@redhat.com> - 1.0.22-2
|
||||
- Fix the incorrect libhbalinux runtime dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user