summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-03 17:00:00 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-03 17:00:00 +0100
commit9b6ff7a4b76ac0d32bc1383066cc2036e400401d (patch)
treec9a24f9aabe08aae2db3b384ccc9ec2c8e14f5ea /memcached.spec
parent46d5a9da79c700c6b166ebe6cb1f4466edb5500c (diff)
memcached: 1.4.25
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec39
1 files changed, 14 insertions, 25 deletions
diff --git a/memcached.spec b/memcached.spec
index 4b14722..4ba8cc6 100644
--- a/memcached.spec
+++ b/memcached.spec
@@ -1,3 +1,13 @@
+# remirepo spec file for memcached
+# lastest version with SASL support enabled, from:
+#
+# Fedora spec file for memcached
+#
+# License: MIT
+# http://opensource.org/licenses/MIT
+#
+# Please preserve changelog entries
+#
%global username memcached
%global groupname memcached
@@ -13,7 +23,7 @@
%{!?runselftest: %global runselftest 1}
Name: memcached
-Version: 1.4.22
+Version: 1.4.25
Release: 1%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@@ -28,13 +38,7 @@ Source1: memcached.service
# custom init script
Source2: memcached.sysv
-# Patches
-Patch001: memcached-manpages.patch
-
-# Fixes
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
%if "%{?vendor}" == "Remi Collet"
BuildRequires: libevent-devel > 2
%else
@@ -81,7 +85,6 @@ access to the memcached binary include files.
%prep
%setup -q
-%patch001 -p1 -b .manpages
%build
@@ -171,11 +174,7 @@ exit 0
%else
if [ $1 = 1 ]; then
# Initial installation
-%if %{with_systemd}
- /bin/systemctl daemon-reload >/dev/null 2>&1 || :
-%else
/sbin/chkconfig --add %{name}
-%endif
fi
%endif
@@ -186,13 +185,8 @@ fi
%else
if [ "$1" = 0 ] ; then
# Package removal, not upgrade
-%if %{with_systemd}
- /bin/systemctl --no-reload disable %{name}.service >/dev/null 2>&1 || :
- /bin/systemctl stop %{name}.service >/dev/null 2>&1 || :
-%else
/sbin/service %{name} stop > /dev/null 2>&1
/sbin/chkconfig --del %{name}
-%endif
fi
exit 0
%endif
@@ -202,19 +196,11 @@ exit 0
%if 0%{?systemd_postun_with_restart:1}
%systemd_postun_with_restart %{name}.service
%else
-%if %{with_systemd}
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-if [ $1 -ge 1 ]; then
- # Package upgrade, not uninstall
- /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
-fi
-%else
if [ "$1" -ge 1 ]; then
/sbin/service %{name} condrestart > /dev/null 2>&1
fi
exit 0
%endif
-%endif
%triggerun -- memcached
%if %{with_systemd}
@@ -255,6 +241,9 @@ fi
%changelog
+* Sun Jan 3 2016 Remi Collet <rpms@famillecollet.com> - 0:1.4.25-1
+- Update to 1.4.25
+
* Mon Jan 5 2015 Remi Collet <rpms@famillecollet.com> - 0:1.4.22-1
- Update to 1.4.22