The package rpms/proxmark3.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/proxmark3.git/commit/?id=68f53ecd732....
Change: +ExcludeArch: ppc64le s390x i686
Thanks.
Full change: ============
commit 895b1e0704b263251cb1a0acd325e9c8669c69cd Merge: 7f13367 b9d1b75 Author: s00se marlin.soose@esque.ca Date: Tue Jul 30 10:31:06 2024 -0600
Merge branch 'rawhide' into f39
diff --cc .gitignore index 7de4b5f,030033c..ced0cf8 --- a/.gitignore +++ b/.gitignore @@@ -4,4 -4,4 +4,8 @@@ /v4.17511.tar.gz /v4.17768.tar.gz /v4.18218.tar.gz ++<<<<<<< HEAD +/v4.18341.tar.gz ++======= + /v4.18589.tar.gz ++>>>>>>> rawhide diff --cc proxmark3.spec index 430627b,2144017..afabc39 --- a/proxmark3.spec +++ b/proxmark3.spec @@@ -48,8 -49,12 +49,11 @@@ rm -rf %{buildroot}%{_datadir}/doc/prox %doc doc/ AUTHORS.md CHANGELOG.md COMPILING.txt CONTRIBUTING.md README.md
%changelog - * Mon Mar 25 2024 Marlin Soose marlin.soose@esque.ca - 4.18341 - - Bumping package to v4.18341 - + * Tue Jul 30 2024 Marlin Soose marlin.soose@esque.ca - 4.18589 + - Bumping package to v4.18589 and dropping i686 support + + * Thu Jul 25 2024 Miroslav Suchý msuchy@redhat.com - 4.18218-1 + - convert license to SPDX
* Sun Feb 18 2024 Marlin Soose marlin.soose@esque.ca - 4.18218 - Bumping package to v4.18218
commit b9d1b756b1e707253828328f2bf4a5f59aa78603 Author: s00se marlin.soose@esque.ca Date: Tue Jul 30 10:28:30 2024 -0600
Update changelog
diff --git a/proxmark3.spec b/proxmark3.spec index b108e48..2144017 100644 --- a/proxmark3.spec +++ b/proxmark3.spec @@ -49,6 +49,10 @@ rm -rf %{buildroot}%{_datadir}/doc/proxmark3 %doc doc/ AUTHORS.md CHANGELOG.md COMPILING.txt CONTRIBUTING.md README.md
%changelog + +* Tue Jul 30 2024 Marlin Soose marlin.soose@esque.ca - 4.18589 +- Bumping package to v4.18589 and dropping i686 support + * Thu Jul 25 2024 Miroslav Suchý msuchy@redhat.com - 4.18218-1 - convert license to SPDX
commit 68f53ecd73255b137d3e3b927b8cae3182fe3f57 Author: s00se marlin.soose@esque.ca Date: Tue Jul 30 09:39:15 2024 -0600
Bump to 4.18589 Drop i686 arch
diff --git a/.gitignore b/.gitignore index 095705c..030033c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v4.17511.tar.gz /v4.17768.tar.gz /v4.18218.tar.gz +/v4.18589.tar.gz diff --git a/proxmark3.spec b/proxmark3.spec index 5cf6fe4..b108e48 100644 --- a/proxmark3.spec +++ b/proxmark3.spec @@ -1,5 +1,5 @@ Name: proxmark3 -Version: 4.18218 +Version: 4.18589 Release: %autorelease Summary: The Swiss Army Knife of RFID Research - RRG/Iceman repo # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -8,7 +8,7 @@ URL: https://github.com/RfidResearchGroup/proxmark3 Source0: https://github.com/RfidResearchGroup/proxmark3/archive/refs/tags/v%%7Bversio... BuildRequires: make, gcc, g++, readline-devel, arm-none-eabi-gcc, arm-none-eabi-newlib, bzip2-devel, libatomic, openssl-devel, python3-devel, jansson-devel, bluez-libs-devel, qt5-qtbase-devel, lz4-devel, gd-devel, gd Requires: bzip2-libs, readline, python3, bluez, qt5-qtbase, gd -ExcludeArch: ppc64le s390x +ExcludeArch: ppc64le s390x i686
%description The Swiss Army Knife of RFID Research - RRG/Iceman repo diff --git a/sources b/sources index c4d62d0..1393b68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v4.18218.tar.gz) = 8c89089674e349629cfa156bbf85366e28962dde7c48a9e6941c63df05417a9a8c8a06f018614e4129e4a08b954216a5e29349abceea24bf6e6fc9b498c68ecb +SHA512 (v4.18589.tar.gz) = b4edce069816a9c81b11292702eb965adf9e03b666ba909a6870af135be42f8c566ee232467faa27158c773b69c21b866795d7b6889123349fdd90bb8542cff5
commit 430f52cc037e09d67cfc0e4a45a58dea680e3e80 Author: Miroslav Suchý msuchy@redhat.com Date: Thu Jul 25 12:46:04 2024 +0200
convert GPLv3+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
diff --git a/proxmark3.spec b/proxmark3.spec index b59867d..5cf6fe4 100644 --- a/proxmark3.spec +++ b/proxmark3.spec @@ -2,7 +2,8 @@ Name: proxmark3 Version: 4.18218 Release: %autorelease Summary: The Swiss Army Knife of RFID Research - RRG/Iceman repo -License: GPLv3+ +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: https://github.com/RfidResearchGroup/proxmark3 Source0: https://github.com/RfidResearchGroup/proxmark3/archive/refs/tags/v%%7Bversio... BuildRequires: make, gcc, g++, readline-devel, arm-none-eabi-gcc, arm-none-eabi-newlib, bzip2-devel, libatomic, openssl-devel, python3-devel, jansson-devel, bluez-libs-devel, qt5-qtbase-devel, lz4-devel, gd-devel, gd @@ -48,6 +49,9 @@ rm -rf %{buildroot}%{_datadir}/doc/proxmark3 %doc doc/ AUTHORS.md CHANGELOG.md COMPILING.txt CONTRIBUTING.md README.md
%changelog +* Thu Jul 25 2024 Miroslav Suchý msuchy@redhat.com - 4.18218-1 +- convert license to SPDX + * Sun Feb 18 2024 Marlin Soose marlin.soose@esque.ca - 4.18218 - Bumping package to v4.18218
commit b1cb15ed8bb9d2d75bfe8480eefbd3f5ee8d5519 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 19 08:34:41 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
commit 4e35e84c49354302cfebfa6abe1da5df1da2d4fb Author: Python Maint python-maint@redhat.com Date: Fri Jun 7 08:34:46 2024 +0200
Rebuilt for Python 3.13
arch-excludes@lists.fedoraproject.org