public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/freerdp] f43: Enable uriparser support on RHEL
@ 2026-06-04  7:08 Ondrej Holy
  0 siblings, 0 replies; only message in thread
From: Ondrej Holy @ 2026-06-04  7:08 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/freerdp
            Branch : f43
            Commit : 28f1963a9412023e6012c78f5f4a767249e6b27e
            Author : Ondrej Holy <oholy@redhat.com>
            Date   : 2026-06-04T09:03:56+02:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/freerdp/c/28f1963a9412023e6012c78f5f4a767249e6b27e?branch=f43

            Log:
            Enable uriparser support on RHEL

The uriparser library will be part of RHEL 11 as it is also needed for
dnsconfd and php packages. Let's enable it here as well.

Made-with: Cursor

---
diff --git a/freerdp.spec b/freerdp.spec
index 478f5c6..b9dc852 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -17,7 +17,9 @@
 %{!?rhel:%global _with_openh264 1}
 %{!?rhel:%global _with_sdl_client 1}
 %{!?rhel:%global _with_soxr 1}
-%{!?rhel:%global _with_uriparser 1}
+%if 0%{?fedora} || 0%{?rhel} > 10
+%global _with_uriparser 1
+%endif
 
 # Disable support for AAD WebView popup since it uses webkit2gtk-4.0
 #global _with_webview 1
@@ -25,7 +27,7 @@
 Name:           freerdp
 Epoch:          2
 Version:        3.26.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Free implementation of the Remote Desktop Protocol (RDP)
 
 # The effective license is Apache-2.0 but:
@@ -374,6 +376,9 @@ find %{buildroot} -name "*.a" -delete
 %{_libdir}/pkgconfig/winpr-tools3.pc
 
 %changelog
+* Wed Jun 04 2026 Ondrej Holy <oholy@redhat.com> - 2:3.26.0-6
+- Enable uriparser support on RHEL
+
 * Tue May 26 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2:3.26.0-5
 - Drop multilib-rpm-config usage on RHEL
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-04  7:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04  7:08 [rpms/freerdp] f43: Enable uriparser support on RHEL Ondrej Holy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox