public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/i3] epel9: Ensure -config subpackages work with i3-gaps, fixes rhbz#2023195
@ 2026-08-04 13:35
0 siblings, 0 replies; only message in thread
From: @ 2026-08-04 13:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/i3
Branch : epel9
Commit : 7ae38b1352a91eec609e1636add4c990f0aef8ba
Author : Dan Čermák <dan.cermak@cgc-instruments.com>
Date : 2022-10-06T00:01:04+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/i3/c/7ae38b1352a91eec609e1636add4c990f0aef8ba?branch=epel9
Log:
Ensure -config subpackages work with i3-gaps, fixes rhbz#2023195
---
diff --git a/i3.spec b/i3.spec
index b70bb2c..a80152d 100644
--- a/i3.spec
+++ b/i3.spec
@@ -107,7 +107,7 @@ Please be aware that i3 is primarily targeted at advanced users and developers.
%package config
Summary: Upstream configuration for %{name}
BuildArch: noarch
-Requires: %{name} = %{version}-%{release}
+Requires: (%{name} = %{version}-%{release} or %{name}-gaps)
Recommends: rxvt-unicode
Conflicts: %{name}-config-fedora
@@ -118,7 +118,7 @@ This is the upstream/vanilla configuration file of i3.
RemovePathPostfixes: .fedora
Summary: Configuration of %{name} for the Fedora i3 Spin
BuildArch: noarch
-Requires: %{name} = %{version}-%{release}
+Requires: (%{name} = %{version}-%{release} or %{name}-gaps)
Recommends: xfce4-terminal
# the Fedora branded config file uses xdg-user-dirs-update indirectly via `dex-autostart --autostart`
Recommends: xdg-user-dirs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 13:35 [rpms/i3] epel9: Ensure -config subpackages work with i3-gaps, fixes rhbz#2023195
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox