* ci: lcitool: Maintain project package deps lists here * README: Update link to upstream repo and drop mailing list refernce * ci: refresh with latest lcitool manifest * ci: mark bleeding edge distros as allowing failures * configure: convert to using xz archives for dist * ci: refresh with lcitool manifest * Switch to new GitHub repo-lockdown configuration * ci: remove obsolete refresh script and documentation * ci: re-generate containers/gitlab config from manifest * ci: define a CI manifest file - add 0005-include-stdlib.h.patch, 0006-drop-base_schema.patch - drop f6b7eeaf.patch, upstream - rename provider-reg.patch to 0001-provider-reg.patch automake.patch to 0002-automake.patch libvirt-cim-0.6.3-fix-bashisms.patch to 0003-fix-bashisms.patch memory_leaks.patch to 0004-memory-leaks.patch OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/libvirt-cim?expand=0&rev=36
28 lines
680 B
Diff
28 lines
680 B
Diff
From 2604c1377e7c0525f813569b24309cc3bc14dbef Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com>
|
|
Date: Tue, 5 Nov 2024 17:28:18 +0100
|
|
Subject: [PATCH 6/6] drop base_schema
|
|
|
|
the respective CIM MOF files are provided via the cim-schema runtime
|
|
requirement
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index bebaf60..91f847e 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,7 +1,7 @@
|
|
# Copyright IBM Corp. 2007-2014
|
|
AUTOMAKE_OPTIONS=dist-bzip2
|
|
|
|
-SUBDIRS = libxkutil src doc base_schema
|
|
+SUBDIRS = libxkutil src doc
|
|
|
|
MOFS = \
|
|
$(top_srcdir)/schema/ComputerSystem.mof \
|
|
--
|
|
2.47.0
|
|
|