From 4fd29adf99452169acd89500a9656e42e87d3651 Mon Sep 17 00:00:00 2001 From: lkx690 Date: Mon, 16 Dec 2019 14:35:05 +0800 Subject: [PATCH] add requires_exclude python dist --- pywbem.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index d9625eb..58e6fc2 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -1,9 +1,11 @@ %global py2_build_dir %{_builddir}/%{name}-%{version}-%{release}-python2 %bcond_with python2 +%global __requires_exclude ^.*python2.7dist\\(.*\\).*$ +%global __requires_exclude ^.*python3.7dist\\(.*\\).*$ Name: pywbem Version: 0.12.4 -Release: 2 +Release: 3 Summary: WBEM client and WBEM indication listener License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -112,5 +114,8 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} PBR_VERSION="%{version}" \ %changelog +* Mon Dec 16 2019 likexin - 0.12.4-3 +- add requires_exclude python dist + * Thu Nov 28 2019 likexin - 0.12.4-2 - Package init