From ae33e3b7a645513c2ff8d192c8f311139ac4c42642be10c8029f41fd2d5ffe57 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 13 Aug 2008 16:17:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmbios?expand=0&rev=13 --- libsmbios.changes | 5 +++++ libsmbios.spec | 17 +++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/libsmbios.changes b/libsmbios.changes index 59cc2a5..fd07593 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 13 18:16:16 CEST 2008 - ro@suse.de + +- change ExcludeArch to ExclusiveArch + ------------------------------------------------------------------- Tue Jul 29 09:45:25 CEST 2008 - coolo@suse.de diff --git a/libsmbios.spec b/libsmbios.spec index 29dcd51..91a6f3b 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -2,9 +2,16 @@ # spec file for package libsmbios (Version MACRO) # # 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/ # @@ -30,14 +37,14 @@ Url: http://linux.dell.com/libsmbios/main/index.html %define release_version %{major}.%{minor}.%{sub}%{extralevel} %define LIBNAME libsmbios2 Version: %{major}.%{minor}.%{sub} -Release: 8 +Release: 9 License: BSD 3-Clause; GPL v2 or later; Other uncritical OpenSource License Source: %{name}-%{version}.tar.bz2 Patch0: libsmbios-fix-compiler_warning_cgcc.diff Summary: Open BIOS parsing libs Group: System/Management BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExcludeArch: ppc ppc64 s390 s390x +ExclusiveArch: %ix86 ia64 x86_64 # Modules: dcdbas.ko Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) # Generated with: extract-modaliases dcdbas @@ -254,6 +261,8 @@ rm -f %{buildroot}/%{_libdir}/lib*.a %endif %changelog +* Wed Aug 13 2008 ro@suse.de +- change ExcludeArch to ExclusiveArch * Tue Jul 29 2008 coolo@suse.de - obsolete old name * Mon Jul 07 2008 dkukawka@suse.de