rpms/memcached/devel memcached.spec,1.1,1.2

Paul Lindner (plindner) fedora-extras-commits at redhat.com
Fri Jul 13 12:43:04 UTC 2007


Author: plindner

Update of /cvs/pkgs/rpms/memcached/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28653

Modified Files:
	memcached.spec 
Log Message:
Remove test that only fails on fedora build systems



Index: memcached.spec
===================================================================
RCS file: /cvs/pkgs/rpms/memcached/devel/memcached.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- memcached.spec	10 Jul 2007 20:00:32 -0000	1.1
+++ memcached.spec	13 Jul 2007 12:42:31 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           memcached
 Version:        1.2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        High Performance, Distributed Memory Object Cache
 
 Group:          System Environment/Daemons
@@ -34,6 +34,10 @@
 
 make %{?_smp_mflags}
 
+# remove failing test that doesn't work in
+# build systems
+rm -f %{buildroot}/t/daemonize.t 
+
 %check
 make test
 
@@ -96,7 +100,10 @@
 
 
 %changelog
-* Sat Jul  7 2007 root <root at inuus.com> - 1.2.3-2
+* Fri Jul 13 2007 Paul Lindner <lindner at inuus.com> - 1.2.3-3
+- Remove test that fails in fedora build system
+
+* Sat Jul  7 2007 root <lindner at inuus.com> - 1.2.3-2
 - Upgrade to 1.2.3 upstream
 - Adjust make install to preserve man page timestamp
 - Conform with LSB init scripts standards, add force-reload




More information about the scm-commits mailing list