]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- simple postun
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Apr 2008 16:19:33 +0000 (16:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.102

libfuse.spec

index 4ad76ca981daa0e5e549f9a277269e8bf10dde58..0462cb174907c3ce6639f5d969631f4a687ba524 100644 (file)
@@ -49,8 +49,6 @@ BuildRequires:        rpmbuild(macros) >= 1.379
 %if %{with userspace}
 %{?with_selinux:BuildRequires: libselinux-devel}
 %endif
-Requires(postun):      /sbin/ldconfig
-Requires(postun):      /usr/sbin/groupdel
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Provides:      group(fuse)
@@ -181,8 +179,7 @@ rm -rf $RPM_BUILD_ROOT
 %groupadd -g 84 fuse || :
 
 %post  -p /sbin/ldconfig
-%postun
-/sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %post -n kernel%{_alt_kernel}-misc-fuse
 %depmod %{_kernel_ver}
This page took 0.044418 seconds and 4 git commands to generate.