OBS User unknown 2008-06-03 14:25:09 +00:00 committed by Git OBS Bridge
parent cf48ac65d2
commit 92c1d09441
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 2 17:53:10 CEST 2008 - dkukawka@suse.de
- added: 'Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)'
to specfile to get the package installed on Dell machines
(fix for bnc#326765)
-------------------------------------------------------------------
Mon Mar 10 01:53:00 CET 2008 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libsmbios (Version 0)
# 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
@ -31,13 +31,16 @@ Url: http://linux.dell.com/libsmbios/main/index.html
%define release_name libsmbios
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
Version: %{major}.%{minor}.%{sub}
Release: 1
Release: 5
License: BSD 3-Clause; GPL v2 or later; Other uncritical OpenSource License
Source: %{name}-%{version}.tar.bz2
Summary: Open BIOS parsing libs
Group: System/Management
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: ppc ppc64 s390 s390x
# Modules: dcdbas.ko
Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
# Generated with: extract-modaliases dcdbas
%description
Libsmbios is a library and utilites that can be used by client programs
@ -50,31 +53,38 @@ Authors:
Michael Brown
%package libs
License: GPL v2 or later
Summary: Libsmbios shared libraries
Group: System/Management
Provides: %name = %version
%package -n libsmbiosxml-libs
License: GPL v2 or later
Summary: Libsmbiosxml Shared Libraries
Group: System/Management
%package bin
License: GPL v2 or later
Summary: The "supported" sample binaries that use libsmbios
Group: System/Management
%package unsupported-bin
License: GPL v2 or later
Summary: Unsupported sample binaries using libsmbios
Group: System/Management
%package -n libsmbiosxml-bin
License: GPL v2 or later
Summary: sample binaries that use libsmbiosxml
Group: System/Management
%package devel
License: GPL v2 or later
Summary: development headers and archives
Group: System/Management
%package static
License: GPL v2 or later; Other uncritical OpenSource License
Summary: Open BIOS parsing libs
Group: System/Management
@ -257,6 +267,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Mon Jun 02 2008 dkukawka@suse.de
- added: 'Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)'
to specfile to get the package installed on Dell machines
(fix for bnc#326765)
* Mon Mar 10 2008 crrodriguez@suse.de
- dont buildrequire libxml, only libxml2 is used
* Fri Mar 07 2008 dmueller@suse.de