public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Frank Crawford <frank@crawford.emu.id.au>
To: git-commits@fedoraproject.org
Subject: [rpms/s3cmd] epel10: Fix for python3-magic/python3-file-magic requirement issue (BZ2375030)
Date: Mon, 03 Aug 2026 10:55:53 GMT [thread overview]
Message-ID: <178575455336.1.1146321587820056591.rpms-s3cmd-3f00f3d7e2f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/s3cmd
Branch : epel10
Commit : 3f00f3d7e2f24d2b626f6c4af75ccbf196e7579c
Author : Frank Crawford <frank@crawford.emu.id.au>
Date : 2025-06-27T21:48:52+10:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/s3cmd/c/3f00f3d7e2f24d2b626f6c4af75ccbf196e7579c?branch=epel10
Log:
Fix for python3-magic/python3-file-magic requirement issue (BZ2375030)
---
diff --git a/s3cmd.spec b/s3cmd.spec
index 9f66bc8..4b6b4ea 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -6,7 +6,7 @@
%define name s3cmd
%define version 2.4.0
-%define release 5
+%define release 7
Name: %{name}
Version: %{version}
@@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-dateutil
-Requires: python3-magic
+Requires: ( python3-magic or python3-file-magic )
# Disable auto dependencies as sources match Python2
%{?python_disable_dependency_generator}
@@ -84,6 +84,12 @@ install -D -p -m 0644 -t %{buildroot}%{_mandir}/man1 %{name}.1
%endif
%changelog
+* Fri Jun 27 2025 Frank Crawford <frank@crawford.emu.id.au> - 2.4.0-7
+- Fix for python3-magic/python3-file-magic requirement issue (BZ2375030)
+
+* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.4.0-6
+- Rebuilt for Python 3.14
+
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
reply other threads:[~2026-08-03 10:55 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=178575455336.1.1146321587820056591.rpms-s3cmd-3f00f3d7e2f2@fedoraproject.org \
--to=frank@crawford.emu.id.au \
--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