Skip to content

Commit 81a3f42

Browse files
committed
build 2.1.1-2
1 parent 7fd3094 commit 81a3f42

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

CHANGELOG.md

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

3-
* support zfs-2.1
3+
* use correct builder container
4+
* use correct builder container

manifest.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
"title": "Py-libzfs",
55
"prerelease": false,
66
"version": "2.1.1",
7-
"buildVersion": "1",
7+
"buildVersion": "2",
88
"author": "Jordan Keough <jkeough@45drives.com>",
99
"url": "https://github.com/45Drives/python3-libzfs",
1010
"category": "utils",
1111
"priority": "optional",
1212
"licence": "GPL-3.0+",
1313
"architecture": {
14-
"deb": "all",
1514
"el": "x86_64"
1615
},
1716
"description": {
@@ -27,34 +26,19 @@
2726
"zfs >= 2.1",
2827
"zfs < 2.2"
2928
]
30-
},
31-
"deb": {
32-
"jammy": [
33-
"zfsutils (>= 2.1)",
34-
"zfsutils (<< 2.2)"
35-
],
36-
"focal": [
37-
"zfsutils (>= 2.1)",
38-
"zfsutils (<< 2.2)"
39-
]
4029
}
4130
},
4231
"releases": [
4332
{
44-
"image": "pylibzfs-rocky-el8-builder",
33+
"image": "pylibzfs-2.1-rocky-el8-builder",
4534
"codeName": "el8",
4635
"type": "el"
47-
},
48-
{
49-
"image": "pylibzfs-ubuntu-focal-builder",
50-
"codeName": "focal",
51-
"type": "deb"
5236
}
5337
],
5438
"changelog": {
5539
"urgency": "medium",
5640
"version": "2.1.1",
57-
"buildVersion": "1",
41+
"buildVersion": "2",
5842
"ignore": [],
5943
"date": null,
6044
"packager": "Jordan Keough <jkeough@45drives.com>",

packaging/el8/main.spec

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

3535
%changelog
36+
* Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.1.1-2
37+
- use correct builder container
38+
- use correct builder container
3639
* Mon Nov 11 2024 Jordan Keough <jkeough@45drives.com> 2.1.1-1
3740
- support zfs-2.1
3841
* Mon Nov 04 2024 Jordan Keough <jkeough@45drives.com> 1.0.0-1

0 commit comments

Comments
 (0)