From 7c00e8fb43fd62700dd0ef00648419dd41cbbd0426a3e82ec584ac6ae84b2109 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 7 Feb 2020 14:02:40 +0000 Subject: [PATCH 1/5] Accepting request 770103 from home:iznogood:branches:Base:System - No longer recommend -lang: Supplements are in use. OBS-URL: https://build.opensuse.org/request/show/770103 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=46 --- libsmbios.changes | 5 +++++ libsmbios.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libsmbios.changes b/libsmbios.changes index 036da48..68a2c7d 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 4 22:06:56 UTC 2020 - Bjørn Lie + +- No longer recommend -lang: Supplements are in use. + ------------------------------------------------------------------- Fri Jan 10 21:44:30 UTC 2020 - Bjørn Lie diff --git a/libsmbios.spec b/libsmbios.spec index 098630e..0c9ea6d 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -55,7 +55,6 @@ Dell specific SMBIOS tables. %package -n %{libname} Summary: SMBIOS table interface library Group: System/Libraries -Recommends: %{name}-lang = %{version} # For the above lang package to be resolvable Provides: %{name} = %{version} Obsoletes: libsmbios2 @@ -80,7 +79,6 @@ This package provides a Python interface to libsmbios %package -n smbios-utils Summary: Utilities that use libsmbios Group: System/Management -Recommends: %{name}-lang Recommends: python3-smbios-utils = %{version} # Give away the bin subpkg and just pull them all here instead of playing with # metapackages From 7a543a461e457009635a9dae87686ae3ae1e51d0010616ba0cd35e18c47ba9ff Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 8 Feb 2020 08:00:55 +0000 Subject: [PATCH 2/5] Accepting request 772193 from home:iznogood:branches:Base:System Revert previous change, *-lang recommends needs to stay for now. OBS-URL: https://build.opensuse.org/request/show/772193 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=47 --- libsmbios.changes | 5 ----- libsmbios.spec | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/libsmbios.changes b/libsmbios.changes index 68a2c7d..036da48 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Feb 4 22:06:56 UTC 2020 - Bjørn Lie - -- No longer recommend -lang: Supplements are in use. - ------------------------------------------------------------------- Fri Jan 10 21:44:30 UTC 2020 - Bjørn Lie diff --git a/libsmbios.spec b/libsmbios.spec index 0c9ea6d..098630e 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -55,6 +55,7 @@ Dell specific SMBIOS tables. %package -n %{libname} Summary: SMBIOS table interface library Group: System/Libraries +Recommends: %{name}-lang = %{version} # For the above lang package to be resolvable Provides: %{name} = %{version} Obsoletes: libsmbios2 @@ -79,6 +80,7 @@ This package provides a Python interface to libsmbios %package -n smbios-utils Summary: Utilities that use libsmbios Group: System/Management +Recommends: %{name}-lang Recommends: python3-smbios-utils = %{version} # Give away the bin subpkg and just pull them all here instead of playing with # metapackages From b951552a48e9e8c1e6416baff24e769caead0a9708264dffe8a2170b9fdda4d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 01:10:48 +0000 Subject: [PATCH 3/5] - 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 --- _service | 13 ------------- libsmbios-2.4.2.obscpio | 3 --- libsmbios-2.4.3.tar.gz | 3 +++ libsmbios.changes | 8 ++++++++ libsmbios.obsinfo | 5 ----- libsmbios.spec | 7 +++---- 6 files changed, 14 insertions(+), 25 deletions(-) delete mode 100644 _service delete mode 100644 libsmbios-2.4.2.obscpio create mode 100644 libsmbios-2.4.3.tar.gz delete mode 100644 libsmbios.obsinfo diff --git a/_service b/_service deleted file mode 100644 index 00f02bc..0000000 --- a/_service +++ /dev/null @@ -1,13 +0,0 @@ - - - https://github.com/dell/libsmbios.git - git - 2.4.2 - - - - *.tar - gz - - - diff --git a/libsmbios-2.4.2.obscpio b/libsmbios-2.4.2.obscpio deleted file mode 100644 index 7777596..0000000 --- a/libsmbios-2.4.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45096754f3769b47f7c2e53b611825fa0e4a18948de665cd9f7e1ccd9772cbf3 -size 3537421 diff --git a/libsmbios-2.4.3.tar.gz b/libsmbios-2.4.3.tar.gz new file mode 100644 index 0000000..d74b8fd --- /dev/null +++ b/libsmbios-2.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c36a0f6b59190d6b4fef11696886e4511091929a5eb7ae7cf5fea0c32d3f58 +size 644140 diff --git a/libsmbios.changes b/libsmbios.changes index 036da48..e76e672 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 16 01:10:24 UTC 2020 - Dirk Mueller + +- 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 diff --git a/libsmbios.obsinfo b/libsmbios.obsinfo deleted file mode 100644 index b95015b..0000000 --- a/libsmbios.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: libsmbios -version: 2.4.2 -mtime: 1540996923 -commit: 26e7363636273835444659e0904762a70d03446a - diff --git a/libsmbios.spec b/libsmbios.spec index 098630e..a1685e0 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -18,15 +18,14 @@ %define libname libsmbios_c2 Name: libsmbios -Version: 2.4.2 +Version: 2.4.3 Release: 0 Summary: SMBIOS table library and utilities License: GPL-2.0-or-later OR OSL-2.1 Group: Hardware/Other 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 - BuildRequires: autoconf BuildRequires: automake BuildRequires: chrpath @@ -164,7 +163,7 @@ ln -s smbios-wireless-ctl %{buildroot}/%{_sbindir}/dellWirelessCtl ln -s smbios-lcd-brightness %{buildroot}/%{_sbindir}/dellLcdBrightness %check -make %{?_smp_mflags} check +%make_build check %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig From 0c5802dd13e6dde0acdee3c0d8e76dfbd87a220d956e622c4464b56aa24f1af7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 01:11:06 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=49 --- libsmbios.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsmbios.spec b/libsmbios.spec index a1685e0..9e938da 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -24,7 +24,7 @@ Summary: SMBIOS table library and utilities License: GPL-2.0-or-later OR OSL-2.1 Group: Hardware/Other URL: https://github.com/dell/libsmbios -Source: https://github.com/dell/libsmbios/archive/v2.4.3.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/dell/libsmbios/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc BuildRequires: autoconf BuildRequires: automake From b8de3cbc4cc761121bd7c94cbf280f55eca5465d949677eb8849b0635df21024 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 01:13:44 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=50 --- libsmbios.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libsmbios.spec b/libsmbios.spec index 9e938da..f98b9e6 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -54,10 +54,7 @@ Dell specific SMBIOS tables. %package -n %{libname} Summary: SMBIOS table interface library Group: System/Libraries -Recommends: %{name}-lang = %{version} -# For the above lang package to be resolvable Provides: %{name} = %{version} -Obsoletes: libsmbios2 %description -n %{libname} libsmbios provides a library to interface with the SMBIOS tables. It @@ -79,7 +76,7 @@ This package provides a Python interface to libsmbios %package -n smbios-utils Summary: Utilities that use libsmbios Group: System/Management -Recommends: %{name}-lang +Recommends: %{name}-lang = %{version} Recommends: python3-smbios-utils = %{version} # Give away the bin subpkg and just pull them all here instead of playing with # metapackages