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] epel9: Fix for python3-magic/python3-file-magic requirement issue (BZ2375030)
Date: Mon, 03 Aug 2026 11:41:47 GMT [thread overview]
Message-ID: <178575730754.1.913214780855888127.rpms-s3cmd-0807c1d23ea9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/s3cmd
Branch : epel9
Commit : 0807c1d23ea9b17413a1cfb1cfa89b7b546c269b
Author : Frank Crawford <frank@crawford.emu.id.au>
Date : 2025-06-27T21:48:54+10:00
Stats : +20/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/s3cmd/c/0807c1d23ea9b17413a1cfb1cfa89b7b546c269b?branch=epel9
Log:
Fix for python3-magic/python3-file-magic requirement issue (BZ2375030)
---
diff --git a/s3cmd.spec b/s3cmd.spec
index aed0b80..4b6b4ea 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -6,7 +6,7 @@
%define name s3cmd
%define version 2.4.0
-%define release 1
+%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,24 @@ 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
+
+* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.4.0-3
+- Rebuilt for Python 3.13
+
+* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Fri Dec 15 2023 Frank Crawford <frank@crawford.emu.id.au> - 2.4.0-1
- New upstream release.
reply other threads:[~2026-08-03 11:41 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=178575730754.1.913214780855888127.rpms-s3cmd-0807c1d23ea9@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