Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: fix sudoers packaging ......................................................................
packaging: fix sudoers packaging Previously sudoers file was distributed instead of sudoers.in. But sudoers is a config file generated by configure and use paths from the host which has built the tarball that may differ from the ones where the package is installed. Now sudoers.in is correctly packaged and sudoers correctly generated during rpm creation or installation on host. Change-Id: Ia5b7e548439d4444216942e0ee0ba567302770dc Bug-Url: https://bugzilla.redhat.com/1013563 Signed-off-by: Sandro Bonazzola <[email protected]> --- M .gitignore M sudoers/Makefile.am 2 files changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/72/19772/1 diff --git a/.gitignore b/.gitignore index 6c1de8d..349640c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,15 +29,25 @@ /ovirt_hosted_engine_ha/Makefile.in /ovirt_hosted_engine_ha/agent/Makefile /ovirt_hosted_engine_ha/agent/Makefile.in +/ovirt_hosted_engine_ha/agent/agent-log.conf +/ovirt_hosted_engine_ha/client/Makefile +/ovirt_hosted_engine_ha/client/Makefile.in +/ovirt_hosted_engine_ha/broker/broker-log.conf /ovirt_hosted_engine_ha/broker/Makefile /ovirt_hosted_engine_ha/broker/Makefile.in /ovirt_hosted_engine_ha/broker/submonitors/Makefile /ovirt_hosted_engine_ha/broker/submonitors/Makefile.in +/ovirt_hosted_engine_ha/env/Makefile +/ovirt_hosted_engine_ha/env/Makefile.in +/ovirt_hosted_engine_ha/env/config.log +/ovirt_hosted_engine_ha/env/constants.py /ovirt_hosted_engine_ha/lib/Makefile /ovirt_hosted_engine_ha/lib/Makefile.in /initscripts/Makefile /initscripts/Makefile.in /initscripts/config.log +/initscripts/ovirt-ha-agent.init +/initscripts/ovirt-ha-broker.init /sudoers/Makefile /sudoers/Makefile.in /sudoers/config.log diff --git a/sudoers/Makefile.am b/sudoers/Makefile.am index 4e4e2ba..a1941c5 100644 --- a/sudoers/Makefile.am +++ b/sudoers/Makefile.am @@ -34,7 +34,7 @@ $(NULL) EXTRA_DIST = \ - sudoers \ + sudoers.in \ $(NULL) clean-local: \ -- To view, visit http://gerrit.ovirt.org/19772 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia5b7e548439d4444216942e0ee0ba567302770dc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
