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

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.
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:41 [rpms/s3cmd] epel9: 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