diff --git a/gnu-efi.changes b/gnu-efi.changes index 608c8d7..4999c80 100644 --- a/gnu-efi.changes +++ b/gnu-efi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 17 08:52:44 CEST 2008 - olh@suse.de + +- add ExclusiveArch ia64 x86 x86_64 + ------------------------------------------------------------------- Tue Jul 29 22:41:17 CEST 2008 - rw@suse.de diff --git a/gnu-efi.spec b/gnu-efi.spec index d6d726b..acb0749 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -2,9 +2,16 @@ # spec file for package gnu-efi (Version 3.0e) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,9 +19,10 @@ Name: gnu-efi +ExclusiveArch: ia64 %ix86 x86_64 Summary: Library for EFI Applications Version: 3.0e -Release: 1 +Release: 20 Group: Development/Libraries/Other AutoReqProv: on License: BSD 3-Clause; GPL v2 or later @@ -67,6 +75,8 @@ rm -fr $RPM_BUILD_ROOT %endif %changelog +* Fri Oct 17 2008 olh@suse.de +- add ExclusiveArch ia64 x86 x86_64 * Wed Jul 30 2008 rw@suse.de - Update to gnu-efi 3.0e for uEFI/x86_64. (fate#301882) * Sun May 27 2007 schwab@suse.de