public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/freerdp] f44: Drop multilib-rpm-config usage on RHEL
@ 2026-06-01  8:04 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-01  8:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/freerdp
            Branch : f44
            Commit : f15eeba2b248795d9c90f6b9c49fab4fc2efbd81
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-05-26T09:47:09-04:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/freerdp/c/f15eeba2b248795d9c90f6b9c49fab4fc2efbd81?branch=f44

            Log:
            Drop multilib-rpm-config usage on RHEL

multilib was dropped completely as of RHEL 10, and the macros are expected
to be dropped from RHEL 11.

https://github.com/fedora-eln/eln/issues/525

---
diff --git a/freerdp.spec b/freerdp.spec
index e51ec96..478f5c6 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -25,7 +25,7 @@
 Name:           freerdp
 Epoch:          2
 Version:        3.26.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Free implementation of the Remote Desktop Protocol (RDP)
 
 # The effective license is Apache-2.0 but:
@@ -71,7 +71,7 @@ BuildRequires:  libXv-devel
 BuildRequires:  pam-devel
 BuildRequires:  xmlto
 BuildRequires:  zlib-devel
-BuildRequires:  multilib-rpm-config
+%{!?rhel:BuildRequires:  multilib-rpm-config}
 
 BuildRequires:  cmake(json-c)
 # Packaging error led to cmake files in the wrong place
@@ -279,7 +279,9 @@ export CTEST_OUTPUT_ON_FAILURE=1
 
 find %{buildroot} -name "*.a" -delete
 
+%if %{undefined rhel}
 %multilib_fix_c_header --file %{_includedir}/freerdp3/freerdp/build-config.h
+%endif
 
 %files
 %{?_with_sdl_client:
@@ -372,6 +374,9 @@ find %{buildroot} -name "*.a" -delete
 %{_libdir}/pkgconfig/winpr-tools3.pc
 
 %changelog
+* Tue May 26 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2:3.26.0-5
+- Drop multilib-rpm-config usage on RHEL
+
 * Sun May 10 2026 Neal Gompa <ngompa@fedoraproject.org> - 2:3.26.0-4
 - Enable WebAuthN/FIDO2 passthrough support
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01  8:04 [rpms/freerdp] f44: Drop multilib-rpm-config usage on RHEL Yaakov Selkowitz

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