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
This commit is contained in:
Dirk Mueller 2018-05-23 14:30:51 +00:00 committed by Git OBS Bridge
parent 510d67e0c3
commit 34150e65cd
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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}