Alon Bar-Lev has uploaded a new change for review.
Change subject: packaging: spec: setup: do not leave empty directories on remove
......................................................................
packaging: spec: setup: do not leave empty directories on remove
when installing files via wildcards, for example:
%{_datadir}/*/*.py
rpm does not record the directory within his archive, so upon removal
this directory is left, while the files are removed.
we do want to avoid the need to specify each file within the spec file,
as source tree is organized properly, we can add the top level.
however, in future if we have the need to split the directory structure
into two packages, we will have to work a bit harder while maintaining
the spec file, we may consider to generate it(?).
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=988685
Change-Id: I63fe12c6f29ff82588dfabb5df93eaca12154c12
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M ovirt-engine.spec.in
1 file changed, 1 insertion(+), 6 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/17377/1
diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in
index 9ee3a9e..cccb125 100644
--- a/ovirt-engine.spec.in
+++ b/ovirt-engine.spec.in
@@ -807,12 +807,7 @@
%{engine_data}/bin/ovirt-engine-log-setup-event.sh
# Setup
-%{engine_data}/setup/bin/ovirt-engine-setup
-%{engine_data}/setup/bin/ovirt-engine-remove
-%{engine_data}/setup/bin/ovirt-engine-setup.env
-%{engine_data}/setup/ovirt_engine_setup/*.py*
-%{engine_data}/setup/plugins/*/*/*.py*
-%{engine_data}/setup/dbutils
+%{engine_data}/setup
# Firewalld configuration
%{engine_data}/firewalld/base
--
To view, visit http://gerrit.ovirt.org/17377
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I63fe12c6f29ff82588dfabb5df93eaca12154c12
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches