SHA256
7
0
forked from pool/libvirt-cim
Files
libvirt-cim/provider-reg.patch
Klaus Kämpf 2276b50922 - Update to version v0.6.3+git20230822.a5a073c:
* 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
2024-11-05 16:35:22 +00:00

13 lines
360 B
Diff

diff -ru a/provider-register.sh b/provider-register.sh
--- a/provider-register.sh 2008-05-06 15:12:37.000000000 -0600
+++ b/provider-register.sh 2008-05-16 11:31:02.000000000 -0600
@@ -656,7 +656,7 @@
shift;;
esac
done
- echo $options $registrations $moffiles
+ echo "$options $registrations $moffiles"
}
prepargs=`gb_getopt $*`