[libteam] fix multilib

Jiří Pírko jirka at fedoraproject.org
Thu Jan 23 12:37:30 UTC 2014


commit b26585d7fda8e988329cfcb6b472b8ffb05567c8
Author: Jiri Pirko <jiri at resnulli.us>
Date:   Thu Jan 23 13:37:39 2014 +0100

    fix multilib

 libteam.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/libteam.spec b/libteam.spec
index 5db5a37..50608ec 100644
--- a/libteam.spec
+++ b/libteam.spec
@@ -1,6 +1,6 @@
 Name: libteam
 Version: 1.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Library for controlling team network device
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -57,11 +57,6 @@ supplied by team network device library.
 This package should be installed if you want to develop Python
 programs that will manipulate team network devices.
 
-%{?filter_setup:
-%filter_provides_in %{python_sitearch}.*\.so$
-%filter_setup
-}
-
 %prep
 %setup -q
 
@@ -140,6 +135,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
 %{python_sitearch}/*
 
 %changelog
+* Thu Jan 23 2013 Jiri Pirko <jpirko at redhat.com> - 1.9-2
+- fix multilib
+
 * Tue Nov 12 2013 Jiri Pirko <jpirko at redhat.com> - 1.9-1
 - Update to 1.9
 - libteamdctl: remove false lib dependencies


More information about the scm-commits mailing list