[lcmaps] Patch the example DB file so it doesn't contain an architecture-specific path. Fixes bug #1034019.

Dennis van Dok dennisvd at fedoraproject.org
Mon Nov 25 11:29:36 UTC 2013


commit 27abe636bf80ef56e498ecb39b7256833dc59f49
Author: Dennis van Dok <dennisvd at nikhef.nl>
Date:   Mon Nov 25 12:22:30 2013 +0100

    Patch the example DB file so it doesn't contain an architecture-specific path. Fixes bug #1034019.

 lcmaps.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/lcmaps.spec b/lcmaps.spec
index 9976dac..d7df7b2 100644
--- a/lcmaps.spec
+++ b/lcmaps.spec
@@ -18,11 +18,14 @@
 Summary: Grid (X.509) and VOMS credentials to local account mapping service
 Name: lcmaps
 Version: 1.6.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://wiki.nikhef.nl/grid/LCMAPS
 Source0: http://software.nikhef.nl/security/lcmaps/lcmaps-%{version}.tar.gz
+# Remove the architecture specific element from the example db file
+# https://bugzilla.nikhef.nl/show_bug.cgi?id=18
+Patch0: lcmaps-1.6.1-dbfile-path.patch
 # BuildRoot is still required for EPEL5
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: globus-core
@@ -146,6 +149,7 @@ without the GSI protocol.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
@@ -301,6 +305,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 25 2013 Dennis van Dok <dennisvd at nikhef.nl> 1.6.1-7
+- Patch the example DB file so it doesn't contain an
+  architecture-specific path. Fixes bug #1034019.
+
 * Tue Nov 12 2013 Dennis van Dok <dennisvd at nikhef.nl> 1.6.1-6
 - Make requirements arch-specific for devel package
 


More information about the scm-commits mailing list