From fe00f6629a1544724e0198b7091d53a9858e5a32 Mon Sep 17 00:00:00 2001 From: markdhooper Date: Mon, 27 Jun 2022 11:24:21 -0300 Subject: [PATCH] updated manifest for latest build --- CHANGELOG.md | 9 +++------ manifest.json | 4 ++-- packaging/el8/main.spec | 3 +++ packaging/focal/changelog | 7 +++++++ 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60990f4..5c54fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,4 @@ -## cockpit-45drives-hardware 2.1.2-1 +## cockpit-45drives-hardware 2.1.2-2 -* Re-wrote all cockpit modules using VueJS framework -* all modules now feature a dark mode -* all modules are now better suited for use on mobile -* 45drives-disks will now highlight and animate zpools, and vdevs when using zfs -* Improved error handling for unknown hardware configurations \ No newline at end of file +* added support for 9600 series HBA cards +* updated 45drives-tools dependency to 2.0.8 minimum \ No newline at end of file diff --git a/manifest.json b/manifest.json index d061a34..3d30062 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "title": "cockpit-45drives-hardware", "prerelease": false, "version": "2.1.2", - "buildVersion": "1", + "buildVersion": "2", "author": "Mark Hooper ", "url": "https://github.com/45Drives/cockpit-hardware", "category": "utils", @@ -58,7 +58,7 @@ "changelog": { "urgency": "medium", "version": "2.1.2", - "buildVersion": "1", + "buildVersion": "2", "ignore": [], "date": null, "packager": "Mark Hooper ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 459441e..789bb5f 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -42,6 +42,9 @@ make DESTDIR=%{buildroot} install /usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules %changelog +* Mon Jun 27 2022 Mark Hooper 2.1.2-2 +- added support for 9600 series HBA cards +- updated 45drives-tools dependency to 2.0.8 minimum * Fri Jun 03 2022 Mark Hooper 2.1.2-1 - Re-wrote all cockpit modules using VueJS framework - all modules now feature a dark mode diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 45967b8..9c235e9 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,10 @@ +cockpit-45drives-hardware (2.1.2-2focal) focal; urgency=medium + + * added support for 9600 series HBA cards + * updated 45drives-tools dependency to 2.0.8 minimum + + -- Mark Hooper Mon, 27 Jun 2022 08:23:46 -0300 + cockpit-45drives-hardware (2.1.2-1focal) focal; urgency=medium * Re-wrote all cockpit modules using VueJS framework