From cd7a54d0745945881cabad16993f79f93ee6bd4d364ca44a457ef125e8d8e312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 1 May 2014 05:32:06 +0000 Subject: [PATCH] Accepting request 232293 from home:badshah400:branches:science Fixed a minor dependency issue for post(un) scriptlets OBS-URL: https://build.opensuse.org/request/show/232293 OBS-URL: https://build.opensuse.org/package/show/science/apfel?expand=0&rev=4 --- apfel.changes | 7 +++++++ apfelgui.changes | 7 +++++++ apfelgui.spec | 4 ++-- apfelgui.spec.in | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) 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