- update to 2.4.3
* Fixes for WMI based communications * Fixes for battery controls * Fixes for some segfaults and error handling OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=48
This commit is contained in:
parent
7a543a461e
commit
b951552a48
13
_service
13
_service
@ -1,13 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service mode="disabled" name="obs_scm">
|
|
||||||
<param name="url">https://github.com/dell/libsmbios.git</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="versionformat">2.4.2</param>
|
|
||||||
</service>
|
|
||||||
<service mode="buildtime" name="tar"/>
|
|
||||||
<service mode="buildtime" name="recompress">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">gz</param>
|
|
||||||
</service>
|
|
||||||
<service mode="disabled" name="set_version" />
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45096754f3769b47f7c2e53b611825fa0e4a18948de665cd9f7e1ccd9772cbf3
|
|
||||||
size 3537421
|
|
3
libsmbios-2.4.3.tar.gz
Normal file
3
libsmbios-2.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36c36a0f6b59190d6b4fef11696886e4511091929a5eb7ae7cf5fea0c32d3f58
|
||||||
|
size 644140
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 16 01:10:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.4.3
|
||||||
|
* Fixes for WMI based communications
|
||||||
|
* Fixes for battery controls
|
||||||
|
* Fixes for some segfaults and error handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 10 21:44:30 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Jan 10 21:44:30 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
name: libsmbios
|
|
||||||
version: 2.4.2
|
|
||||||
mtime: 1540996923
|
|
||||||
commit: 26e7363636273835444659e0904762a70d03446a
|
|
||||||
|
|
@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
%define libname libsmbios_c2
|
%define libname libsmbios_c2
|
||||||
Name: libsmbios
|
Name: libsmbios
|
||||||
Version: 2.4.2
|
Version: 2.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SMBIOS table library and utilities
|
Summary: SMBIOS table library and utilities
|
||||||
License: GPL-2.0-or-later OR OSL-2.1
|
License: GPL-2.0-or-later OR OSL-2.1
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
URL: https://github.com/dell/libsmbios
|
URL: https://github.com/dell/libsmbios
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: https://github.com/dell/libsmbios/archive/v2.4.3.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
@ -164,7 +163,7 @@ ln -s smbios-wireless-ctl %{buildroot}/%{_sbindir}/dellWirelessCtl
|
|||||||
ln -s smbios-lcd-brightness %{buildroot}/%{_sbindir}/dellLcdBrightness
|
ln -s smbios-lcd-brightness %{buildroot}/%{_sbindir}/dellLcdBrightness
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
%make_build check
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user