public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/s3cmd] epel10: Fix for python3-magic/python3-file-magic requirement issue (BZ2375030)
@ 2026-08-03 10:55 Frank Crawford
  0 siblings, 0 replies; only message in thread
From: Frank Crawford @ 2026-08-03 10:55 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 10:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:55 [rpms/s3cmd] epel10: Fix for python3-magic/python3-file-magic requirement issue (BZ2375030) Frank Crawford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox