From 7adddb597f7b756813f923e70d48686c78e2b3d1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:13:41 +0100 Subject: [PATCH] add fedora provides required to install microsoft dotnet packages [release 1.0-7mamba;Mon Dec 16 2019] --- openmamba-distro-compat.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openmamba-distro-compat.spec b/openmamba-distro-compat.spec index 0a9b808..48cdcc6 100644 --- a/openmamba-distro-compat.spec +++ b/openmamba-distro-compat.spec @@ -1,6 +1,6 @@ Name: openmamba-distro-compat Version: 1.0 -Release: 6mamba +Release: 7mamba Summary: Compatibility package for the installation of binary RPMs packaged for other distributions Group: System/Configuration Vendor: openmamba @@ -94,6 +94,8 @@ Requires: libopenssl100 Provides: qt5-qtdeclarative Provides: qt5-qtquickcontrols Requires: libQt5Qml +Provides: compat-openssl10 +Provides: krb5-libs License: GPL %description @@ -117,6 +119,9 @@ ln -s libssl.so.1.0.0 %{buildroot}%{_libdir}/libssl.so.10 %{_libdir}/libssl.so.10 %changelog +* Mon Dec 16 2019 Silvan Calarco 1.0-7mamba +- add fedora provides required to install microsoft dotnet packages + * Tue Feb 12 2019 Silvan Calarco 1.0-6mamba - require qt5-qtquickcontrols instead of qt5-qtquickcontrol