public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fossil] rawhide: doc package is noarch, clear config.guess-sub copy logic
Date: Fri, 26 Jun 2026 12:18:44 GMT [thread overview]
Message-ID: <178247632416.1.5853221411716815710.rpms-fossil-b49c6798224b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fossil
Branch : rawhide
Commit : b49c6798224bf5ca25de276ea356ec0332c4b41c
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-06-26T09:13:44-03:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fossil/c/b49c6798224bf5ca25de276ea356ec0332c4b41c?branch=rawhide
Log:
doc package is noarch, clear config.guess-sub copy logic
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/fossil.spec b/fossil.spec
index c131599..8ae0e46 100644
--- a/fossil.spec
+++ b/fossil.spec
@@ -26,7 +26,7 @@ interface.
%package doc
Summary: Fossil documentation
-
+BuildArch: noarch
Requires: fossil
%description doc
@@ -37,7 +37,8 @@ in %{_docdir}/%{name}-doc folder to view documents in browser.
%autosetup -p0 -n fossil-src-%{version}
# Update config.guess/sub to fix builds on new architectures (aarch64/ppc64le)
-for conf in /usr/lib/rpm/config.*; do [ -z "${f}" ] && break; cp "${f}" autosetup; done
+cp -f %{_rpmconfigdir}/redhat/config.guess autosetup/autosetup-config.guess
+cp -f %{_rpmconfigdir}/redhat/config.sub autosetup/autosetup-config.sub
%build
%set_build_flags
reply other threads:[~2026-06-26 12:18 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=178247632416.1.5853221411716815710.rpms-fossil-b49c6798224b@fedoraproject.org \
--to=filiperosset@fedoraproject.org \
--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