Skip to content

Commit c13eaf0

Browse files
committed
builld el8 package for zfs 2.2 support
1 parent fef0db0 commit c13eaf0

3 files changed

Lines changed: 7 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Py-libzfs 2.2.1-6
1+
## Py-libzfs 2.2.1-7
22

3-
* build for new repos
3+
* build el8 package for zfs 2.2 support

manifest.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Py-libzfs",
55
"description": "python libzfs",
66
"version": "2.2.1",
7-
"build_number": "6",
7+
"build_number": "7",
88
"stable": true,
99
"author": "Brett Kelly <bkelly@45drives.com>",
1010
"git_url": "https://github.com/45Drives/python3-libzfs",
@@ -28,21 +28,6 @@
2828
]
2929
},
3030
"builds": [
31-
{
32-
"group": "ubuntu",
33-
"os_name": "ubuntu-focal",
34-
"image": "ci.cr.45d.io/ci/zfs/ubuntu-focal:1"
35-
},
36-
{
37-
"group": "ubuntu",
38-
"os_name": "ubuntu-jammy",
39-
"image": "ci.cr.45d.io/ci/zfs/ubuntu-jammy:1"
40-
},
41-
{
42-
"group": "rocky",
43-
"os_name": "rocky-el9",
44-
"image": "ci.cr.45d.io/ci/zfs/rocky-el9:1"
45-
},
4631
{
4732
"group": "rocky",
4833
"os_name": "rocky-el8",
@@ -56,9 +41,9 @@
5641
"changelog": {
5742
"urgency": "medium",
5843
"version": "2.2.1",
59-
"build_number": "6",
44+
"build_number": "7",
6045
"date": null,
6146
"packager": "Brett Kelly <bkelly@45drives.com>",
6247
"changes": []
6348
}
64-
}
49+
}

packaging/rocky-el8/main.spec.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ rm -rf $RPM_BUILD_ROOT
3333
%files -f INSTALLED_FILES
3434

3535
%changelog
36+
* Fri Apr 10 2026 Brett Kelly <bkelly@45drives.com> 2.2.1-7
37+
- build el8 package for zfs 2.2 support
3638
* Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.2.1-5
3739
- update build deps
3840
* Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.2.1-4

0 commit comments

Comments
 (0)