31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From de364416f3034d5e6382de5453facd0032a760c1 Mon Sep 17 00:00:00 2001
|
|
From: Adam Williamson <awilliam@redhat.com>
|
|
Date: Mon, 29 Jan 2024 09:41:43 -0800
|
|
Subject: [PATCH] runtime-install: drop retired pcmciautils
|
|
|
|
pcmciautils was just retired in Rawhide:
|
|
https://src.fedoraproject.org/rpms/pcmciautils/c/24639b0
|
|
|
|
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
|
---
|
|
share/templates.d/99-generic/runtime-install.tmpl | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl
|
|
index d6029830..904c42ba 100644
|
|
--- a/share/templates.d/99-generic/runtime-install.tmpl
|
|
+++ b/share/templates.d/99-generic/runtime-install.tmpl
|
|
@@ -141,9 +141,6 @@ installpkg nmap-ncat
|
|
installpkg pciutils usbutils ipmitool
|
|
installpkg mt-st smartmontools
|
|
installpkg hdparm
|
|
-%if basearch not in ("aarch64", "ppc64le", "s390x"):
|
|
-installpkg pcmciautils
|
|
-%endif
|
|
installpkg rdma-core
|
|
installpkg rng-tools
|
|
%if basearch in ("x86_64", "aarch64"):
|
|
--
|
|
2.43.0
|
|
|