- Run update-desktop-database in the gui package's %post scriptlet (bug
#236163). - Moved desktop-file-utils requirement to gui package (bug #236163). - Resolves: rhbz#236163
This commit is contained in:
parent
e6cb92d882
commit
e1a3605aa0
@ -24,8 +24,6 @@ Patch8: hplip-libsane.patch
|
||||
Patch9: hplip-media-empty.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
Requires: desktop-file-utils >= 0.2.92
|
||||
|
||||
%define hpijs_epoch 1
|
||||
Requires: hpijs = %{hpijs_epoch}:%{version}-%{release}
|
||||
|
||||
@ -47,6 +45,7 @@ Summary: HPLIP graphical tools
|
||||
Group: Applications/System
|
||||
License: BSD
|
||||
Requires: PyQt
|
||||
Requires: desktop-file-utils >= 0.2.92
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description gui
|
||||
@ -242,6 +241,9 @@ if [ "$1" == "0" ]; then
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%post gui
|
||||
/usr/bin/update-desktop-database &>/dev/null ||:
|
||||
|
||||
%post -n libsane-hpaio
|
||||
/sbin/ldconfig
|
||||
if [ -f /etc/sane.d/dll.conf ] && \
|
||||
@ -252,6 +254,9 @@ exit 0
|
||||
|
||||
%changelog
|
||||
* Fri Apr 13 2007 Tim Waugh <twaugh@redhat.com>
|
||||
- Run update-desktop-database in the gui package's %%post scriptlet
|
||||
(bug #236163).
|
||||
- Moved desktop-file-utils requirement to gui package (bug #236163).
|
||||
- Bumped selinux-policy conflict version (bug #236092).
|
||||
|
||||
* Thu Apr 5 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-5
|
||||
|
Loading…
Reference in New Issue
Block a user