From 43cc70a241e8e9f923b4f87033009ee63c407fa5 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Tue, 20 Sep 2016 15:55:34 -0400 Subject: Fix release-notes.html file name Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf Signed-off-by: Feng Pan --- build/rpm_specs/opnfv-apex-common.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg