diff options
| author | Sri Mohana Singamsetty <msingamsetty@vmware.com> | 2019-08-13 14:53:08 -0700 |
|---|---|---|
| committer | Sri Mohana Singamsetty <msingamsetty@vmware.com> | 2019-09-13 10:05:13 -0700 |
| commit | 11c83aa48a02486b19bc9f863a859859110e0a42 (patch) | |
| tree | 563760aa09c92465897a549f4e96f87f629939cf /redhat | |
| parent | 90316c973f541412a23995894b80621a421bed33 (diff) | |
tools: Modifications to copy support bundle files
This commit is to copy the support bundle scripts to appropriate directories during installation
Signed-off-by: Sri Mohana Singamsetty <msingamsetty@vmware.com>
Diffstat (limited to 'redhat')
| -rw-r--r-- | redhat/frr.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index fa0a6d8a0a..b3f9ac7630 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -656,6 +656,9 @@ fi %files pythontools +%{_sbindir}/generate_support_bundle.py +%{_sbindir}/generate_support_bundle.pyc +%{_sbindir}/generate_support_bundle.pyo %{_sbindir}/frr-reload.py %{_sbindir}/frr-reload.pyc %{_sbindir}/frr-reload.pyo |
