From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has uploaded a new change for review.
Change subject: rpmlint: silence isolatedprivatevlan-related error ...................................................................... rpmlint: silence isolatedprivatevlan-related error This hook was hardly ever used, but regardless of its destiny, it should not produce rpmlint errors. Reviewed-on: https://gerrit.ovirt.org/#/q/Idd0eda6ff359ac6d7e66e516ddb062dd7dbd466b Change-Id: Idd0eda6ff359ac6d7e66e516ddb062dd7dbd466b Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in M vdsm_hooks/isolatedprivatevlan/Makefile.am 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/45/69445/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index c005191..9bcb651 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -1495,7 +1495,7 @@ %files hook-isolatedprivatevlan %{_libexecdir}/%{vdsm_name}/hooks/before_vm_start/50_isolatedprivatevlan -%config(noreplace) %{_sysconfdir}/libvirt/nwfilter/isolatedprivatevlan-vdsm.xml +%{_sysconfdir}/libvirt/nwfilter/isolatedprivatevlan-vdsm.xml %files hook-macbind %{_libexecdir}/%{vdsm_name}/hooks/before_vm_start/50_macbind diff --git a/vdsm_hooks/isolatedprivatevlan/Makefile.am b/vdsm_hooks/isolatedprivatevlan/Makefile.am index c06c80f..15a83d4 100644 --- a/vdsm_hooks/isolatedprivatevlan/Makefile.am +++ b/vdsm_hooks/isolatedprivatevlan/Makefile.am @@ -28,7 +28,7 @@ $(DESTDIR)$(vdsmhooksdir)/before_vm_start/50_isolatedprivatevlan $(MKDIR_P) $(DESTDIR)$(sysconfdir)/libvirt/nwfilter - $(INSTALL_SCRIPT) $(srcdir)/isolatedprivatevlan-vdsm.xml \ + $(INSTALL_DATA) $(srcdir)/isolatedprivatevlan-vdsm.xml \ $(DESTDIR)$(sysconfdir)/libvirt/nwfilter/isolatedprivatevlan-vdsm.xml uninstall-local: -- To view, visit https://gerrit.ovirt.org/69445 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd0eda6ff359ac6d7e66e516ddb062dd7dbd466b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
