-
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.
- Loading branch information
1 parent
8ff4016
commit 12d25d1
Showing
5 changed files
with
18 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Autotier 1.1.6-2 | ||
## Autotier 1.1.6-3 | ||
|
||
* first build with auto-packaging | ||
* Add postinst script to add autotier group |
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": "Autotier", | ||
"prerelease": true, | ||
"version": "1.1.6", | ||
"buildVersion": "2", | ||
"buildVersion": "3", | ||
"author": "Joshua Boudreau <[email protected]>", | ||
"url": "https://github.com/45Drives/autotier", | ||
"category": "utils", | ||
|
@@ -53,7 +53,7 @@ | |
"changelog": { | ||
"urgency": "medium", | ||
"version": "1.1.6", | ||
"buildVersion": "2", | ||
"buildVersion": "3", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Joshua Boudreau <[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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
autotier (1.1.6-3bullseye) bullseye; urgency=medium | ||
|
||
* Add postinst script to add autotier group | ||
|
||
-- Joshua Boudreau <[email protected]> Thu, 08 Jul 2021 08:40:05 -0300 | ||
|
||
autotier (1.1.6-2bullseye) bullseye; urgency=medium | ||
|
||
* first build with auto-packaging | ||
|
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 |
---|---|---|
|
@@ -40,6 +40,8 @@ make DESTDIR=%{buildroot} clean | |
groupadd -f autotier | ||
|
||
%changelog | ||
* Thu Jul 08 2021 Joshua Boudreau <[email protected]> 1.1.6-3 | ||
- Add postinst script to add autotier group | ||
* Mon Jul 05 2021 Joshua Boudreau <[email protected]> 1.1.6-2 | ||
- first build with auto-packaging | ||
* Wed May 12 2021 Josh Boudreau <[email protected]> 1.1.6-1 | ||
|
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 @@ | ||
autotier (1.1.6-3focal) focal; urgency=medium | ||
|
||
* Add postinst script to add autotier group | ||
|
||
-- Joshua Boudreau <[email protected]> Thu, 08 Jul 2021 08:40:05 -0300 | ||
|
||
autotier (1.1.6-2focal) focal; urgency=medium | ||
|
||
* first build with auto-packaging | ||
|