[lat] Properly escape backslashes in dependency filters

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 16 11:02:11 UTC 2011


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

    Properly escape backslashes in dependency filters

 lat.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lat.spec b/lat.spec
index 62b6aa4..494ef76 100644
--- a/lat.spec
+++ b/lat.spec
@@ -24,8 +24,8 @@ ExcludeArch:        sparc64
 %define debug_package %{nil}
 
 # Don't generate mono provides and requires for private plugins
-%global __provides_exclude ^mono\\([A-Za-z-]*\\) = 0\.0\.0\.0$
-%global __requires_exclude ^mono\\([A-Za-z-]*\\) = 0\.0\.0\.0$
+%global __provides_exclude ^mono\\([A-Za-z-]*\\) = 0\\.0\\.0\\.0$
+%global __requires_exclude ^mono\\([A-Za-z-]*\\) = 0\\.0\\.0\\.0$
 
 %description
 LAT stands for LDAP Administration Tool. The tool allows you to browse


More information about the scm-commits mailing list