diff --git a/fontpackages.changes b/fontpackages.changes index 686633e..cf8743b 100644 --- a/fontpackages.changes +++ b/fontpackages.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 27 15:48:37 UTC 2014 - pgajdos@suse.com + +- require coreutils for scriptlets of fontpackages [bnc#865853] + ------------------------------------------------------------------- Wed Jan 22 14:18:02 UTC 2014 - pgajdos@suse.com diff --git a/rpm-macros.fonts-config b/rpm-macros.fonts-config index 01a1563..5e67632 100644 --- a/rpm-macros.fonts-config +++ b/rpm-macros.fonts-config @@ -69,6 +69,9 @@ # adds requires for fonts-config %reconfigure_fonts_prereq \ Requires(pre): perl aaa_base \ +Requires(post): coreutils \ +Requires(postun): coreutils \ +Requires(posttrans): coreutils \ %nil