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 ", "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 ", 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 2.2.1-5 +- update build deps * Mon Nov 11 2024 Jordan Keough 2.2.1-4 - updated build dependencies * Mon Nov 11 2024 Jordan Keough 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 Mon, 11 Nov 2024 08:39:46 -0400 + python3-libzfs (2.2.1-4focal) focal; urgency=medium * updated build dependencies