Accepting request 397673 from home:adamm:branches:devel:tools

- Add missing Requires(post) on coreutils as it is using `rm`.
  (boo #976920)

OBS-URL: https://build.opensuse.org/request/show/397673
OBS-URL: https://build.opensuse.org/package/show/devel:tools/ctags?expand=0&rev=25
This commit is contained in:
Martin Pluskal 2016-05-24 13:34:25 +00:00 committed by Git OBS Bridge
parent 4af4fa3899
commit e7d97a6eb1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 24 10:10:43 UTC 2016 - adam.majer@suse.com
- Add missing Requires(post) on coreutils as it is using `rm`.
(boo #976920)
-------------------------------------------------------------------
Tue Oct 7 05:45:51 UTC 2014 - puzel@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ctags
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,6 +34,7 @@ Patch5: CVE-2014-7204.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: update-alternatives
PreReq: update-alternatives
Requires(post): coreutils
%description
CTags (from Darren Hiebert) generates tag files from source code in C,