stevej pushed to opendbx (epel7). "Filter out requires from the backend subpackages"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 4 18:14:48 UTC 2015


>From a849b5a8a1b54f4e4ceafddf8809491d66267530 Mon Sep 17 00:00:00 2001
From: Martin Preisler <mpreisle at redhat.com>
Date: Wed, 19 Oct 2011 16:05:47 +0200
Subject: Filter out requires from the backend subpackages


diff --git a/opendbx.spec b/opendbx.spec
index cb5b393..da60c4f 100644
--- a/opendbx.spec
+++ b/opendbx.spec
@@ -1,6 +1,6 @@
 Name:           opendbx
 Version:        1.4.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Lightweight but extensible database access library written in C
 
 #License:        LGPLv2+
@@ -13,8 +13,10 @@ Source0:        http://linuxnetworks.de/opendbx/download/%{name}-%{version}.tar.
 BuildRequires:  mysql-devel, postgresql-devel, sqlite2-devel, sqlite-devel, firebird-devel, readline-devel
 BuildRequires:  freetds-devel
 BuildRequires:  doxygen, docbook2X, gettext
+
 %{?filter_setup:
 %filter_provides_in %{_libdir}/opendbx/lib.*backend\.so.*$
+%filter_requires_in %{_libdir}/opendbx/lib.*backend\.so.*$
 %filter_setup
 }
 
@@ -158,6 +160,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %changelog
 
+* Wed Oct 19 2011 Martin Preisler <mpreisle at redhat.com> 1.4.5-5
+- also filter requires for the backend packages
+
 * Mon Oct 17 2011 Martin Preisler <mpreisle at redhat.com> 1.4.5-4
 - only the base package owns {_libdir}/opendbx now
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/opendbx.git/commit/?h=epel7&id=a849b5a8a1b54f4e4ceafddf8809491d66267530


More information about the scm-commits mailing list