ci: generate reproducible RPM Spec macros

This commit is contained in:
Ben Grande 2024-07-08 17:37:43 +02:00
parent 523bca2327
commit c06e4311f9
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
4 changed files with 12 additions and 2 deletions

View File

@ -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
@ -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
SPEC_PACKAGER: Ben Grande <ben.grande.b@gmail.com>
- uses: editorconfig-checker/action-editorconfig-checker@main
- name: Run Editorconfig Checker
run: editorconfig-checker

View File

@ -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

View File

@ -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

View File

@ -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