Fix version of fm-api for opensuse specfile.

After changing the version to 1.0.0, the install target of the
specfile wasn't changed. This change updates the version to meet
the new convention.

Story: 2006508
Task: 36863

Change-Id: I142800fb2ea41c31aa63bcf440ee055b10164401
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
This commit is contained in:
Erich Cordoba 2019-09-30 16:03:58 -05:00
parent c0c901620a
commit 5e762667a2
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ install -m 644 fm_api/constants.py $DOC_DEPLOY
%license LICENSE
%dir %{pythonroot}/fm_api
%{pythonroot}/fm_api/*
%dir %{pythonroot}/fm_api-%{version}.0-py2.7.egg-info
%{pythonroot}/fm_api-%{version}.0-py2.7.egg-info/*
%dir %{pythonroot}/fm_api-%{version}-py2.7.egg-info
%{pythonroot}/fm_api-%{version}-py2.7.egg-info/*
%files -n fm-api-doc
%defattr(-,root,root,-)