This commit is contained in:
parent
cf48ac65d2
commit
92c1d09441
@ -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
|
Mon Mar 10 01:53:00 CET 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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_name libsmbios
|
||||||
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
|
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
|
||||||
Version: %{major}.%{minor}.%{sub}
|
Version: %{major}.%{minor}.%{sub}
|
||||||
Release: 1
|
Release: 5
|
||||||
License: BSD 3-Clause; GPL v2 or later; Other uncritical OpenSource License
|
License: BSD 3-Clause; GPL v2 or later; Other uncritical OpenSource License
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Summary: Open BIOS parsing libs
|
Summary: Open BIOS parsing libs
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExcludeArch: ppc ppc64 s390 s390x
|
ExcludeArch: ppc ppc64 s390 s390x
|
||||||
|
# Modules: dcdbas.ko
|
||||||
|
Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
|
||||||
|
# Generated with: extract-modaliases dcdbas
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libsmbios is a library and utilites that can be used by client programs
|
Libsmbios is a library and utilites that can be used by client programs
|
||||||
@ -50,31 +53,38 @@ Authors:
|
|||||||
Michael Brown
|
Michael Brown
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Libsmbios shared libraries
|
Summary: Libsmbios shared libraries
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Provides: %name = %version
|
Provides: %name = %version
|
||||||
|
|
||||||
%package -n libsmbiosxml-libs
|
%package -n libsmbiosxml-libs
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Libsmbiosxml Shared Libraries
|
Summary: Libsmbiosxml Shared Libraries
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
|
||||||
%package bin
|
%package bin
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: The "supported" sample binaries that use libsmbios
|
Summary: The "supported" sample binaries that use libsmbios
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
|
||||||
%package unsupported-bin
|
%package unsupported-bin
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Unsupported sample binaries using libsmbios
|
Summary: Unsupported sample binaries using libsmbios
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
|
||||||
%package -n libsmbiosxml-bin
|
%package -n libsmbiosxml-bin
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: sample binaries that use libsmbiosxml
|
Summary: sample binaries that use libsmbiosxml
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: development headers and archives
|
Summary: development headers and archives
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
|
License: GPL v2 or later; Other uncritical OpenSource License
|
||||||
Summary: Open BIOS parsing libs
|
Summary: Open BIOS parsing libs
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
|
||||||
@ -257,6 +267,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 10 2008 crrodriguez@suse.de
|
||||||
- dont buildrequire libxml, only libxml2 is used
|
- dont buildrequire libxml, only libxml2 is used
|
||||||
* Fri Mar 07 2008 dmueller@suse.de
|
* Fri Mar 07 2008 dmueller@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user