diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-20 21:17:34 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-20 21:17:34 -0400 |
commit | 768da1ab4788130d62848b2db172503fa5b37e02 (patch) | |
tree | ef3d66a68e9a8daf581d19d82955c8218a12a95a /build/rpm_specs | |
parent | 0dbb526bce6bbe7fc1372777b94a03b296801a2f (diff) |
Fixes rpmbuilding for doc structure change
Change-Id: I2ac2910eaecab1fc4fb9634b6af9bc7f454ff77a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 6b86bf87..39bcd289 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -22,7 +22,7 @@ https://wiki.opnfv.org/apex %setup -q %build -rst2html docs/installation-instructions/index.rst docs/installation-instructions.html +rst2html docs/installationprocedure/index.rst docs/installation-instructions.html rst2html docs/release-notes/release-notes.rst docs/release-notes.html %global __python %{__python3} @@ -131,11 +131,11 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %doc %{_docdir}/opnfv/inventory.yaml.example %changelog -* Thu Aug 1 2016 Tim Rozet <trozet@redhat.com> - 3.0-11 +* Mon Aug 1 2016 Tim Rozet <trozet@redhat.com> - 3.0-11 - Add nosdn fdio scenarios. * Tue Jul 5 2016 Dan Radez <dradez@redhat.com> - 3.0-10 - Adding functions.sh files -* Thu Jun 15 2016 Tim Rozet <trozet@redhat.com> - 3.0-9 +* Wed Jun 15 2016 Tim Rozet <trozet@redhat.com> - 3.0-9 - Add fdio scenarios. * Tue Jun 14 2016 Feng Pan <fpan@redhat.com> - 3.0-8 - Add network_settings_v6.yaml |