forked from pool/crypto-policies
Pedro Monreal Gonzalez
f16e5f47af
- Tests: Fix pylint versioning for TW and fix the parsing of the policygenerators to account for the commented lines correctly. * Add crypto-policies-pylint.patch * Rebase crypto-policies-policygenerators.patch - FIPS: Adapt the fips-mode-setup script to use the pbl command from the perl-Bootloader package to replace grubby. Add a note for transactional systems [jsc#PED-4578]. * Rebase crypto-policies-FIPS.patch OBS-URL: https://build.opensuse.org/request/show/1108344 OBS-URL: https://build.opensuse.org/package/show/security:tls/crypto-policies?expand=0&rev=21
16 lines
595 B
Diff
16 lines
595 B
Diff
Index: fedora-crypto-policies-20230614.5f3458e/Makefile
|
|
===================================================================
|
|
--- fedora-crypto-policies-20230614.5f3458e.orig/Makefile
|
|
+++ fedora-crypto-policies-20230614.5f3458e/Makefile
|
|
@@ -44,8 +44,8 @@ runflake8:
|
|
@find -name '*.py' | grep -v krb5check | xargs flake8 --config .flake8
|
|
|
|
runpylint:
|
|
- PYTHONPATH=. pylint$(PYVERSION) --rcfile=pylintrc python
|
|
- PYTHONPATH=. pylint$(PYVERSION) --rcfile=pylintrc tests
|
|
+ PYTHONPATH=. pylint --rcfile=pylintrc python
|
|
+ PYTHONPATH=. pylint --rcfile=pylintrc tests
|
|
@echo "[ OK ]"
|
|
|
|
runcodespell:
|