Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at 2026-04-11 22:26:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freerdp (Old) and /work/SRC/openSUSE:Factory/.freerdp.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freerdp" Sat Apr 11 22:26:50 2026 rev:98 rq:1346078 version:3.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes 2026-04-07 16:51:31.387032821 +0200 +++ /work/SRC/openSUSE:Factory/.freerdp.new.21863/freerdp.changes 2026-04-11 22:32:31.007464457 +0200 @@ -1,0 +2,7 @@ +Sat Apr 11 06:27:35 UTC 2026 - Christophe Marin <[email protected]> + +- Fix freerdp-devel dependencies. sso-mib must be present when + using the freerdp-client library. +- Only use sso_mib where the build dep is available (i.e: Tumbleweed) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ --- /var/tmp/diff_new_pack.CN23Hw/_old 2026-04-11 22:32:31.651490797 +0200 +++ /var/tmp/diff_new_pack.CN23Hw/_new 2026-04-11 22:32:31.655490961 +0200 @@ -26,6 +26,9 @@ %global _with_ffmpeg 1 %endif %endif +%if 0%{?suse_version} >= 1699 +%global _with_sso_mib 1 +%endif %global _with_gss 1 @@ -87,7 +90,7 @@ # Upstream use SDL3, but SDL3 does not exist in Leap and SDL3_ttf does not exists in Leap and Tumbleweed. BuildRequires: pkgconfig(SDL2_ttf) BuildRequires: pkgconfig(sdl2) -BuildRequires: pkgconfig(sso-mib) +%{?_with_sso_mib:BuildRequires: pkgconfig(sso-mib)} BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(x11) @@ -175,6 +178,7 @@ Requires: lib%{name}-server-proxy%{libfreerdp_package} Requires: winpr-devel = %{version}-%{release} Requires: pkgconfig(fuse3) +%{?_with_sso_mib:Requires: pkgconfig(sso-mib)} Obsoletes: %{name}-server-proxy%{libfreerdp_package}-devel < %{version}-%{release} Provides: %{name}-server-proxy%{libfreerdp_package}-devel = %{version}-%{release} @@ -296,7 +300,7 @@ -DWITH_SHADOW_MAC=ON \ -DWITH_SAMPLE=OFF \ -DWITH_SOXR=%{?_with_soxr:ON}%{?!_with_soxr:OFF} \ - -DWITH_SSO_MIB=ON \ + -DWITH_SSO_MIB=%{?_with_sso_mib:ON}%{?!_with_sso_mib:OFF} \ -DWITH_WAYLAND=ON \ -DWITH_X11=ON \ -DWITH_XCURSOR=ON \
