Skip to content

Commit

Permalink
updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed Aug 5, 2024
1 parent 7378a71 commit 9e99250
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## task scheduler 1.2.0-2
## task scheduler 1.2.0-3

* Adds mbuffer as a dependency
* Fixing issue with edit task data not storing
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "task scheduler",
"prerelease": true,
"version": "1.2.0",
"buildVersion": "2",
"buildVersion": "3",
"author": "Jordan Keough <[email protected]>",
"url": "https://github.com/45Drives/cockpit-scheduler",
"category": "utils",
Expand Down Expand Up @@ -58,7 +58,7 @@
"changelog": {
"urgency": "medium",
"version": "1.2.0",
"buildVersion": "2",
"buildVersion": "3",
"ignore": [],
"date": null,
"packager": "Jordan Keough <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install
/opt/45drives/houston/scheduler/*

%changelog
* Mon Aug 05 2024 Jordan Keough <[email protected]> 1.2.0-3
- Fixing issue with edit task data not storing
* Mon Aug 05 2024 Jordan Keough <[email protected]> 1.2.0-2
- Adds mbuffer as a dependency
* Mon Aug 05 2024 Jordan Keough <[email protected]> 1.2.0-1
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-scheduler (1.2.0-3focal) focal; urgency=medium

* Fixing issue with edit task data not storing

-- Jordan Keough <[email protected]> Mon, 05 Aug 2024 10:06:06 -0300

cockpit-scheduler (1.2.0-2focal) focal; urgency=medium

* Adds mbuffer as a dependency
Expand Down

0 comments on commit 9e99250

Please sign in to comment.