sonic-qt-theme-bridge: Make font(hack) a Recommends instead of Requires
font(hack) is not available on RHEL 10/AlmaLinux 10, so making it a hard Requires blocks installation. Changed to Recommends so it's installed when available but doesn't block the package. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad442ae622
commit
de2210e052
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
Name: sonic-qt-theme-bridge
|
||||
Summary: Qt Platform Theme integration plugin for Plasma
|
||||
Version: 6.7.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
|
||||
#URL: https://invent.kde.org/plasma/%%{name}
|
||||
|
|
@ -85,7 +85,7 @@ Requires: sonic-frameworks-quick-desktop-style%{?_isa}
|
|||
|
||||
# The default fonts
|
||||
Requires: font(notosans)
|
||||
Requires: font(hack)
|
||||
Recommends: font(hack)
|
||||
|
||||
Provides: plasma-integration = %{version}-%{release}
|
||||
Conflicts: plasma-integration < %{version}-%{release}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue