Skip to content

Commit fb332d6

Browse files
committed
build for new repos
1 parent 70df71c commit fb332d6

File tree

5 files changed

+24
-52
lines changed

5 files changed

+24
-52
lines changed

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-5
1+
## Py-libzfs 2.2.1-6
22

3-
* update build deps
3+
* build for new repos

manifest.json

Lines changed: 7 additions & 49 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": "5",
7+
"build_number": "6",
88
"stable": true,
99
"author": "Brett Kelly <bkelly@45drives.com>",
1010
"git_url": "https://github.com/45Drives/python3-libzfs",
@@ -21,7 +21,7 @@
2121
"ubuntu_common": [
2222
"zfsutils (>= 2.2)",
2323
"zfsutils (<< 2.3)"
24-
],
24+
],
2525
"rocky_common": [
2626
"zfs >= 2.2",
2727
"zfs < 2.3"
@@ -31,71 +31,29 @@
3131
{
3232
"group": "ubuntu",
3333
"os_name": "ubuntu-focal",
34-
"repo": "community",
35-
"image": "ci.cr.45d.io/ci/simple/ubuntu-focal:1"
36-
},
37-
{
38-
"group": "ubuntu",
39-
"os_name": "ubuntu-focal",
40-
"repo": "enterprise",
4134
"image": "ci.cr.45d.io/ci/simple/ubuntu-focal:1"
4235
},
4336
{
4437
"group": "ubuntu",
4538
"os_name": "ubuntu-jammy",
46-
"repo": "community",
4739
"image": "ci.cr.45d.io/ci/simple/ubuntu-jammy:1"
4840
},
49-
{
50-
"group": "ubuntu",
51-
"os_name": "ubuntu-jammy",
52-
"repo": "enterprise",
53-
"image": "ci.cr.45d.io/ci/simple/ubuntu-jammy:1"
54-
},
55-
{
56-
"group": "rocky",
57-
"os_name": "rocky-el8",
58-
"repo": "community",
59-
"image": "ci.cr.45d.io/ci/simple/rocky-el8:1"
60-
},
61-
{
62-
"group": "rocky",
63-
"os_name": "rocky-el8",
64-
"repo": "enterprise",
65-
"image": "ci.cr.45d.io/ci/simple/rocky-el8:1"
66-
},
67-
{
68-
"group": "rocky",
69-
"os_name": "rocky-el9",
70-
"repo": "community",
71-
"image": "ci.cr.45d.io/ci/simple/rocky-el9:1"
72-
},
7341
{
7442
"group": "rocky",
7543
"os_name": "rocky-el9",
76-
"repo": "enterprise",
7744
"image": "ci.cr.45d.io/ci/simple/rocky-el9:1"
7845
}
7946
],
80-
"sources": [
81-
"m4",
82-
"pxd",
83-
"config.py.in",
84-
"configure",
85-
"configure.ac",
86-
"converter.pxi",
87-
"libzfs.pyx",
88-
"nvpair.pxi",
89-
"setup.py",
90-
"setup_requires.txt"
47+
"repos": [
48+
"communinty",
49+
"enterprise"
9150
],
9251
"changelog": {
9352
"urgency": "medium",
9453
"version": "2.2.1",
95-
"buildVersion": "5",
96-
"ignore": [],
54+
"build_number": "6",
9755
"date": null,
98-
"packager": "Jordan Keough <jkeough@45drives.com>",
56+
"packager": "Brett Kelly <bkelly@45drives.com>",
9957
"changes": []
10058
}
10159
}

packaging/rocky-el9/main.spec.j2

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

3535
%changelog
36+
* Thu Feb 20 2025 Jordan Keough <jkeough@45drives.com> 2.2.1-6
37+
- build for new repos
3638
* Mon Feb 03 2025 Brett Kelly <bkelly@45drives.com> 2.2.1-1
3739
- initial release

packaging/ubuntu-focal/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3-libzfs (2.2.1-6focal) focal; urgency=medium
2+
3+
* build for new repos
4+
5+
-- Jordan Keough <jkeough@45drives.com> Thu, 20 Feb 2025 12:40:09 -0400
6+
17
python3-libzfs (2.2.1-5focal) focal; urgency=medium
28

39
* update build deps

packaging/ubuntu-jammy/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
python3-libzfs (2.2.1-6jammy) jammy; urgency=medium
2+
3+
* build for new repos
4+
5+
-- Jordan Keough <jkeough@45drives.com> Thu, 20 Feb 2025 12:40:09 -0400
6+
17
python3-libzfs (2.2.1-1jammy) focal; urgency=medium
28

39
* update build deps
410

5-
-- Brett Kelly <bkelly@45drives.com> Mon, 3 Feb 2025 08:39:46 -0400
11+
-- Brett Kelly <bkelly@45drives.com> Mon, 3 Feb 2025 08:39:46 -0400

0 commit comments

Comments
 (0)