[hamlib] Switched to recent dependency filtering system,

Jaroslav Škarvada jskarvad at fedoraproject.org
Tue Jun 24 16:36:56 UTC 2014


commit 48ce58826a19caa45b5e7f90229f67ab5d40de33
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Tue Jun 24 18:36:56 2014 +0200

    Switched to recent dependency filtering system,
    
      it should resolve most of the multilib conflicts

 hamlib.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/hamlib.spec b/hamlib.spec
index 17ef342..a4c2537 100644
--- a/hamlib.spec
+++ b/hamlib.spec
@@ -1,8 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%global __provides_exclude_from ^%{_libdir}/hamlib/.*\\.so$
 
 Name:           hamlib
 Version:        1.2.15.3
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Run-time library to control radio transceivers and receivers
 
 Group:          System Environment/Libraries
@@ -18,10 +19,6 @@ BuildRequires:  doxygen
 #for perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
-%{?filter_setup:
-%filter_provides_in %{_libdir}/hamlib/.*\.so$
-%filter_setup
-}
 
 %description
 Hamlib provides a standardized programming interface that applications
@@ -201,6 +198,10 @@ find $RPM_BUILD_ROOT -type f -name perltest.pl -exec rm -f {} ';'
 %{_libdir}/hamlibtcl*
 
 %changelog
+* Tue Jun 24 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 1.2.15.3-10
+- Switched to recent dependency filtering system,
+  it should resolve most of the multilib conflicts
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.15.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list