From 5e762667a235266814929464bf6994100d5ba436 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Mon, 30 Sep 2019 16:03:58 -0500 Subject: [PATCH] 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 --- fm-api/opensuse/fm-api.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fm-api/opensuse/fm-api.spec b/fm-api/opensuse/fm-api.spec index 97e11af9..20a0d263 100644 --- a/fm-api/opensuse/fm-api.spec +++ b/fm-api/opensuse/fm-api.spec @@ -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,-)