[lat] Filter out mono requires for private plugins

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 16 10:34:35 UTC 2011


commit a34167f65e9d9840be38d67d864e36c3c6700e25
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 16 10:11:14 2011 +0000

    Filter out mono requires for private plugins

 lat.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/lat.spec b/lat.spec
index d3b80f9..8df7c50 100644
--- a/lat.spec
+++ b/lat.spec
@@ -1,7 +1,7 @@
 Name:               lat
 Summary:            LDAP Administration Tool
 Version:            1.2.3
-Release:            11%{?dist}
+Release:            12%{?dist}
 License:            GPLv2
 Group:              Applications/Productivity
 Url:                http://sourceforge.net/projects/ldap-at/
@@ -24,8 +24,9 @@ ExcludeArch:        sparc64
 # Debuginfo package would be empty as there are no binaries in this package
 %define debug_package %{nil}
 
-# Don't generate mono provides for private plugins
+# Don't generate mono provides and requires for private plugins
 %filter_from_provides /mono([A-Za-z-]*) = 0\.0\.0\.0/d
+%filter_from_requires /mono([A-Za-z-]*) = 0\.0\.0\.0/d
 %filter_setup
 
 %description
@@ -119,6 +120,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/pkgconfig/lat-plugins.pc
 
 %changelog
+* Wed Feb 16 2011 Paul Howarth <paul at city-fan.org> 1.2.3-12
+- Filter out mono requires for private plugins
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list