From e7d97a6eb1d0b193c3155a4e9cea4148cbfb1ec2c334b16ce88ff17ebb964912 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 24 May 2016 13:34:25 +0000 Subject: [PATCH] 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 --- ctags.changes | 6 ++++++ ctags.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ctags.changes b/ctags.changes index 37dab2e..b14920d 100644 --- a/ctags.changes +++ b/ctags.changes @@ -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 diff --git a/ctags.spec b/ctags.spec index 0b4ce40..edbbb65 100644 --- a/ctags.spec +++ b/ctags.spec @@ -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,