Skip to content

Commit

Permalink
build 2.1.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Nov 11, 2024
1 parent 7fd3094 commit 81a3f42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Py-libzfs 2.1.1-1
## Py-libzfs 2.1.1-2

* support zfs-2.1
* use correct builder container
* use correct builder container
22 changes: 3 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"title": "Py-libzfs",
"prerelease": false,
"version": "2.1.1",
"buildVersion": "1",
"buildVersion": "2",
"author": "Jordan Keough <[email protected]>",
"url": "https://github.com/45Drives/python3-libzfs",
"category": "utils",
"priority": "optional",
"licence": "GPL-3.0+",
"architecture": {
"deb": "all",
"el": "x86_64"
},
"description": {
Expand All @@ -27,34 +26,19 @@
"zfs >= 2.1",
"zfs < 2.2"
]
},
"deb": {
"jammy": [
"zfsutils (>= 2.1)",
"zfsutils (<< 2.2)"
],
"focal": [
"zfsutils (>= 2.1)",
"zfsutils (<< 2.2)"
]
}
},
"releases": [
{
"image": "pylibzfs-rocky-el8-builder",
"image": "pylibzfs-2.1-rocky-el8-builder",
"codeName": "el8",
"type": "el"
},
{
"image": "pylibzfs-ubuntu-focal-builder",
"codeName": "focal",
"type": "deb"
}
],
"changelog": {
"urgency": "medium",
"version": "2.1.1",
"buildVersion": "1",
"buildVersion": "2",
"ignore": [],
"date": null,
"packager": "Jordan Keough <[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES

%changelog
* Mon Nov 11 2024 Jordan Keough <[email protected]> 2.1.1-2
- use correct builder container
- use correct builder container
* Mon Nov 11 2024 Jordan Keough <[email protected]> 2.1.1-1
- support zfs-2.1
* Mon Nov 04 2024 Jordan Keough <[email protected]> 1.0.0-1
Expand Down

0 comments on commit 81a3f42

Please sign in to comment.