public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openqa] main: Fix a couple of incorrect -devel package deps
@ 2026-06-18 6:00 Adam Williamson
0 siblings, 0 replies; only message in thread
From: Adam Williamson @ 2026-06-18 6:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openqa
Branch : main
Commit : 90ac778e7ea58b5dc5d41f60e8b79c76ea4c71a6
Author : Adam Williamson <awilliam@redhat.com>
Date : 2026-06-18T08:00:01+02:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openqa/c/90ac778e7ea58b5dc5d41f60e8b79c76ea4c71a6?branch=main
Log:
Fix a couple of incorrect -devel package deps
I inadvertently readded xorg-x11-fonts, and our Perl::Critic
is versioned a bit differently (no .0).
---
diff --git a/openqa.spec b/openqa.spec
index c44267e..6b42788 100644
--- a/openqa.spec
+++ b/openqa.spec
@@ -91,8 +91,9 @@
# SUSE has python3-yamllint but we just have yamllint,
# SUSE has python3-gitlint and python3-ruff but we just have gitlint and ruff
# shfmt is omitted as our package for it was orphaned and retired
+# Perl::Critic doesn't have a third version component on Fedora
# The following line is generated from dependencies.yaml (upstream)
-%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) >= 1.156.0 perl(Pod::Markdown) perl(Test::Perl::Critic) gitlint ruff yamllint
+%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) >= 1.156 perl(Pod::Markdown) perl(Test::Perl::Critic) gitlint ruff yamllint
# diff from SUSE: perl(Devel::Cover::Report::Codecovbash) dropped because
# it's not in Fedora (this means you can't run 'make coverage-codecov')
# The following line is generated from dependencies.yaml (upstream)
@@ -102,7 +103,7 @@
# multiple binary packages) and I can't find any reason for it
# diff from SUSE 2: we don't have perl(Test::CheckGitStatus) packaged
# The following line is generated from dependencies.yaml (upstream)
-%define devel_no_selenium_requires %build_requires %cover_requires %qemu %style_check_requires %test_requires curl make pandoc perl(Perl::Tidy) perl(TAP::Harness::JUnit) postgresql-devel python3-weasyprint rsync sudo tar xorg-x11-fonts
+%define devel_no_selenium_requires %build_requires %cover_requires %qemu %style_check_requires %test_requires curl make pandoc perl(Perl::Tidy) perl(TAP::Harness::JUnit) postgresql-devel python3-weasyprint rsync sudo tar
# diff from SUSE: chromedriver dropped as we don't package it
# that makes this look fairly silly, but we want to follow the SUSE
# spec as close as we can
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 6:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 6:00 [rpms/openqa] main: Fix a couple of incorrect -devel package deps Adam Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox