-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|