[node-patches] Change in ovirt-node[master]: spec: Fix duplicate python files
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Apr 18 15:34:50 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: spec: Fix duplicate python files
......................................................................
spec: Fix duplicate python files
Previously the pattern to include the python files led to duplicate
inclusion.
Change-Id: I837e0b83d6379c68cc108db94312f8eeacfe863d
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M ovirt-node.spec.in
1 file changed, 1 insertion(+), 6 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/58/14058/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index ea89430..b428159 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -455,13 +455,8 @@
%{_initrddir}/ovirt-post
%endif
# Files related to the new TUI
-%{python_sitelib}/ovirt/*
+%{python_sitelib}/ovirt/__init__.*
%{python_sitelib}/ovirt/node/*
-%{python_sitelib}/ovirt/node/config/*
-%{python_sitelib}/ovirt/node/installer/*
-%{python_sitelib}/ovirt/node/setup/*
-%{python_sitelib}/ovirt/node/ui/*
-%{python_sitelib}/ovirt/node/utils/*
%{_bindir}/ovirt-config-setup
%{_bindir}/ovirt-node-installer
%{_bindir}/ovirt-node-doc
--
To view, visit http://gerrit.ovirt.org/14058
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I837e0b83d6379c68cc108db94312f8eeacfe863d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list