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
This commit is contained in:
Martin Pluskal 2015-02-12 11:25:35 +00:00 committed by Git OBS Bridge
parent 2a87491e93
commit 3b4fc66151
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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