diff --git a/apfel.changes b/apfel.changes index 5a4f6c0..e31110b 100644 --- a/apfel.changes +++ b/apfel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 1 02:15:58 UTC 2014 - badshah400@gmail.com + +- apfelgui: Requires(post) and Requires(postun) should be on + desktop-file-utils (for %desktop_database_post(un) scriptlets) + rather than on update-desktop-files. + ------------------------------------------------------------------- Tue Apr 29 23:47:26 UTC 2014 - badshah400@gmail.com diff --git a/apfelgui.changes b/apfelgui.changes index 5a4f6c0..e31110b 100644 --- a/apfelgui.changes +++ b/apfelgui.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 1 02:15:58 UTC 2014 - badshah400@gmail.com + +- apfelgui: Requires(post) and Requires(postun) should be on + desktop-file-utils (for %desktop_database_post(un) scriptlets) + rather than on update-desktop-files. + ------------------------------------------------------------------- Tue Apr 29 23:47:26 UTC 2014 - badshah400@gmail.com diff --git a/apfelgui.spec b/apfelgui.spec index dfb6a42..ddbb459 100644 --- a/apfelgui.spec +++ b/apfelgui.spec @@ -66,8 +66,8 @@ Requires: python-apfel = %{version} Requires: root-plugin-graf2d-asimage-devel Requires: root-plugin-hist-histpainter-devel Requires: root-ttf -Requires(post): update-desktop-files -Requires(postun): update-desktop-files +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description diff --git a/apfelgui.spec.in b/apfelgui.spec.in index b034fc6..e28c26e 100644 --- a/apfelgui.spec.in +++ b/apfelgui.spec.in @@ -66,8 +66,8 @@ Requires: python-apfel = %{version} Requires: root-plugin-graf2d-asimage-devel Requires: root-plugin-hist-histpainter-devel Requires: root-ttf -Requires(post): update-desktop-files -Requires(postun): update-desktop-files +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description