Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: fix rpm errors due to services separation ......................................................................
packaging: fix rpm errors due to services separation these errors were not show previously, even in CI... weired! Change-Id: I5d93aea07b4c65e235d47a17d4b106132479803d Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/14561/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 5f872d7..490dbe4 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -501,9 +501,9 @@ %dir %{engine_etc}/engine.conf.d # Services common -%{engine_data}/services/__init__.py -%{engine_data}/services/config.py -%{engine_data}/services/service.py +%{engine_data}/services/__init__.py* +%{engine_data}/services/config.py* +%{engine_data}/services/service.py* # Jar files used by all the components: %dir %{engine_java} @@ -538,6 +538,7 @@ # Files needed by the service: %{engine_data}/services/ovirt-engine.* +%{engine_data}/services/ovirt-engine-logging.properties.in %if %{install_systemd} %{_unitdir}/ovirt-engine.service %endif @@ -764,7 +765,6 @@ %dir %attr(-, %{engine_user}, %{engine_group}) %{engine_run}/notifier # Files needed by the service: -%{engine_data}/services %if %{install_systemd} %{_unitdir}/ovirt-engine-notifier.service %endif -- To view, visit http://gerrit.ovirt.org/14561 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5d93aea07b4c65e235d47a17d4b106132479803d 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
