Skip to content

Commit 173c12e

Browse files
Release 0.2.0
1 parent 5b7c493 commit 173c12e

File tree

6 files changed

+61
-18
lines changed

6 files changed

+61
-18
lines changed

CHANGELOG.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
## Cockpit Benchmark 0.1.0-1
1+
## Cockpit Benchmark 0.2.0-1
22

3-
* Implement fio support.
4-
* Generate bar graphs for data from tools.
5-
* Add export functionality for CSV, XLSX, and ODS.
6-
* Add the auto packaging utility.
7-
8-
## Cockpit Benchmark 0.1.0-2
9-
10-
* Build EL7 packages.
3+
* Move to multi-file process.
4+
* Fix delete file issue with fio.
5+
* Officially remove iozone support.

manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "cockpit-benchmark",
44
"title": "Cockpit Benchmark",
55
"prerelease": false,
6-
"version": "0.1.0",
7-
"buildVersion": "2",
6+
"version": "0.2.0",
7+
"buildVersion": "1",
88
"author": "Dawson Della Valle <[email protected]>",
99
"url": "https://github.com/45Drives/cockpit-benchmark",
1010
"category": "utils",
@@ -52,8 +52,8 @@
5252
],
5353
"changelog": {
5454
"urgency": "medium",
55-
"version": "0.1.0",
56-
"buildVersion": "2",
55+
"version": "0.2.0",
56+
"buildVersion": "1",
5757
"ignore": [],
5858
"date": null,
5959
"packager": "Dawson Della Valle <[email protected]>",

packaging/el7

-1
This file was deleted.

packaging/el7/main.spec

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Name: ::package_name::
2+
Version: ::package_version::
3+
Release: ::package_build_version::%{?dist}
4+
Summary: ::package_description_short::
5+
License: ::package_licence::
6+
URL: ::package_url::
7+
Source0: %{name}-%{version}.tar.gz
8+
BuildArch: ::package_architecture_el::
9+
Requires: ::package_dependencies_el::
10+
11+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12+
13+
%description
14+
::package_title::
15+
::package_description_long::
16+
17+
%prep
18+
%setup -q
19+
20+
%build
21+
22+
%install
23+
make DESTDIR=%{buildroot} install
24+
25+
%files
26+
/usr/share/cockpit/benchmark/*
27+
28+
%changelog
29+
* Tue Aug 10 2021 Dawson Della Valle <[email protected]> 0.2.0-1
30+
- Move to multi-file process.
31+
- Fix delete file issue with fio.
32+
- Officially remove iozone support.
33+
* Fri Jul 02 2021 Dawson Della Valle <[email protected]> 0.1.0-2
34+
- Build el7 packages.
35+
* Wed Jun 30 2021 Dawson Della Valle <[email protected]> 0.1.0-1
36+
- Implement fio support.
37+
- Generate bar graphs for data from tools.
38+
- Add export functionality for CSV, XLSX, and ODS.
39+
- Add the auto packaging utility.

packaging/el8/main.spec

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ make DESTDIR=%{buildroot} install
2626
/usr/share/cockpit/benchmark/*
2727

2828
%changelog
29+
* Tue Aug 10 2021 Dawson Della Valle <[email protected]> 0.2.0-1
30+
- Move to multi-file process.
31+
- Fix delete file issue with fio.
32+
- Officially remove iozone support.
2933
* Fri Jul 02 2021 Dawson Della Valle <[email protected]> 0.1.0-2
30-
- Build el7 packages
31-
* Fri Jul 02 2021 Dawson Della Valle <[email protected]> 0.1.0-2
32-
- Build el7 packages
34+
- Build el7 packages.
3335
* Wed Jun 30 2021 Dawson Della Valle <[email protected]> 0.1.0-1
34-
- Implement fio support
36+
- Implement fio support.
3537
- Generate bar graphs for data from tools.
3638
- Add export functionality for CSV, XLSX, and ODS.
3739
- Add the auto packaging utility.

packaging/focal/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
cockpit-benchmark (0.2.0-1focal) focal; urgency=medium
2+
3+
* Move to multi-file process.
4+
* Fix delete file issue with fio.
5+
* Officially remove iozone support.
6+
7+
-- Dawson Della Valle <[email protected]> Tue, 10 Aug 2021 07:30:28 -0300
8+
19
cockpit-benchmark (0.1.0-2focal) focal; urgency=medium
210

311
* Build el7 packages

0 commit comments

Comments
 (0)