diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-20 15:19:21 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-20 19:20:53 +0000 |
commit | 0adc3580a356d9b24c8f27f3641766161cd07135 (patch) | |
tree | f11b4f873060fded943bfc98e9f4c5620868892e | |
parent | 977324f5c3165422632a6e23cadb7a398f3a81e0 (diff) |
Fix release notes path in common spec
Change-Id: I277e7acb0dc3dd365f82bc6241dfb5b457cdd312
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit f71bee80dac179ed9db1963a71b8b1a22efc2e08)
-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 8cd76d65..66f4f475 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -23,7 +23,7 @@ https://wiki.opnfv.org/apex %build rst2html docs/installationprocedure/index.rst docs/installation-instructions.html -rst2html docs/release-notes/release-notes.rst docs/release-notes.html +rst2html docs/releasenotes/release-notes.rst docs/release-notes.html %global __python %{__python3} |