diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-20 15:55:34 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-20 20:00:02 +0000 |
commit | 43cc70a241e8e9f923b4f87033009ee63c407fa5 (patch) | |
tree | 6138cfd1f3c2c76944f6324a4a745f9492646fb6 /build/rpm_specs | |
parent | 3e39a6f616e20473f790ba01753202b5dbc31bd3 (diff) |
Fix release-notes.html file name
Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 0d97ed6b..20c19403 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -82,7 +82,7 @@ mkdir -p %{buildroot}%{_docdir}/opnfv/ install LICENSE.rst %{buildroot}%{_docdir}/opnfv/ install docs/installation-instructions.html %{buildroot}%{_docdir}/opnfv/ install docs/releasenotes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst -install docs/releasenotes.html %{buildroot}%{_docdir}/opnfv/ +install docs/release-notes.html %{buildroot}%{_docdir}/opnfv/ install config/deploy/deploy_settings.yaml %{buildroot}%{_docdir}/opnfv/deploy_settings.yaml.example install config/network/network_settings.yaml %{buildroot}%{_docdir}/opnfv/network_settings.yaml.example install config/network/network_settings_v6.yaml %{buildroot}%{_docdir}/opnfv/network_settings_v6.yaml.example |