* Sun Apr 03 2022 Peter Ajamian <pj@ghettoforge.org> - 3.4.3-168.2

- python-backports-lzma compatibility.
- Fix dependancies
This commit is contained in:
2025-01-27 22:03:48 -05:00
parent ee9d2a6dee
commit 6c88544a47
137 changed files with 217933 additions and 40 deletions

16
geode-arch.patch Normal file
View File

@@ -0,0 +1,16 @@
diff --git a/rpmUtils/arch.py b/rpmUtils/arch.py
index b493b6a..27c6d53 100644
--- a/rpmUtils/arch.py
+++ b/rpmUtils/arch.py
@@ -15,7 +15,7 @@ arches = {
# ia32
"athlon": "i686",
"i686": "i586",
- "geode": "i586",
+ "geode": "i686",
"i586": "i486",
"i486": "i386",
"i386": "noarch",
--
1.6.2.5