summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-24 07:31:34 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-24 07:31:34 +0200
commit9bac25615be3f771c75aeedf297c7554ded70da2 (patch)
treecd529a694237117daed2d742b01cb14de1cc6083
parent1530642d188510007b7ab1020208f6878839808c (diff)
redis: fix %%postun scriptlet, thanks Matthias
-rw-r--r--redis.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index 8742d11..cc9b7da 100644
--- a/redis.spec
+++ b/redis.spec
@@ -28,7 +28,7 @@
Name: redis
Version: 3.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
@@ -206,6 +206,7 @@ if [ $1 = 0 ]; then
fi
%endif
+%postun
%if 0%{?systemd_postun_with_restart:1}
%systemd_postun_with_restart redis.service
%systemd_postun_with_restart redis-sentinel.service
@@ -245,6 +246,9 @@ fi
%changelog
+* Fri Jun 24 2016 Remi Collet <remi@fedoraproject.org> - 3.2.1-2
+- fix %%postun scriptlet, thanks Matthias
+
* Mon Jun 20 2016 Remi Collet <remi@fedoraproject.org> - 3.2.1-1
- Redis 3.2.1 - Release date: Fri Jun 17 15:01:56 CEST 2016
- Upgrade urgency HIGH: Critical fix to Redis Sentinel,