This commit is contained in:
parent
ae33e3b7a6
commit
b3f66ab629
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 7 11:44:16 CET 2008 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fixed spec:
|
||||||
|
- added Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) for
|
||||||
|
libsmbios2 and libsmbios-bin to fix bnc#440814
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 13 18:16:16 CEST 2008 - ro@suse.de
|
Wed Aug 13 18:16:16 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Url: http://linux.dell.com/libsmbios/main/index.html
|
|||||||
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
|
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
|
||||||
%define LIBNAME libsmbios2
|
%define LIBNAME libsmbios2
|
||||||
Version: %{major}.%{minor}.%{sub}
|
Version: %{major}.%{minor}.%{sub}
|
||||||
Release: 9
|
Release: 10
|
||||||
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
|
||||||
Patch0: libsmbios-fix-compiler_warning_cgcc.diff
|
Patch0: libsmbios-fix-compiler_warning_cgcc.diff
|
||||||
@ -72,11 +72,13 @@ Summary: Libsmbios shared libraries.
|
|||||||
Group: System/Management
|
Group: System/Management
|
||||||
Provides: %name = %version
|
Provides: %name = %version
|
||||||
Obsoletes: libsmbios-libs <= 0.13.12
|
Obsoletes: libsmbios-libs <= 0.13.12
|
||||||
|
Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
|
||||||
|
|
||||||
%package bin
|
%package bin
|
||||||
License: GPL v2 or later
|
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
|
||||||
|
Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
|
||||||
|
|
||||||
%package unsupported-bin
|
%package unsupported-bin
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -261,6 +263,10 @@ rm -f %{buildroot}/%{_libdir}/lib*.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 07 2008 dkukawka@suse.de
|
||||||
|
- fixed spec:
|
||||||
|
- added Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) for
|
||||||
|
libsmbios2 and libsmbios-bin to fix bnc#440814
|
||||||
* Wed Aug 13 2008 ro@suse.de
|
* Wed Aug 13 2008 ro@suse.de
|
||||||
- change ExcludeArch to ExclusiveArch
|
- change ExcludeArch to ExclusiveArch
|
||||||
* Tue Jul 29 2008 coolo@suse.de
|
* Tue Jul 29 2008 coolo@suse.de
|
||||||
@ -329,7 +335,7 @@ rm -f %{buildroot}/%{_libdir}/lib*.a
|
|||||||
- updated to new version 0.12.4:
|
- updated to new version 0.12.4:
|
||||||
* the package no longer provide bios_update_tools subpackage,
|
* the package no longer provide bios_update_tools subpackage,
|
||||||
since they are no longer part of the source
|
since they are no longer part of the source
|
||||||
* Sat Feb 11 2006 bwise@suse.de
|
* Fri Feb 10 2006 bwise@suse.de
|
||||||
- put description ib bios_update_check
|
- put description ib bios_update_check
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
|
Loading…
x
Reference in New Issue
Block a user