modify requires_exclude
This commit is contained in:
parent
3a4adcfbf1
commit
c5a6ad80f7
@ -1,11 +1,10 @@
|
|||||||
%global py2_build_dir %{_builddir}/%{name}-%{version}-%{release}-python2
|
%global py2_build_dir %{_builddir}/%{name}-%{version}-%{release}-python2
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
%global __requires_exclude ^.*python2.7dist\\(.*\\).*$
|
%global __requires_exclude ^.*python[2|3]*.7dist\\(.*\\).*$
|
||||||
%global __requires_exclude ^.*python3.7dist\\(.*\\).*$
|
|
||||||
|
|
||||||
Name: pywbem
|
Name: pywbem
|
||||||
Version: 0.12.4
|
Version: 0.12.4
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: WBEM client and WBEM indication listener
|
Summary: WBEM client and WBEM indication listener
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://github.com/pywbem/pywbem
|
URL: https://github.com/pywbem/pywbem
|
||||||
@ -114,6 +113,9 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} PBR_VERSION="%{version}" \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 16 2019 likexin<likexin4@huawei.com> - 0.12.4-4
|
||||||
|
- modify requires_exclude
|
||||||
|
|
||||||
* Mon Dec 16 2019 likexin<likexin4@huawei.com> - 0.12.4-3
|
* Mon Dec 16 2019 likexin<likexin4@huawei.com> - 0.12.4-3
|
||||||
- add requires_exclude python dist
|
- add requires_exclude python dist
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user