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,