summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-22 16:57:18 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-22 16:57:18 +0200
commit381bcde654d5da8097827eba53b7715d9f3b47e6 (patch)
tree4c2bd58243d04d722e6a3058865db9ea4645e603 /memcached.spec
parent9b6ff7a4b76ac0d32bc1383066cc2036e400401d (diff)
memcached: 1.4.26
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/memcached.spec b/memcached.spec
index 4ba8cc6..3521068 100644
--- a/memcached.spec
+++ b/memcached.spec
@@ -23,7 +23,7 @@
%{!?runselftest: %global runselftest 1}
Name: memcached
-Version: 1.4.25
+Version: 1.4.26
Release: 1%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@@ -106,10 +106,10 @@ make %{?_smp_mflags}
rm -f t/whitespace.t
# Parts of the test suite only succeed as non-root.
-if [ `id -u` -ne 0 ]; then
+if [ $(id -u -n) != remi ]; then
# remove failing test that doesn't work in
# build systems
- rm -f t/daemonize.t
+ rm t/daemonize.t t/watcher.t t/expirations.t
fi
make test
%endif
@@ -236,11 +236,14 @@ fi
%files devel
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
%{_includedir}/memcached/*
%changelog
+* Wed Jun 22 2016 Remi Collet <rpms@famillecollet.com> - 0:1.4.26-1
+- Update to 1.4.26 (backported from Fedora)
+
* Sun Jan 3 2016 Remi Collet <rpms@famillecollet.com> - 0:1.4.25-1
- Update to 1.4.25