[phpMemcachedAdmin] simple find (allow backport)

Remi Collet remi at fedoraproject.org
Sun Nov 25 11:44:14 UTC 2012


commit 2643fa2c707dec2015980b78baa6cdb510c98655
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Nov 25 12:44:06 2012 +0100

    simple find (allow backport)

 phpMemcachedAdmin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/phpMemcachedAdmin.spec b/phpMemcachedAdmin.spec
index 2fb0bc7..8cce0c6 100644
--- a/phpMemcachedAdmin.spec
+++ b/phpMemcachedAdmin.spec
@@ -9,7 +9,7 @@
 Summary:     Graphic stand-alone administration for memcached to monitor and debug purpose
 Name:        phpMemcachedAdmin
 Version:     1.2.2
-Release:     5.svn%{svn}%{?dist}
+Release:     6.svn%{svn}%{?dist}
 License:     ASL 2.0
 Group:       Applications/Internet
 URL:         http://code.google.com/p/phpmemcacheadmin/
@@ -52,7 +52,7 @@ communication with server, PECL Memcache or PECL Memcached API.
 
 %prep
 %setup -q -c %{name}-%{version}-r%{svn}
-find ./* -type f -executable | xargs chmod -x
+find . -type f | xargs chmod -x
 sed -i -e 's|Temp/|%{_localstatedir}/lib/%{name}/Temp/|' \
     Config/Memcache.php
 sed -i -e "s|./Config/|%{_sysconfdir}/%{name}/|" \
@@ -119,6 +119,9 @@ fi
 %dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/Temp
 
 %changelog
+* Sun Nov 25 2012 Remi Collet <remi at fedoraproject.org> 1.2.2-6.svn262
+- simple find (allow backport)
+
 * Sat Nov 24 2012 Johan Cwiklinski <johan AT x-tnd DOT be> 1.2.2-5.svn262
 - Fix a typo
 - Add licence file


More information about the scm-commits mailing list