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}