From 37fa3ef927b5d209b461c5d9c3364e8ef39ef5c2 Mon Sep 17 00:00:00 2001
From: Brett Kelly <br991561@gmail.com>
Date: Mon, 11 Nov 2024 12:39:55 -0400
Subject: [PATCH] build 2.2.1-5

---
 CHANGELOG.md              |  4 ++--
 manifest.json             | 12 ++++++------
 packaging/el8/main.spec   |  2 ++
 packaging/focal/changelog |  6 ++++++
 4 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c9e633..b8ee909 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,3 @@
-## Py-libzfs 2.2.1-4
+## Py-libzfs 2.2.1-5
 
-* updated build dependencies
\ No newline at end of file
+* update build deps
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 6a94223..4083725 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
     "title": "Py-libzfs",
     "prerelease": false,
     "version": "2.2.1",
-    "buildVersion": "4",
+    "buildVersion": "5",
     "author": "Jordan Keough <jkeough@45drives.com>",
     "url": "https://github.com/45Drives/python3-libzfs",
     "category": "utils",
@@ -30,12 +30,12 @@
         },
         "deb": {
             "jammy": [
-                "zfsutils-linux (>= 2.2)",
-                "zfsutils-linux (<< 2.3)"
+                "zfsutils (>= 2.2)",
+                "zfsutils (<< 2.3)"
             ],
             "focal": [
-                "zfsutils-linux (>= 2.2)",
-                "zfsutils-linux (<< 2.3)"
+                "zfsutils (>= 2.2)",
+                "zfsutils (<< 2.3)"
             ]
         }
     },
@@ -54,7 +54,7 @@
     "changelog": {
         "urgency": "medium",
         "version": "2.2.1",
-        "buildVersion": "4",
+        "buildVersion": "5",
         "ignore": [],
         "date": null,
         "packager": "Jordan Keough <jkeough@45drives.com>",
diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec
index 94d6d18..27aef45 100644
--- a/packaging/el8/main.spec
+++ b/packaging/el8/main.spec
@@ -33,6 +33,8 @@ rm -rf $RPM_BUILD_ROOT
 %files -f INSTALLED_FILES
 
 %changelog
+* Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.2.1-5
+- update build deps
 * Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.2.1-4
 - updated build dependencies
 * Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.2.1-3
diff --git a/packaging/focal/changelog b/packaging/focal/changelog
index d1eb16e..78a57d4 100644
--- a/packaging/focal/changelog
+++ b/packaging/focal/changelog
@@ -1,3 +1,9 @@
+python3-libzfs (2.2.1-5focal) focal; urgency=medium
+
+  * update build deps
+
+ -- Jordan Keough <jkeough@45drives.com>  Mon, 11 Nov 2024 08:39:46 -0400
+
 python3-libzfs (2.2.1-4focal) focal; urgency=medium
 
   * updated build dependencies