-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated manifest for latest build, and removed prerelease flag
- Loading branch information
1 parent
6e29957
commit 9358dab
Showing
8 changed files
with
89 additions
and
34 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
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
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 |
---|---|---|
|
@@ -102,7 +102,6 @@ | |
"type": "CPU1_DIMM_D2", | ||
"id": 2, | ||
"shape": "rect", | ||
"x0": 502, | ||
"x0": 485, | ||
"y0": 290, | ||
"width": 20, | ||
|
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,6 +1,5 @@ | ||
## cockpit-45drives-hardware 2.2.0-2 | ||
## cockpit-45drives-hardware 2.2.1-1 | ||
|
||
* added support for ASRockRack EPC621D8A Motherboards | ||
* updated how PCI cards are rendered in 45drives-motherboard | ||
* updated helper scripts in 45drives-System and 45drives-Motherboard to work with ASRockRack EPC621D8A Motherboards | ||
* updated zfs_info script in 45drives-disks to inform user about the requirement for zfs devices to be using device aliases | ||
* added support for ASRockRack EPC621D8A Motherboards in 45Drives-motherboard | ||
* updated 45drives-tools dependency to 2.1.0 |
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
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 |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
"__version": "45D-R1", | ||
"name": "cockpit-45drives-hardware", | ||
"title": "cockpit-45drives-hardware", | ||
"prerelease": true, | ||
"version": "2.2.0", | ||
"buildVersion": "2", | ||
"prerelease": false, | ||
"version": "2.2.1", | ||
"buildVersion": "1", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -30,7 +30,7 @@ | |
"dmidecode", | ||
"ipmitool", | ||
"lshw", | ||
"45drives-tools (>= 2.0.8)", | ||
"45drives-tools (>= 2.1.0)", | ||
"iproute2" | ||
], | ||
"el": [ | ||
|
@@ -41,7 +41,7 @@ | |
"dmidecode", | ||
"ipmitool", | ||
"lshw", | ||
"45drives-tools >= 2.0.8" | ||
"45drives-tools >= 2.1.0" | ||
] | ||
}, | ||
"releases": [ | ||
|
@@ -58,8 +58,8 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.2.0", | ||
"buildVersion": "2", | ||
"version": "2.2.1", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Mark Hooper <[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 |
---|---|---|
|
@@ -42,6 +42,11 @@ make DESTDIR=%{buildroot} install | |
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules | ||
|
||
%changelog | ||
* Wed Sep 14 2022 Mark Hooper <[email protected]> 2.2.1-1 | ||
- updated zfs_info script in 45drives-disks to inform user about the requirement | ||
for zfs devices to be using device aliases | ||
- added support for ASRockRack EPC621D8A Motherboards in 45Drives-motherboard | ||
- updated 45drives-tools dependency to 2.1.0 | ||
* Tue Aug 23 2022 Mark Hooper <[email protected]> 2.2.0-2 | ||
- added support for ASRockRack EPC621D8A Motherboards | ||
- updated how PCI cards are rendered in 45drives-motherboard | ||
|
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,12 @@ | ||
cockpit-45drives-hardware (2.2.1-1focal) focal; urgency=medium | ||
|
||
* updated zfs_info script in 45drives-disks to inform user about the requirement | ||
for zfs devices to be using device aliases | ||
* added support for ASRockRack EPC621D8A Motherboards in 45Drives-motherboard | ||
* updated 45drives-tools dependency to 2.1.0 | ||
|
||
-- Mark Hooper <[email protected]> Wed, 14 Sep 2022 05:38:36 -0300 | ||
|
||
cockpit-45drives-hardware (2.2.0-2focal) focal; urgency=medium | ||
|
||
* added support for ASRockRack EPC621D8A Motherboards | ||
|