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:
parent
445f7bd1b8
commit
cd7a54d074
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user