public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/karton] f45: Added qemu Requires, and removed 32-bit
@ 2026-08-21 22:44 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-08-21 22:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/karton
Branch : f45
Commit : f0122f9150a8f9f6007a71e22b51a010b181558e
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-08-21T11:26:24-04:00
Stats  : +7/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/karton/c/f0122f9150a8f9f6007a71e22b51a010b181558e?branch=f45

Log:
Added qemu Requires, and removed 32-bit

---
diff --git a/karton.spec b/karton.spec
index dae0d2c..1e59e19 100644
--- a/karton.spec
+++ b/karton.spec
@@ -12,6 +12,9 @@ License:        BSD-2-Clause AND CC-BY-SA-4.0 AND CC0-1.0 AND GPL-3.0-or-later
 URL:            https://invent.kde.org/sitter/%{name}
 Source0:        %{url}/-/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
 
+# qemu isn't available on 32-bit
+ExcludeArch: %{ix86}
+
 BuildRequires:  gcc-c++
 BuildRequires:  kf6-rpm-macros
 BuildRequires:  extra-cmake-modules
@@ -39,6 +42,10 @@ BuildRequires:  pkgconfig(spice-client-glib-2.0)
 Requires:       kf6-kirigami
 Requires:       hicolor-icon-theme
 
+# QEMU
+Requires:	libvirt-daemon-qemu
+Requires:	libvirt-client
+Requires:	libvirt-daemon-config-network
 
 %description
 %{summary}.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-21 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 22:44 [rpms/karton] f45: Added qemu Requires, and removed 32-bit Steve Cossette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox