Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: setup: move setup related files out of versionlock
......................................................................
packaging: setup: move setup related files out of versionlock
the setup requires files that currently resides under base package. due
to legacy, these files are versionlocked, this means that they are not
at their latest version when setup runs.
the only way to move them to setup package is to rename.
1. iptables.defaults is actually a template so adding .in suffix is
required anyway.
2. nfs.sysconfig is not really a template but can be considered as such
for future use.
3. ovirt-engine-proxy.conf.v2.in became ugly.
Change-Id: Ia2e9938a7c1dba61a8c3d88e670c8b9f7203e6a4
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
M ovirt-engine.spec.in
R packaging/conf/iptables.default.in
R packaging/conf/nfs.sysconfig.in
R packaging/conf/ovirt-engine-proxy.conf.v2.in
M packaging/fedora/setup/basedefs.py
M packaging/setup/ovirt_engine_setup/constants.py
M packaging/setup/ovirt_engine_setup/util.py
M packaging/setup/plugins/ovirt-engine-setup/system/nfs.py
9 files changed, 24 insertions(+), 22 deletions(-)
Approvals:
Alon Bar-Lev: Verified
Sandro Bonazzola: Looks good to me, but someone else must approve
Ofer Schreiber: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15776
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia2e9938a7c1dba61a8c3d88e670c8b9f7203e6a4
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>