summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Petersen <petersen@fedoraproject.org>2004-09-16 02:37:36 +0000
committerJens Petersen <petersen@fedoraproject.org>2004-09-16 02:37:36 +0000
commit7d2e9abbd949181065daae487926d60a55b0c818 (patch)
treef8d2940bcf680dc2785e3b1514c820d29c8eebfc
parent- Update to 1.0PR1 (diff)
downloadlibrewolf-fedora-ff-7d2e9abbd949181065daae487926d60a55b0c818.tar.gz
librewolf-fedora-ff-7d2e9abbd949181065daae487926d60a55b0c818.tar.bz2
librewolf-fedora-ff-7d2e9abbd949181065daae487926d60a55b0c818.zip
%post requires desktop-file-utils >= 0.7
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index f507138..82d5e8f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -29,6 +29,7 @@ BuildRequires: ORBit-devel, libIDL-devel
BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel, gnome-vfs2-devel
BuildRequires: krb5-devel
+Requires(%post): %{_bindir}/update-desktop-database
Obsoletes: phoenix, mozilla-firebird, MozillaFirebird
Provides: mozilla-firebird = %{epoch}:%{version}, MozillaFirebird = %{epoch}:%{version}
Provides: webclient
@@ -153,6 +154,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Sep 16 2004 Jens Petersen <petersen@redhat.com>
+- require %{_bindir}/update-desktop-database for post install script
+
* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
- Update to 1.0PR1
- Update man page references to say Firefox instead of Firebird
bgstack15