Fix release-notes.html file name 47/21947/1
authorFeng Pan <fpan@redhat.com>
Tue, 20 Sep 2016 19:55:34 +0000 (15:55 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 20 Sep 2016 20:00:02 +0000 (20:00 +0000)
Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf
Signed-off-by: Feng Pan <fpan@redhat.com>
build/rpm_specs/opnfv-apex-common.spec

index 0d97ed6..20c1940 100644 (file)
@@ -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