Skip to content

Commit

Permalink
ci: generate reproducible RPM Spec macros
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 8, 2024
1 parent 523bca2 commit 44f7030
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-python@v5
- name: Update package list
run: sudo apt-get update -y
Expand All @@ -46,8 +47,8 @@ jobs:
run: pip3 install $(cat dependencies/pip.txt)
- uses: pre-commit/action@v3.0.1
env:
SPEC_VENDOR: Github Actions
SPEC_PACKAGER: Github Actions
SPEC_VENDOR: Ben Grande <ben.grande.b@gmail.com>
SPEC_PACKAGER: Ben Grande
- uses: editorconfig-checker/action-editorconfig-checker@main
- name: Run Editorconfig Checker
run: editorconfig-checker
Expand Down
3 changes: 3 additions & 0 deletions rpm_spec/qusal-dom0.spec
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ fi
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies.

%changelog
* Mon Jul 08 2024 Ben Grande <ben.grande.b@gmail.com> - 523bca2
- fix: conform files to editorconfig specification

* Thu Jul 04 2024 Ben Grande <ben.grande.b@gmail.com> - 383c840
- doc: lint markdown files

Expand Down
3 changes: 3 additions & 0 deletions rpm_spec/qusal-fetcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ fi
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies.

%changelog
* Mon Jul 08 2024 Ben Grande <ben.grande.b@gmail.com> - 523bca2
- fix: conform files to editorconfig specification

* Thu Jul 04 2024 Ben Grande <ben.grande.b@gmail.com> - 383c840
- doc: lint markdown files

Expand Down
3 changes: 3 additions & 0 deletions rpm_spec/qusal-signal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ fi
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies.

%changelog
* Mon Jul 08 2024 Ben Grande <ben.grande.b@gmail.com> - 523bca2
- fix: conform files to editorconfig specification

* Thu Jul 04 2024 Ben Grande <ben.grande.b@gmail.com> - 383c840
- doc: lint markdown files

Expand Down

0 comments on commit 44f7030

Please sign in to comment.