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