diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-20 15:19:21 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-09-20 15:19:21 -0400 |
commit | f71bee80dac179ed9db1963a71b8b1a22efc2e08 (patch) | |
tree | 818143a9b2415779f2ee31de4b7c8848eaabaa3a | |
parent | d733b258bf49060baa14ec38014c4a8ec1d6097c (diff) |
Fix release notes path in common spec
Change-Id: I277e7acb0dc3dd365f82bc6241dfb5b457cdd312
Signed-off-by: Feng Pan <fpan@redhat.com>
-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 8fd241b4..522adca8 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} |