SPECS: libfuse.spec - R(postun): /sbin/ldconfig
glen
glen at pld-linux.org
Sun Aug 27 19:48:26 CEST 2006
Author: glen Date: Sun Aug 27 17:48:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- R(postun): /sbin/ldconfig
---- Files affected:
SPECS:
libfuse.spec (1.64 -> 1.65)
---- Diffs:
================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.64 SPECS/libfuse.spec:1.65
--- SPECS/libfuse.spec:1.64 Sun Aug 27 19:36:29 2006
+++ SPECS/libfuse.spec Sun Aug 27 19:48:20 2006
@@ -34,9 +34,10 @@
%endif
BuildRequires: libtool
BuildRequires: sed >= 4.0
+Requires(postun): /sbin/ldconfig
+Requires(postun): /usr/sbin/groupdel
Requires(pre): /usr/bin/getgid
Requires(pre): /usr/sbin/groupadd
-Requires(postun): /usr/sbin/groupdel
Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%if %{without kernel}
@@ -229,7 +230,7 @@
%groupadd -g 84 fuse
%post -p /sbin/ldconfig
-%postun
+%postun
/sbin/ldconfig
if [ "$1" == "0" ] ; then
%groupremove fuse
@@ -286,6 +287,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.65 2006/08/27 17:48:20 glen
+- R(postun): /sbin/ldconfig
+
Revision 1.64 2006/08/27 17:36:29 japhy
- Add group fuse (gid 84), chmod fusermout to 4750 root:fuse
@@ -384,8 +388,8 @@
Revision 1.34 2005/02/11 01:56:53 jpc
- up to 2.2
- added TODO
-- cleaned up %%build and %%install (use make, not hardcoded invocations)
-- added doc/* to %%doc
+- cleaned up %build and %install (use make, not hardcoded invocations)
+- added doc/* to %doc
- added fuse.pc
Revision 1.33 2005/01/19 14:42:40 jpc
@@ -405,7 +409,7 @@
- fixed post depmod in smp package, rel 0.4
Revision 1.28 2004/11/11 19:48:18 saq
-- mass commit: using %%{epoch} without explicit Epoch: declaration
+- mass commit: using %{epoch} without explicit Epoch: declaration
requires a modern rpm
Revision 1.27 2004/11/02 05:19:00 pluto
@@ -462,7 +466,7 @@
- some fixes and fixed requires
Revision 1.16 2004/05/09 14:14:17 pluto
-- %%files minor fixes.
+- %files minor fixes.
Revision 1.15 2004/05/09 14:08:30 pluto
- depmod fixes.
@@ -492,7 +496,7 @@
- minor fixes.
Revision 1.7 2004/05/09 10:54:22 pluto
-- %%build done (i hope).
+- %build done (i hope).
Revision 1.6 2004/05/09 10:04:05 pluto
- 2.6.5 kbuild.
@@ -512,13 +516,3 @@
Revision 1.1 2004/01/30 03:45:47 pzurowski
- initial, raw, adaptarized
-
-* Sun May 25 2003 Achim Settelmeier <fuse-rpm at sirlab.de>
-- don't add --with-kernel in case we compile for the standard kernel
-
-* Tue Mar 04 2003 Achim Settelmeier <fuse-rpm at sirlab.de>
-- "Merged" the specfile by Ian Pilcher (Ian Pilcher <pilchman at attbi.com>)
- and this specfile into one. Both are provided by fuse-1.0.tar.gz.
-
-* Mon Mar 03 2003 Achim Settelmeier <fuse-rpm at sirlab.de>
-- Updated specfile for RedHat 8.0 systems
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.64&r2=1.65&f=u
More information about the pld-cvs-commit
mailing list