From b6b9d322c03119163b1a651fd92a8a0e1ddd4072 Mon Sep 17 00:00:00 2001 From: JordanKeo45 Date: Wed, 16 Oct 2024 10:15:42 -0300 Subject: [PATCH] Build Packages - Adds Gigabyte motherboards, Compute Node + 1U Gateway --- CHANGELOG.md | 4 ++-- manifest.json | 4 ++-- packaging/el7/main.spec | 2 ++ packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aeb3e8..5cd7f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 45drives-tools 3.0.10-1 +## 45drives-tools 3.0.11-1 -* adjusted logic when sorting cards to sort by controller id rather than bus address \ No newline at end of file +* Adds Gigabyte motherboards, Compute Node + 1U Gateway \ No newline at end of file diff --git a/manifest.json b/manifest.json index 210b5fb..3708fed 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "45drives-tools", "title": "45drives-tools", "prerelease": false, - "version": "3.0.10", + "version": "3.0.11", "buildVersion": "1", "author": "Brett Kelly ", "url": "https://github.com/45Drives/tools", @@ -65,7 +65,7 @@ ], "changelog": { "urgency": "medium", - "version": "3.0.10", + "version": "3.0.11", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el7/main.spec b/packaging/el7/main.spec index ea66769..7409d43 100644 --- a/packaging/el7/main.spec +++ b/packaging/el7/main.spec @@ -58,6 +58,8 @@ fi /usr/lib/udev/rules.d/* %changelog +* Wed Oct 16 2024 Jordan Keough 3.0.11-1 +- Adds Gigabyte motherboards, Compute Node + 1U Gateway * Thu Aug 22 2024 Brett Kelly 3.0.10-1 - adjusted logic when sorting cards to sort by controller id rather than bus address * Thu Aug 22 2024 Brett Kelly 3.10.0-1 diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index f0e566d..6dbaecd 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -63,6 +63,8 @@ fi /usr/lib/udev/rules.d/* %changelog +* Wed Oct 16 2024 Jordan Keough 3.0.11-1 +- Adds Gigabyte motherboards, Compute Node + 1U Gateway * Thu Aug 22 2024 Brett Kelly 3.0.10-1 - adjusted logic when sorting cards to sort by controller id rather than bus address * Thu Aug 22 2024 Brett Kelly 3.10.0-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index e6623da..4600400 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +45drives-tools (3.0.11-1focal) focal; urgency=medium + + * Adds Gigabyte motherboards, Compute Node + 1U Gateway + + -- Jordan Keough Wed, 16 Oct 2024 07:15:22 -0300 + 45drives-tools (3.0.10-1focal) focal; urgency=medium * adjusted logic when sorting cards to sort by controller id rather than bus address