* 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
27 lines
654 B
Diff
27 lines
654 B
Diff
From fd50bb9a521c26a6de4e9ab15ec0e71e4c4189c7 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com>
|
|
Date: Tue, 5 Nov 2024 16:50:11 +0100
|
|
Subject: [PATCH 1/6] provider-reg
|
|
|
|
add " around echo parameters
|
|
---
|
|
provider-register.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/provider-register.sh b/provider-register.sh
|
|
index f66fe54..cd44462 100755
|
|
--- a/provider-register.sh
|
|
+++ b/provider-register.sh
|
|
@@ -742,7 +742,7 @@ gb_getopt()
|
|
shift;;
|
|
esac
|
|
done
|
|
- echo $options $registrations $moffiles
|
|
+ echo "$options $registrations $moffiles"
|
|
}
|
|
|
|
prepargs=`gb_getopt $*`
|
|
--
|
|
2.47.0
|
|
|