Commit Graph

12 Commits

Author SHA1 Message Date
Michal Domonkos c15f69361f Don't gate on tier0 test 2023-05-19 09:27:14 +00:00
Michal Domonkos 6722bafeee Disable flake8 self-test
RHEL-9 doesn't ship flake8.  Note that it was already disabled for
%check anyway, but we also have an internal beaker test that runs
test.sh where we would have to disable it too, at which point it's just
easier to do that in test.sh itself.

While at it, remove all traces of flake8 from the spec file as well, to
avoid confusion in the future.

Related: #1929210
2022-01-12 17:24:43 +01:00
Michal Domonkos 466781fc37 Handle missing language error during spellcheck
Previously, PyEnchant raised a DictNotFoundError from the SpellChecker
constructor in case it didn't find the given language.  This was
recently[1] changed/fixed upstream to actually handle that error in the
constructor and then raise a DefaultLanguageNotFoundError instead.
Adapt our code to it but also keep handling the previous error, just in
case.

Note that this was never fixed in rpmlint upstream since that has moved
on and rewritten quite a bit of the codebase, fixing this traceback in
the process, hence a downstream-only patch here.

[1] commit 5fc8ecc458b7b84d88ce629f74905549790141ee at:
    https://github.com/pyenchant/pyenchant/

Resolves: #1929210
2022-01-11 16:50:45 +01:00
Michal Domonkos 2d27f76ec0 Enable bash-completion
This is the same RHEL-specific change as we made in 8.1 (#1577890).

Resolves: #1999654
2022-01-10 11:19:18 +01:00
Mohan Boddu 0cc08d4a83 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:39:38 +00:00
Aleksandra Fedorova 178f84a306 Add RHEL gating configuration 2021-07-15 03:26:35 +02:00
Mohan Boddu 94ddd18904 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 05:11:43 +00:00
DistroBaker b6e57fe35d Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rpmlint.git#6f1c44bf23fe5760e02a48280bb13db33f5ff596
2021-02-05 15:31:44 +00:00
DistroBaker 214a1600ef Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rpmlint.git#44a9bb588af1bc7a3fc764b964179ba3384e5690
2021-02-05 05:28:50 +01:00
DistroBaker 2ddbc9a144 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rpmlint.git#77d737a57a2cc278dd2bb182679ee441afc73b97
2021-01-25 21:26:09 +00:00
Troy Dawson f48f212adc RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/rpmlint#9d73fed5140bb8b2db04252795f80ac59064755e
2020-10-14 21:52:49 -07:00
Release Configuration Management 928a020112 New branch setup 2020-10-09 00:23:58 +00:00