From f2aa9a7df91385591b97de0393089f309dfcf364fb234c792c1f6137416230af Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 12 Feb 2015 11:25:35 +0000 Subject: [PATCH] Accepting request 285747 from home:ralflangb1:branches:server:database add sudo dependency for the init script OBS-URL: https://build.opensuse.org/request/show/285747 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=58 --- redis.changes | 6 ++++++ redis.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/redis.changes b/redis.changes index 904f72a..f7dcfc6 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 12 07:41:34 UTC 2015 - lang@b1-systems.de + +- redis requires sudo for the systemv-init script. + As of openSUSE 13.2 sudo is not implicitly included in the dependency tree. + ------------------------------------------------------------------- Sat Dec 6 02:20:25 UTC 2014 - mrueckert@suse.de diff --git a/redis.spec b/redis.spec index e9453e7..ef676c6 100644 --- a/redis.spec +++ b/redis.spec @@ -1,7 +1,7 @@ # # spec file for package redis # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,7 @@ Patch2: redis-enable-bactrace-on-x86-and-ia64-only.patch BuildRequires: procps BuildRequires: tcl Requires: logrotate +Requires: sudo BuildRoot: %{_tmppath}/%{name}-%{version}-build %description