public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kf6-karchive] epel10: Fix for an html file not being built for all arches for some reason
Date: Thu, 30 Jul 2026 15:45:17 GMT	[thread overview]
Message-ID: <178542631731.1.17633478263076630215.rpms-kf6-karchive-9f2f0c36e53c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kf6-karchive
Branch : epel10
Commit : 9f2f0c36e53ca0f3a878ef235154c68f1070baff
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-05-01T21:44:30-04:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kf6-karchive/c/9f2f0c36e53ca0f3a878ef235154c68f1070baff?branch=epel10

Log:
Fix for an html file not being built for all arches for some reason

---
diff --git a/kf6-karchive.spec b/kf6-karchive.spec
index b4a4d1a..f472f97 100644
--- a/kf6-karchive.spec
+++ b/kf6-karchive.spec
@@ -64,8 +64,10 @@ Developer Documentation files for %{name} in HTML format
 
 %install
 %cmake_install_kf6
-
 %find_lang_kf6 karchive6_qt
+# Seems one of the arches generate an extra file. Neal said to delete it, at least for now
+# It is being built on all arches, except s390x and i686.
+rm -f %{buildroot}%{_qt6_docdir}/karchive/karchivedirectory-obsolete.html
 
 %files -f karchive6_qt.lang
 %doc AUTHORS README.md

                 reply	other threads:[~2026-07-30 15:45 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=178542631731.1.17633478263076630215.rpms-kf6-karchive-9f2f0c36e53c@fedoraproject.org \
    --to=farchord@gmail.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