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:
parent
510d67e0c3
commit
34150e65cd
@ -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
|
Thu Apr 5 11:50:10 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,10 @@ Dell specific SMBIOS tables.
|
|||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: SMBIOS table interface library
|
Summary: SMBIOS table interface library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Recommends: %{name}-lang = %{version}
|
||||||
|
# For the above lang package to be resolvable
|
||||||
|
Provides: %{name} = %{version}
|
||||||
|
Obsoletes: libsmbios2
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
libsmbios provides a library to interface with the SMBIOS tables. It
|
libsmbios provides a library to interface with the SMBIOS tables. It
|
||||||
@ -79,8 +83,8 @@ Recommends: %{name}-lang
|
|||||||
Recommends: python3-smbios-utils = %{version}
|
Recommends: python3-smbios-utils = %{version}
|
||||||
# Give away the bin subpkg and just pull them all here instead of playing with
|
# Give away the bin subpkg and just pull them all here instead of playing with
|
||||||
# metapackages
|
# metapackages
|
||||||
Provides: smbios-utils-bin
|
|
||||||
Provides: libsmbios-bin = %{version}
|
Provides: libsmbios-bin = %{version}
|
||||||
|
Provides: smbios-utils-bin
|
||||||
Obsoletes: libsmbios-bin < %{version}
|
Obsoletes: libsmbios-bin < %{version}
|
||||||
Provides: libsmbios-unsupported-bin = %{version}
|
Provides: libsmbios-unsupported-bin = %{version}
|
||||||
Obsoletes: libsmbios-unsupported-bin < %{version}
|
Obsoletes: libsmbios-unsupported-bin < %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user