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:
parent
2a87491e93
commit
3b4fc66151
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user