Nir Soffer has uploaded a new change for review. Change subject: spec: Move vdsm package contents to vdsm-deamon ......................................................................
spec: Move vdsm package contents to vdsm-deamon Vdsm should be a meta-package depending on architecture specific packages. Since this package must be built for each architecture separately, we want to to be small as possible. Change-Id: I58b0b0e7461f9ac10a189dd8ca6715d02183ad21 Signed-off-by: Nir Soffer <[email protected]> --- M vdsm.spec.in 1 file changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/42491/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 42d2559..cffdefe 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -305,7 +305,14 @@ Conflicts: vdsm-hook-sriov %description -The VDSM service is required by a Virtualization Manager to manage the +Meta-package depending on various vdsm sub packages. + +%package daemon +Summary: VDSM daemon +BuildArch: noarch + +%description daemon +The VDSM daemon is required by a Virtualization Manager to manage the Linux hosts. VDSM manages and monitors the host's storage, memory and networks as well as virtual machine creation, other host administration tasks, statistics gathering, and log collection. @@ -985,6 +992,9 @@ %endif %files +# Vdsm is a meta-package + +%files daemon %defattr(-, root, root, -) %doc README lib/vdsm/vdsm.conf.sample %license COPYING -- To view, visit https://gerrit.ovirt.org/42491 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I58b0b0e7461f9ac10a189dd8ca6715d02183ad21 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
