diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-20 15:26:10 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-20 19:27:50 +0000 |
commit | 3e39a6f616e20473f790ba01753202b5dbc31bd3 (patch) | |
tree | a2ae78a45bd19480a3935033f9cdb4af4ab41df6 /build/rpm_specs | |
parent | 0adc3580a356d9b24c8f27f3641766161cd07135 (diff) |
Update all references to release-notes path
Change-Id: I04be6a9ff2a89b5058d6872b7023f9e3fd4c02cd
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit e8291fa16cc569c3982eb7610ef0d4813cdabf54)
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 66f4f475..0d97ed6b 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -81,8 +81,8 @@ install lib/installer/domain.xml %{buildroot}%{_var}/opt/opnfv/lib/installer/ mkdir -p %{buildroot}%{_docdir}/opnfv/ install LICENSE.rst %{buildroot}%{_docdir}/opnfv/ install docs/installation-instructions.html %{buildroot}%{_docdir}/opnfv/ -install docs/release-notes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst -install docs/release-notes.html %{buildroot}%{_docdir}/opnfv/ +install docs/releasenotes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst +install docs/releasenotes.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 |