-
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.
added support for 9400-16i HBA cards in all three modules
- Loading branch information
1 parent
71c5013
commit 0f172af
Showing
9 changed files
with
56 additions
and
9 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
## cockpit-45drives-hardware 2.2.1-4 | ||
## cockpit-45drives-hardware 2.2.1-5 | ||
|
||
* Incremented build for release on repo | ||
* added support for BCM57412 network cards | ||
* added support for 9361-16i HBA cards | ||
* added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"title": "cockpit-45drives-hardware", | ||
"prerelease": false, | ||
"version": "2.2.1", | ||
"buildVersion": "4", | ||
"buildVersion": "5", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -59,7 +59,7 @@ | |
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.2.1", | ||
"buildVersion": "4", | ||
"buildVersion": "5", | ||
"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,8 @@ make DESTDIR=%{buildroot} install | |
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules | ||
|
||
%changelog | ||
* Mon Oct 31 2022 Mark Hooper <[email protected]> 2.2.1-5 | ||
- added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules | ||
* Wed Sep 28 2022 Mark Hooper <[email protected]> 2.2.1-4 | ||
- Incremented build for release on repo | ||
- added support for BCM57412 network cards | ||
|
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,9 @@ | ||
cockpit-45drives-hardware (2.2.1-5focal) focal; urgency=medium | ||
|
||
* added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules | ||
|
||
-- Mark Hooper <[email protected]> Mon, 31 Oct 2022 11:29:06 -0300 | ||
|
||
cockpit-45drives-hardware (2.2.1-4focal) focal; urgency=medium | ||
|
||
* Incremented build for release on repo | ||
|