!2 解决OBS包构建失败问题
From: @maximsuen Reviewed-by: @yangzhao_kl,@yangzhao_kl Signed-off-by: @yangzhao_kl,@yangzhao_kl
This commit is contained in:
commit
4f0c57337a
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-jaraco-collections
|
||||
Version: 3.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Collection objects similar to those in stdlib by jaraco
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/jaraco.collections
|
||||
@ -73,6 +73,7 @@ mv %{buildroot}/doclist.lst .
|
||||
%exclude %{python3_sitelib}/jaraco/__init__.py
|
||||
%exclude %{python3_sitelib}/jaraco/collections.py
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__.*
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-37.*
|
||||
%exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-38.*
|
||||
%{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/
|
||||
|
||||
@ -80,5 +81,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 1 2021 maxim.suen <maxim2010@163.com> - 3.0.0-2
|
||||
- Add 'exclude python37*' to %file
|
||||
|
||||
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user