summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mueth <dan@eazel.com>2001-02-27 13:30:55 +0000
committerDan Mueth <dmueth@src.gnome.org>2001-02-27 13:30:55 +0000
commitcbc3600b40930dd14f3c44f0ff37327d09258ea5 (patch)
treea97f4a41b64d98eb6d53b9a3d4fe0823af515980
parentd8f4e6e09c60da32adf0a963e4ad03d63adadf22 (diff)
downloadnautilus-cbc3600b40930dd14f3c44f0ff37327d09258ea5.tar.gz
reviewed by: Ramiro Estrugo <ramiro@eazel.com>
2001-02-27 Dan Mueth <dan@eazel.com> reviewed by: Ramiro Estrugo <ramiro@eazel.com> Bug #6908: Activating ScrollKeeper dependency and update of database upon installation * nautilus.spec.in:
-rw-r--r--ChangeLog9
-rw-r--r--nautilus.spec.in6
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d82b5a63..b1c0495dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-02-27 Dan Mueth <dan@eazel.com>
+ reviewed by: Ramiro Estrugo <ramiro@eazel.com>
+
+ Bug #6908: Activating ScrollKeeper dependency and
+ update of database upon installation
+
+ * nautilus.spec.in:
+
+2001-02-27 Dan Mueth <dan@eazel.com>
+
reviewed by: Maciej Stachowiak <mjs@eazel.com>
Purpose: fix tinderbox death
diff --git a/nautilus.spec.in b/nautilus.spec.in
index 891afea68..f5030fb39 100644
--- a/nautilus.spec.in
+++ b/nautilus.spec.in
@@ -34,7 +34,7 @@ Requires: freetype >= 2.0
Requires: medusa >= 0.2.2
Requires: esound >= 0.2
Requires: libghttp >= 1.0.9
-#Requires: scrollkeeper >= 0.1.0
+Requires: scrollkeeper >= 0.1.1
%description
Nautilus integrates access to files, applications, media, Internet-based
@@ -144,10 +144,10 @@ if ! grep %{prefix}/lib /etc/ld.so.conf > /dev/null ; then
echo "%{prefix}/lib" >> /etc/ld.so.conf
fi
/sbin/ldconfig
-#scrollkeeper-update
+scrollkeeper-update
%postun -p /sbin/ldconfig
-#scrollkeeper-update
+scrollkeeper-update
%files