OBS User unknown 2008-08-13 16:17:23 +00:00 committed by Git OBS Bridge
parent 973026b0b9
commit ae33e3b7a6
2 changed files with 18 additions and 4 deletions

View File

@ -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

View File

@ -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