public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/freerdp] f44: Drop multilib-rpm-config usage on RHEL
Date: Mon, 01 Jun 2026 08:04:17 GMT	[thread overview]
Message-ID: <178030105787.1.6374186085727568618.rpms-freerdp-f15eeba2b248@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-06-01  8:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178030105787.1.6374186085727568618.rpms-freerdp-f15eeba2b248@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox