public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/strawberry] f43: Make appstream metadata valid on EPEL9
Date: Sat, 27 Jun 2026 16:07:24 GMT	[thread overview]
Message-ID: <178257644432.1.17818087389472780768.rpms-strawberry-35a698bc0cab@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/strawberry
            Branch : f43
            Commit : 35a698bc0cab6e1c276f8c524fee5b56bcae97e7
            Author : Ondrej Mosnáček <omosnacek@gmail.com>
            Date   : 2026-04-18T08:48:39+02:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/strawberry/c/35a698bc0cab6e1c276f8c524fee5b56bcae97e7?branch=f43

            Log:
            Make appstream metadata valid on EPEL9

Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>

---
diff --git a/strawberry.spec b/strawberry.spec
index d109103..7bed7da 100644
--- a/strawberry.spec
+++ b/strawberry.spec
@@ -115,6 +115,11 @@ Features:
 %prep
 %autosetup -p1
 
+%if 0%{?rhel} && 0%{?rhel} <= 9
+# RHEL 9's older libappstream-glib doesn't support this field
+sed -i '/<url type="vcs-browser">/d' dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml
+%endif
+
 %if %{with tests}
 # Disable tests that need graphical environment and thus don't work in mock
 sed -i '/add_test_file(.* true)/d' tests/CMakeLists.txt

                 reply	other threads:[~2026-06-27 16:07 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=178257644432.1.17818087389472780768.rpms-strawberry-35a698bc0cab@fedoraproject.org \
    --to=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