-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from Achiefs/46-package-template
Include `index_template.json` inside package and apply minor fixes
- Loading branch information
Showing
12 changed files
with
95 additions
and
18 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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ fim (0.3.0-1) bionic; urgency=medium | |
|
||
* More info: https://github.com/Achiefs/fim/releases/tag/v0.3.0 | ||
|
||
-- Jose Fernandez <[email protected]> Tue, 17 May 2022 12:00:00 +0000 | ||
-- Jose Fernandez <[email protected]> Wed, 18 May 2022 22:00:00 +0000 | ||
|
||
fim (0.2.1-1) bionic; urgency=medium | ||
|
||
|
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
Git LFS file not shown
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
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 |
---|---|---|
|
@@ -39,6 +39,7 @@ mkdir -p -m 640 ${RPM_BUILD_ROOT}/usr/share/man/man1 | |
|
||
install -m 0750 target/release/fim ${RPM_BUILD_ROOT}%{_bindir}/ | ||
install -m 0640 config/linux/config.yml ${RPM_BUILD_ROOT}%{_configdir}/ | ||
install -m 0640 config/index_template.json ${RPM_BUILD_ROOT}%{_configdir}/ | ||
install -m 0644 pkg/fim.service ${RPM_BUILD_ROOT}/lib/systemd/system/ | ||
install -m 0644 pkg/fim.1 ${RPM_BUILD_ROOT}/usr/share/man/man1/ | ||
|
||
|
@@ -91,13 +92,14 @@ rm -fr %{buildroot} | |
%attr(750, root, root) %{_bindir}/fim | ||
%dir %attr(750, root, root) %{_configdir} | ||
%attr(640, root, root) %config(noreplace) %{_configdir}/config.yml | ||
%attr(640, root, root) %{_configdir}/index_template.json | ||
%attr(644, root, root) /lib/systemd/system/fim.service | ||
%attr(644, root, root) /usr/share/man/man1/fim.1.gz | ||
|
||
# ----------------------------------------------------------------------------- | ||
|
||
%changelog | ||
* Tue May 17 2022 support <[email protected]> - 0.3.0 | ||
* Wed May 18 2022 support <[email protected]> - 0.3.0 | ||
- More info: https://github.com/Achiefs/fim/releases/tag/v0.3.0 | ||
|
||
* Tue Feb 25 2022 support <[email protected]> - 0.2.1 | ||
|
Git LFS file not shown
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
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
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