From 34150e65cdc52f380d2b38b715542bc06c5561877d435ab6d7a4719c9b5c717f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 May 2018 14:30:51 +0000 Subject: [PATCH] Accepting request 610239 from home:scarabeus_iv:branches:Base:System - Make the lang_package installable by providing the symbol required on the libname subpackage - Add obsoletes for libsmbios2 to ease upgrading OBS-URL: https://build.opensuse.org/request/show/610239 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=40 --- libsmbios.changes | 11 +++++++++++ libsmbios.spec | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libsmbios.changes b/libsmbios.changes index 9a88961..7705bf4 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 18 07:45:07 UTC 2018 - tchvatal@suse.com + +- Make the lang_package installable by providing the symbol + required on the libname subpackage + +------------------------------------------------------------------- +Mon May 14 08:17:09 UTC 2018 - tchvatal@suse.com + +- Add obsoletes for libsmbios2 to ease upgrading + ------------------------------------------------------------------- Thu Apr 5 11:50:10 UTC 2018 - tchvatal@suse.com diff --git a/libsmbios.spec b/libsmbios.spec index 8c1572d..58f2de6 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -54,6 +54,10 @@ 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,8 +83,8 @@ Recommends: %{name}-lang Recommends: python3-smbios-utils = %{version} # Give away the bin subpkg and just pull them all here instead of playing with # metapackages -Provides: smbios-utils-bin Provides: libsmbios-bin = %{version} +Provides: smbios-utils-bin Obsoletes: libsmbios-bin < %{version} Provides: libsmbios-unsupported-bin = %{version} Obsoletes: libsmbios-unsupported-bin < %{version}