!4 Update package murano-pkg-check of version 0.3.0

From: @sean-lau
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:17:53 +00:00 committed by Gitee
commit 1dc9b57f1a

View File

@ -1,8 +1,4 @@
%global _empty_manifest_terminate_build 0
%global common_desc \
Team and repository tags .. Change things from this point on murano-pkg-check \
Murano package validator toolAfter checking out tool from repository easiest \
method to run tool
Name: python-murano-pkg-check
Version: 0.3.0
Release: 1
@ -12,7 +8,9 @@ URL: http://docs.openstack.org/developer/murano/
Source0: https://files.pythonhosted.org/packages/a4/ef/efe83ae0d1d3fc339184cd4912841a11f589ddcf1996fcb5ed067ec57fa6/murano-pkg-check-0.3.0.tar.gz
BuildArch: noarch
%description
%{common_desc}
Team and repository tags .. Change things from this point on murano-pkg-check
Murano package validator toolAfter checking out tool from repository easiest
method to run tool
%package -n python3-murano-pkg-check
Summary: Murano package validator tool
@ -30,7 +28,6 @@ BuildRequires: python3-semantic_version
BuildRequires: python3-six
BuildRequires: python3-stevedore
BuildRequires: python3-yaql
BuildRequires: python3-babel
# General requires
Requires: python3-pyyaml
Requires: python3-oslo-i18n
@ -40,23 +37,27 @@ Requires: python3-six
Requires: python3-stevedore
Requires: python3-yaql
%description -n python3-murano-pkg-check
%{common_desc}
Team and repository tags .. Change things from this point on murano-pkg-check
Murano package validator toolAfter checking out tool from repository easiest
method to run tool
%package help
Summary: Murano package validator tool
Provides: python3-murano-pkg-check-doc
%description help
%{common_desc}
Team and repository tags .. Change things from this point on murano-pkg-check
Murano package validator toolAfter checking out tool from repository easiest
method to run tool
%prep
%autosetup -n murano-pkg-check-0.3.0
%autosetup -n murano-pkg-check-%{version}
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -83,16 +84,16 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
# %{__python3} setup.py test
%files -n python3-murano-pkg-check -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 0.3.0-1
- Downgrade package python3-murano-pkg-check to version 0.3.0
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.3.0-1
- Package Spec generate