SHA256
1
0
forked from pool/apfel

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
This commit is contained in:
Matthias Mailänder 2014-05-01 05:32:06 +00:00 committed by Git OBS Bridge
parent 445f7bd1b8
commit cd7a54d074
4 changed files with 18 additions and 4 deletions

View File

@ -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 Tue Apr 29 23:47:26 UTC 2014 - badshah400@gmail.com

View File

@ -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 Tue Apr 29 23:47:26 UTC 2014 - badshah400@gmail.com

View File

@ -66,8 +66,8 @@ Requires: python-apfel = %{version}
Requires: root-plugin-graf2d-asimage-devel Requires: root-plugin-graf2d-asimage-devel
Requires: root-plugin-hist-histpainter-devel Requires: root-plugin-hist-histpainter-devel
Requires: root-ttf Requires: root-ttf
Requires(post): update-desktop-files Requires(post): desktop-file-utils
Requires(postun): update-desktop-files Requires(postun): desktop-file-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description

View File

@ -66,8 +66,8 @@ Requires: python-apfel = %{version}
Requires: root-plugin-graf2d-asimage-devel Requires: root-plugin-graf2d-asimage-devel
Requires: root-plugin-hist-histpainter-devel Requires: root-plugin-hist-histpainter-devel
Requires: root-ttf Requires: root-ttf
Requires(post): update-desktop-files Requires(post): desktop-file-utils
Requires(postun): update-desktop-files Requires(postun): desktop-file-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description