2742e7ad83
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 568462d98313ef6796304d760a620e535f110d77 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Wed, 9 Jun 2021 09:17:59 +0200
|
|
Subject: [PATCH] Drop retired icfg
|
|
|
|
Rawhide compose failed because icfg was retired yesterday:
|
|
https://src.fedoraproject.org/rpms/icfg/c/64ef393a109dd468b1b6950bfef70b2c45b5b903?branch=rawhide
|
|
https://pagure.io/releng/failed-composes/issue/2557
|
|
---
|
|
share/templates.d/99-generic/runtime-install.tmpl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl
|
|
index 83ec12835..1aaac0907 100644
|
|
--- a/share/templates.d/99-generic/runtime-install.tmpl
|
|
+++ b/share/templates.d/99-generic/runtime-install.tmpl
|
|
@@ -173,7 +173,7 @@ installpkg python3-pyatspi
|
|
installpkg nano nano-default-editor
|
|
installpkg vim-minimal strace lsof dump xz less
|
|
installpkg wget rsync bind-utils ftp mtr vconfig
|
|
-installpkg icfg spice-vdagent
|
|
+installpkg spice-vdagent
|
|
installpkg gdisk hexedit sg3_utils
|
|
|
|
## actually install all the requested packages
|